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

I have a Shell menu item that does a `git pull --autostash --rebase=true`, which has the "Save file before" and "Re-load file after" boxes checked. It would be useful if...

Trying to build this on my arm mac and having some difficulty. It seems you mention 5.5 as the min QT version but in homebrew it goes up to 5.15....

I use mouse follow focus and would like to see a configuration option that disables the raising of the window if 'File Modified Externally' happens on a window that gets...

I see this warning displayed on my Mac terminal windows where I started nedit-ng when it opens some dialogs or the "Output from Command" window: ``` Warning: Populating font family...

Seems to be working well and the configuration through the UI is also working.

Hi, first thanks for this great work. I am having an issue when opening a new file. The message box that pops up is on another screen (I have 3...

Is there some way to exclude \r characters before pasting text? If I copy lines from terminal the displayed text in nedit-ng window is ``` % ls -d /home /home...

Getting warmer, but that doesn't fully explain this: ``` woz$ ls src/*.h | wc -l 104 woz$ nc-ng src/*.h # Just "Untitled" Socket Error State: 1 Socket Error String: QLocalSocket:...

Here is a sequence which gives a false notification of external modification. Functionality is same with old nedit. ``` echo 1 > file nedit-ng file & mv file file_new #...

bug
enhancement
minor

I've encountered a new issue that I haven't seen ever before. I was modifying a text file (with version 2020.1-68-gb117490) and suddenly redo (Ctrl+Shift+Z) stopped working although it had worked...