Notepad++

From Wikipedia, the free encyclopedia

Jump to: navigation, search
Notepad++
Image:npp.logo.png
Screenshot of Notepad++
Screenshot of Notepad++
Developer(s) Don Ho
Initial release November 24, 2003 (2003-11-24)
Stable release 5.4.5  (2009-7-14; 3 days ago) [+/−]
Written in C++
Operating system Windows
Available in Multilingual (49)
Type Source code editor
License GNU General Public License
Website notepad-plus.sourceforge.net

Notepad++ is a source code editor for Windows. It is distributed as free software. The project is hosted on SourceForge.net, from where it has been downloaded over sixteen million times.[1]

This project, based on the Scintilla editor component, is written in C++ with pure Win32 API calls using only the STL in order to increase performance and reduce program size. The aim of Notepad++ is to reduce overall power consumption by using efficient binaries that require less CPU power, ideally resulting in a greener environment.[2]

Contents

[edit] Programming Languages

Notepad++ supports syntax highlighting and syntax folding for 48 programming, scripting, and markup languages.[2] It attempts to automatically detect the language that a given file uses, using a modifiable list of file extension bindings. Users may also manually set the current language, overriding the extension's default language. The program also supports autocompletion for a subset of the API of some programming languages.

Users can also define their own language (for syntax highlighting) and its respective API (for autocompletion) by using the built-in User Language Define System.[2] Users may configure the syntax highlighting's font styles per element, per language, and the resulting formatted script may be printed in full-color (WYSIWYG). Additionally, Notepad++ displays indent guidelines when source code is indented with tab characters, and highlights closing braces, brackets and tags.

[edit] Features

Some of its features include: [2]

Although Scintilla does not support multiline regular expression search and replace, Notepad++ does contain support for plugins which help mitigate this fact.

[edit] Plugins

Notepad++ has support for macros and plugins. Currently, there are 27 official plugins for Notepad++, 10 of which are included by default in the program.[3] The first plugin ever to be included by default in the program is TextFX. This plugin features extremely useful tools such as W3C validation for HTML and CSS, text sorting, character case alteration and quote handling.[4]

[edit] Compatibility

Running under Wine on Mac OS X

Notepad++ is available only for the Microsoft Windows operating system. However, users can still get Notepad++ to work on other platforms, like Linux and Mac OS X, using software such as Wine.

[edit] Merchandise

On March 18, 2007 Don Ho started selling Notepad++ merchandise online. There are two shops available in the United States through CafePress and Spreadshirt, and one shop available in Europe through Spreadshirt. Ho got the idea to start selling his merchandise while browsing an anti-RIAA website that sold thongs sporting their logo. Items available for purchase include totes, bags, teddy bears, mugs, steins, and various apparel including thongs.[5]

[edit] See also

[edit] References

[edit] External links

Personal tools