LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   about scite and code folding. (https://www.linuxquestions.org/questions/programming-9/about-scite-and-code-folding-478874/)

nephish 08-30-2006 02:34 PM

about scite and code folding.
 
hey there, i have recently discovered a love for SciTE, a lightweight and very configurable text editor. i dig it a lot, but i cant seem to get something working on code folding.
when i click on the + or - in the fold margin, it closes or expands everything. Sometimes, if i have a rather long class, it would be cool to just open the class and have all the functions still folded. Is there a way to do this in scite ? from the docs...

SciTE supports folding for many languages (see the list of languages understood by SciTE for more information.) Fold points are based upon indentation for Python and on counting braces for the other languages. The fold point markers can be clicked to expand and contract folds. Ctrl+Shift+Click in the fold margin will expand or contract all the top level folds. Ctrl+Click on a fold point to toggle it and perform the same operation on all children. Shift+Click on a fold point to show all children.

but performing any of these operations gives the same result as just clicking on the + or - .

i am using the version 1.67 in ubuntu linux.
awesome editor, btw, if your looking for one.

anyone have an answer about the folding part?

thanks


All times are GMT -5. The time now is 12:57 AM.