Page 1 of 1

collapsible paragraphs

Posted: Fri Aug 08, 2003 8:36 pm
by david_k13
Hi

It would be a good idea to be able to collapse/expand entire sections of code (that textpad could recognize via tags in the syntax file) just like Visual Studio does with with class definitions, functions, etc. via a little plus or minus sign at the top left corner of the paragraph.

This would save a lot of space on the screen and make navigating source code easier ...

Posted: Sat Aug 09, 2003 11:25 am
by jeffy

Posted: Sun Aug 10, 2003 3:29 pm
by david_k13
glad to see I'm not the only one asking for this :)

Posted: Thu Aug 14, 2003 5:49 am
by hucker
I used a python tool (boa constructor) that had paragraph collapsing and I found my self using it.

One more advanced feature that might be tougher to do would to be able to extend this to handle ifdef's in C code.

#ifdef FOO

....

#else

#endif