dail8859 / NotepadNext

A cross-platform, reimplementation of Notepad++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notepad Next

Build Notepad Next

A cross-platform, reimplementation of Notepad++.

Though the application overall is stable and usable, it should not be considered safe for critically important work.

There are numerous bugs and half working implementations. Pull requests are greatly appreciated.

screenshot

Installation

Packages are available for Windows, Linux, and MacOS.

Windows packages are available as an installer or a stand-alone zip file on the release page. The installer provides additional components such as an auto-updater and Windows context menu integration. You can easily install it with Winget:

winget install dail8859.NotepadNext

Linux packages can be obtained by downloading the stand-alone AppImage on the release page or by installing the flatpak by executing:

flatpak install flathub com.github.dail8859.NotepadNext

MacOS disk images can be downloaded from the release page.

MacOS Tweaks

By default, MacOS enables font smoothing which causes text to appear quite differently from the Windows version. This can be disabled system-wide using the following command:

defaults -currentHost write -g AppleFontSmoothing -int 0

A restart is required for this to take effect.

Development

Current development is done using QtCreator with the Microsft Visual C++ (msvc) compiler. Qt 6.5 is the prefered Qt version but this can also be built with Qt 5.15. This is also known to build successfully on various Linux distributions and macOS. Other platforms/compilers should be usable with minor modifications.

If you are familiar with building C++ Qt desktop applications with Qt Creator, then this should be as simple as opening src/NotepadNext.pro and build/run the project.

If you are new to building C++ Qt desktop applications, there is a more detailed guide here.

License

This code is released under the GNU General Public License version 3.

About

A cross-platform, reimplementation of Notepad++

License:GNU General Public License v3.0


Languages

Language:C++ 62.0%Language:HTML 15.8%Language:C 7.6%Language:Lua 4.5%Language:NSIS 2.8%Language:Objective-C++ 2.6%Language:Python 2.3%Language:Makefile 1.3%Language:QMake 0.3%Language:Objective-C 0.2%Language:Perl 0.1%Language:F# 0.1%Language:MATLAB 0.1%Language:Shell 0.0%Language:Batchfile 0.0%Language:Ruby 0.0%Language:CSS 0.0%Language:Prolog 0.0%Language:PHP 0.0%Language:PowerShell 0.0%Language:Module Management System 0.0%Language:VHDL 0.0%Language:SystemVerilog 0.0%Language:R 0.0%Language:Raku 0.0%Language:GDScript 0.0%Language:TeX 0.0%Language:Nim 0.0%Language:Erlang 0.0%Language:Inno Setup 0.0%Language:ASP.NET 0.0%Language:OCaml 0.0%Language:D 0.0%Language:Modula-3 0.0%Language:CMake 0.0%Language:Visual Basic .NET 0.0%Language:Julia 0.0%Language:Rust 0.0%Language:Tcl 0.0%Language:Classic ASP 0.0%