Feature Request: Code Folding

ScottMattes

Member³
I'd like to be able to fold code from the end of a foldable construct (i.e. I can from from the Begin of a Begin/End, but for when the Begin/End extends over more than a screen I'd like to be able to fold from the End instead).

I'd also like a right click item what lets me fold the section that the line under the cursor belongs to (if the cursor is on a code line inside of an IF/THEN/ELSE and I right click and select fold the IF would be folded).

Thank you.
 
I'd like to explain one annoing thing, whilst codefolding an IF-THEN-ELSE-Statement:
You can click on the + at the IF then the complete statement will be foldet, you can click on the + at the ELSE then only the else will be folded.
But there is no way to fold ONLY the THEN-tree.
There must be a hierarchy with two levels at the IF:
a) one to fold the complete IF-THEN-ELSE
b) one to fold only the THEN

A Problem might be, when IF and THEN are in the same line, so that there must be two + for folding.

Thanks in advance,
Frank
 
Back
Top