nedit-ng
nedit-ng copied to clipboard
a Qt5 port of the NEdit using modern C++14
https://github.com/Microsoft/language-server-protocol/
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...
Making it so mouse interaction only tracks one mouse button at a time. This prevents corruption of the "state machine" that tracks the drag state. So if you the user...
Hi Evan, I just built the 2025.1 on MacOS and saw some warnings from Apple's Clang-16 that you should at least be aware of. Not an issue right now though,...
With some file systems, for example SFTP mounted via GVFS, you can only open a file in Read Only mode, because the detection, if a file is writeable, doesn't work....
This is an issue which I have seen very rarely in the past (possible also with old nedit), but now I can reproduce it. 1. start nedit-ng with two tabs...
Hi, A file is already open under nedit-ng. Another window is placed in front of the nedit-ng. If I open again the same file, I would expect the nedit-ng to...