[Geany] Source folding

Alexandre Moreira alexandream at xxxxx
Thu Jul 20 16:46:41 UTC 2006


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 at 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 at uvena.de
> http://uvena.de/cgi-bin/mailman/listinfo/geany
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.geany.org/pipermail/users/attachments/20060720/213613e3/attachment.html>


More information about the Users mailing list