PreviousNextTracker indexSee it online !

(101/212) 282 - Folding should remember state of sub-folds

Currently you can set a click in the gutter to either "collapse/expand fold" or "collapse/expand fold fully". The problem with this is that if you have a block of code that has several folds within folds (let's assume that folding is in indent mode and you've got several levels of indent) and some of the sub-levels are folded up and some aren't, and you then collapse the top level fold, when you expand it jEdit will either expand it fully, ie expand ALL of the sub-levels, or it will ONLY expand the top level fold leaving ALL of the sub-levels collapsed, regardless of what state they were in before.

It would be far better if it remembered the state of the sub-folds, so that when you expand the top-level fold all of the folds within it are left just as they were before you collapsed the top one. That would be bitchin'.

Submitted altonator - 2009-04-15 21:20:34 Assigned
Priority 5 Labels
Status open Group None
Resolution None

Comments