NotepadNext
NotepadNext copied to clipboard
A cross-platform, reimplementation of Notepad++
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
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...
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)
Closes #155
**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  FIX FROM CMD 