Editing folded Codeparts without automatically unfolding
Posted: Thu Dec 17, 2015 5:00 pm
I don't know if this is an internal "Scintilla thing", but is it possible to suppress the automatically unfolding of folded code when the folded line is edited?
For Example:
Even if I only want to add a comment after this line... *whump* after pressing space the whole thing will be epanded.
Also if I try to delete the whole procedure in folded state: I mark the whole line, press [DEL] key... and the procedure is unfolded and only the first line was deleted.
If suppressing the automatically unfolding is not a big deal, then I am very happy if this behavior would be chooseable via editor preferences.
For Example:
Code: Select all
Procedure.s GiveMeBackAString(sString.s)
Also if I try to delete the whole procedure in folded state: I mark the whole line, press [DEL] key... and the procedure is unfolded and only the first line was deleted.
If suppressing the automatically unfolding is not a big deal, then I am very happy if this behavior would be chooseable via editor preferences.