(sorry if this is a repost, I thought I posted it but can't find it anywhere.)
I'm finding the code-folding to be really limited.
Fold All works as expected, but when I unfold something, everything else inside it also unfolds.
I also can't select a section of code and just collapse that.
So I am reduced to simply folding large blocks on the fly by hand to reduce clutter but it's pretty tedious and my code is not getting smaller...
Why does the code-folding seem so weak.
- Edited
Shadowphile I also can't select a section of code and just collapse that.
You can in v4. Select the code, right click and do Create Code Region. It will create a named collapsible region. You can do this manually as well by inserting #region
and #endregion
lines
xyz not surprised it's better in 4. Thanks