This is the kind of thing that I see being useful in C/C++ header files, because of the<br><br>#ifndef MYCONSTANT_H<br>#define MYCONSTANT_H<br>...<br>#endif<br><br>fold that gets on the first level.<br><br>Just though I should highlight it to clear a situation where this feature is indeed really useful.
<br><br><br><div><span class="gmail_quote">2006/7/20, Nexu <<a href="mailto:nexu.jin@gmail.com">nexu.jin@gmail.com</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Is there a way to fold the source code view to certain depth level?<br><br>"Fold All" option now fold everything to first level:<br><br>[-] First()<br>[-]     second()<br>[-]             third;<br>[-]                     forth
<br><br>becomes:<br><br>[+] First()<br><br>If possible, folding to to certain depth level would be useful.<br>e.g: fold to level 2<br><br>[-] First()<br>[+]     second()<br><br>Or 3rd..<br><br>But i can imagen adding this to the GUI would cause clutter. So perhaps
<br>user configurable key accelerator for this would be realistic.<br><br>_______________________________________________<br>Geany mailing list<br><a href="mailto:Geany@uvena.de">Geany@uvena.de</a><br><a href="http://uvena.de/cgi-bin/mailman/listinfo/geany">
http://uvena.de/cgi-bin/mailman/listinfo/geany</a><br></blockquote></div><br>