coreh-deprecated/nide

Code Folding?

cmundi opened this issue · 3 comments

Is it possible to add code folding and still have a responsive interface?

Hmm, the code editing library I'm using for Nide (CodeMirror) has recently added support for code folding on a basic level:

http://codemirror.net/demo/folding.html

I'll need to update the version we're currently using, and add an additional script they provide, but I think it's possible.

Synchronicity!
On Dec 31, 2011 11:41 AM, "Marco Aurlio" <
reply@reply.github.com>
wrote:

Hmm, the code editing library I'm using for Nide (CodeMirror) has recently
added support for code folding on a basic level:

http://codemirror.net/demo/folding.html

I'll need to update the version we're currently using, and add an
additional script they provide, but I think it's possible.


Reply to this email directly or view it on GitHub:
#34 (comment)

whats the status of this? I can take it on soon if need be.