jfmoy / Fraise

Fraise is a lightweight but powerful text editor for Mac OS X.
http://www.moystard.com
275 stars 48 forks source link

Code Folding #20

Closed torrance closed 14 years ago

torrance commented 14 years ago

Implement code folding to collapse functions, classes, blocks, etc.

IIRC, Peter Borg suggested this was difficult to implement using the native cocoa-text APIs, but I want to register support for the feature in any case.

(Thanks for taking on the project, BTW... I love the simplicity of Smultron... er, Fraise. )

torrance commented 14 years ago

Also, if there was a 'collapse all'/'expand all' option, this would be great for quickly getting your head around heavily nested html documents (akin to Firebug) and also (poorly coded?) javascript files many functions deep.