NotePadNext 介绍

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.

NotePadNext 是 Notepad++ 的重新实现,是跨平台的。
虽然应用程序总体上是稳定和可用的,但它不应该被认为是对至关重要的工作是安全的。
有许多错误和半工作实现。

通过下面链接可以获取更多的相关信息:
https://github.com/dail8859/NotepadNext

源码编译

1
2
// 克隆源码及子模块的源码
git clone --recursive https://github.com/dail8859/NotepadNext.git

使用 QtCreator 打开 NotePadNext/src/NotepadNext.pro,点击编译或运行。

NotePadNext-run