Notepad++: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
(addition to category)
 
Line 17: Line 17:


* Provides syntax highlighting for NSIS.
* Provides syntax highlighting for NSIS.
* Has translateble interface to many languages (available in English, Spanish, French, Russian, German);
* Has translateable interface to many languages (available in English, Spanish, French, Russian, German);
* Code Folding;
* Code Folding;
* Tabbed Editing;
* Tabbed Editing;

Revision as of 22:36, 16 April 2007

Download page (~1.4 MB).
Version: 4.0.2.
License: GPL
Author/Publisher: Don Ho..

Details

Notepad++ is a free, open source (GPL) source code editor which supports several programming languages running under the Microsoft Windows environment.

This project, based on the Scintilla editor component, is written in C++ with pure Win32 API calls and uses STL. Notepad++ is licensed under the GPL Licence. The aim of Notepad++ is to offer a slim and efficient binary with a totally customizable GUI.

Screenshot

More screenshots

Features

  • Provides syntax highlighting for NSIS.
  • Has translateable interface to many languages (available in English, Spanish, French, Russian, German);
  • Code Folding;
  • Tabbed Editing;
  • Auto-completion;
  • Reg-ex search and replace;
  • No Admin requirement for installation;
  • Scriptable key bindings;
  • And more!

Links