You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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.
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 ?
The text was updated successfully, but these errors were encountered: