NotepadNext icon indicating copy to clipboard operation
NotepadNext copied to clipboard

A cross-platform, reimplementation of Notepad++

Results 155 NotepadNext issues
Sort by recently updated
recently updated
newest added

OS: Mac OS Monterey 12.4 NotepadNext: Qt version 5.15.2. When i using the "find" function in "regular expression" mode, i can not find anything. There is some words like this:...

As discovered in #152 it looks like the AppImage has never included the Notepad Next translation files. Seems to be fine for Windows. cc @eson57

linux

Running v0.5.1 on Ubuntu 18.04; when executing command to open file while existing instance is already running - it gets nicely added to tab list, but window is not brought...

linux

This PR brings CMake support for the Qt5 build of NotepadNext. To build use: ``` cmake -S . -B cbuild -G Ninja cmake --build cbuild ``` Benefits: 1. QMake is...

Column mode , how to add column , number increase 1 a 2 a 3 a 4 a

My system is using mostly QT apps and its configured with a dark theme that every qt app respects, even xnviewmp with system libs, which doesnt have a dark mode...

The find function is not case sensitive(V0.5.3)

**NotepadNext.cmd** ``` :: NotepadNext.cmd : set QT_SCALE_FACTOR=0 set QT_AUTO_SCREEN_SCALE_FACTOR=0 set "QT_SCREEN_SCALE_FACTORS=DISPLAY2=1;DISPLAY1=1" start "" "NotepadNext.exe" ``` NORMAL ![20220420-1650462018](https://user-images.githubusercontent.com/9846948/164243726-825deee0-bfb1-4d65-b06e-4f9d13fc74ed.png) FIX FROM CMD ![20220420-1650462042](https://user-images.githubusercontent.com/9846948/164243807-db85514b-64a8-41af-baae-1e1c71470566.png)

windows