Maybe I'm missing something, but it appears to me that N++ doesn't do folding levels. If I am right, should it? Or is this really more for word processors rather then text editors?
Let me explain what folding levels are about...
In N++ I can define '+' as a folder open and '-' as a folder close, and then write the following.
+1
+2
+3
-3
-2
+2
+3
-3
-2
If N++ supported folding levels then I could define '+1' at level 1 and '+2' at level 2, etc.
Then I could write.
+1
+2
+3
+2
+3
etc.
Where a "+2" closes all lower level fold points (eg. +3 as well as +2).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Maybe I'm missing something, but it appears to me that N++ doesn't do folding levels. If I am right, should it? Or is this really more for word processors rather then text editors?
Let me explain what folding levels are about...
In N++ I can define '+' as a folder open and '-' as a folder close, and then write the following.
+1
+2
+3
-3
-2
+2
+3
-3
-2
If N++ supported folding levels then I could define '+1' at level 1 and '+2' at level 2, etc.
Then I could write.
+1
+2
+3
+2
+3
etc.
Where a "+2" closes all lower level fold points (eg. +3 as well as +2).