Http://www.linuxidc.com/Linux/2015-07/120678.htm
For users who are moving from the win platform to the Linux platform, if you have been using nodepad++ before, it is recommended that you try this editor again under Linux: NOTEPADQQ
notepad++ is a pure text editor with a very unique set of free software (license: GPL). There is a complete Chinese culture interface and the ability to support multi-lingual programming (UTF8 technology). It is more powerful than Notepad (Notepad) in Windows, and can be used as an editor for writing computer programs, in addition to making generic text-only documentation. notepad++ not only has the syntax high brightness display, also has the grammatical folding function, and supports the macro as well as expands the basic function the plug-in module. Unfortunately, notepad++ can only be used under the Windows platform.
When you have to use Windows in your work, notepad++ is a favorite text editor for many programmers, can you use the same software under Ubuntu? NOTEPADQQ is a very close-to-notepad++ editor with almost the same functionality. If you are a notepad++ fan, we recommend you try the NOTEPADQQ.
How to install under Ubuntu :
sudo add-apt-repository ppa:notepadqq-team/notepadqq
sudo apt-get update
sudo apt-get install NOTEPADQQ
How to uninstall under Ubuntu :
sudo apt-get remove notepadqq
sudo add-apt-repository--remove ppa:notepadqq-team/notepadqq
The following is the interface of NOTEPADQQ in the Ubuntu environment:
Ubuntu 14.10/14.04 and Debian 8/7 users how to install NOTEPADQQ 0.41.0 http://www.linuxidc.com/Linux/2014-11/110013.htm
For more information about Ubuntu see the Ubuntu feature page http://www.linuxidc.com/topicnews.aspx?tid=2
This article permanently updates the link address : http://www.linuxidc.com/Linux/2015-07/120678.htm
Notepad++:notepadqq under Ubuntu