Archives For November 30, 1999

For notepad++ fans, there’s a free open-source project that reimplement the text editor with native Linux support!

It’s Notepad Next, a C++ application uses Qt5 toolkit for its user interface. Compare to Notepadqq (another Notepad++ like editor), this app looks almost same to Notepad++.

And it’s a cross-platform app that not only supports for Linux, but also works Windows and MacOS.

Install Notepad Next:

I’m not a programmer and don’t even use Notepad++, so I can’t tell how it different to this original Windows app. Just try it out yourself:

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

For Linux, just grab the .AppImage package, add executable permission and run to launch the app.

You may alternatively install the app as Flatpak package. Setup the Flatpak daemon first and then install it by running command:

flatpak install https://dl.flathub.org/repo/appstream/com.github.dail8859.NotepadNext.flatpakref

For those who want to install Notepad++ text editor in Ubuntu, though there’s already a Linux alternative called Notepadqq, a snap package of Notepad plus plus running with Wine now is available.

Snap is an universal Linux package format with almost all required libraries bundled in its installation file. And wine is a compatibility layer capable of running Windows applications on Linux.

1. To make things easy, the latest Notepad++ 7.5.6 runs with wine has been made as snap package, so it can be easily installed via Ubuntu Software:

or you can open terminal (Ctrl+Alt+T) and install the snap via Linux command:

snap install notepad-plus-plus

2. After installed the snap package, you may install some plugs via commands:

sudo snap connect notepad-plus-plus:process-control

sudo snap connect notepad-plus-plus:removable-media

sudo snap connect notepad-plus-plus:hardware-observe

sudo snap connect notepad-plus-plus:cups-control

Finally launch the text editor from your application launcher and enjoy!

NOTE for Ubuntu 16.04 users first time installing a snap package, you may install the snapd daemon first via command:

sudo apt-get install snapd

notepadqq-icon

Notepadqq is a free, open source, and Notepad++-like text editor for the Linux desktop. It’s written in C++ and works on Qt5.

Notepadqq helps developers by providing all you can expect from a general purpose text editor, such as syntax highlighting for more than 100 different languages, code folding, color schemes, file monitoring, multiple selection and much more.

You can search text using the power of regular expressions. You can organize documents side by side. You can use real-time highlighting to find near identifiers in no time.

notepadqq_screenshot

Install Notepadqq in Ubuntu:

Notepadqq team provides an official PPA repository for all current Ubuntu releases (e.g., Ubuntu 14.04, Ubuntu 15.04, Ubuntu 14.10) and their derivatives such as Linux Mint 17, Elementary OS Freya.

1. To add the PPA, open terminal (Ctrl+Alt+T) and run:

sudo add-apt-repository ppa:notepadqq-team/notepadqq

notepadqq-ppa

2. After that, refresh system package cache and install the editor via Synaptic Package Manager:

install-notepadqq

or by running below commands one by one:

sudo apt-get update

sudo apt-get install notepadqq

And you can receive future updates of this editor just as part of system updates via Software Updater.