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

a Qt5 port of the NEdit using modern C++14

Results 65 nedit-ng issues
Sort by recently updated
recently updated
newest added

https://github.com/Microsoft/language-server-protocol/

enhancement

Hi, First of all, I'd like to say thank you for doing this -- I've been using nedit for a long time, and this port to Qt looks like it'll...

I have a session saving macro going over all open tabs like this: ``` for (w = focus_window("last"); w != ""; w = focus_window("next")) { if ( $file_name != "Untitled"...

Original nedit shortcuts can contain names of keys _(such as Period, Comma, Prior, Slash, etc.)_ which are not supported by nedit-ng. I had to add several `replace()` calls into `import.cpp`...

Hi all, apologies if this is the wrong place to raise this, it's been a while since I did much on github. Thanks again Evan for a great editor, I...