Would like to be able to collapse blocks of code while
editing. I've seen this feature in other editors, usually
functioning in the line-numbering area. Example:
01 String s1 = 'value';
02 private void methodInTheWay () {
03 int manyLinesOfCode = 1;
04 }
05 String s2 = s1;
becomes
01 String s1= 'value';
02-04 // Double click here to expand 3 hidden lines
05 String s2 = s1;
Many thanks for a great program!
jb
Logged In: YES
user_id=6845
That's easier to propose than to implement ;-)