nedit-ng icon indicating copy to clipboard operation
nedit-ng copied to clipboard

Code folding?

Open Rimpire opened this issue 4 years ago • 2 comments

I am using nedit on daily basis, mainly due to the nested custom Syntax highlighting capabilities which I can't find in any other editor. And coming across nedit-ng was a nice find indeed! However what I really miss in nedit is code folding, Almost all of the modern editors and IDE's now support it. Is it even feasible to implement this in nedit-ng ?

Rimpire avatar Mar 10 '20 22:03 Rimpire

It is feasible and should be added! I'll add it to the TODO list :-)

eteran avatar Mar 11 '20 01:03 eteran

Reviewing old issues .. this would be great. I don't currently use any code-folding editor, but I can see how it would be great. My typical code is thousands of lines of JavaScript with many very verbose and bloated functions, some not in regular use. Poor code for sure, but to have an overview of just the functions, all folded to a few lines, would be great. Also one more level of folding perhaps, top level blocks within functions.

grege2 avatar Dec 22 '20 07:12 grege2