BLIde and code folding

Community Forums/General Help/BLIde and code folding

Adam Novagen(Posted 2015) [#1]
Relatively simple question, is there a keyboard shortcut in BLIde for folding/unfolding regions of code? Back in IDEal it was Ctrl+T, which I found endlessly useful because I prefer to collapse things that are currently unneeded, removing visual clutter.


Floyd(Posted 2015) [#2]
There are three fold/unfold commands in the Edit menu, with keyboard shortcuts.


GfK(Posted 2015) [#3]
There are three fold/unfold commands in the Edit menu, with keyboard shortcuts.
That's what I was going to say - but one folds everything, one unfolds everything, and the other doesn't appear to work at all.


Adam Novagen(Posted 2015) [#4]
and the other doesn't appear to work at all.
Turns out it does work; what it does is fold all the methods and functions except the one you're currently in. Arguably useful, but a bit too quirky for my taste. Oh well, guess I'll either be scrolling more or clicking those tiny little boxes in the margin.