This is the kind of thing that I see being useful in C/C++ header files, because of the

#ifndef MYCONSTANT_H
#define MYCONSTANT_H
...
#endif

fold that gets on the first level.

Just though I should highlight it to clear a situation where this feature is indeed really useful.


2006/7/20, Nexu <nexu.jin@gmail.com>:
Is there a way to fold the source code view to certain depth level?

"Fold All" option now fold everything to first level:

[-] First()
[-]     second()
[-]             third;
[-]                     forth

becomes:

[+] First()

If possible, folding to to certain depth level would be useful.
e.g: fold to level 2

[-] First()
[+]     second()

Or 3rd..

But i can imagen adding this to the GUI would cause clutter. So perhaps
user configurable key accelerator for this would be realistic.

_______________________________________________
Geany mailing list
Geany@uvena.de
http://uvena.de/cgi-bin/mailman/listinfo/geany