Notepad++

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Malik Shabazz (talk | contribs) at 16:41, 2 May 2014 (Reverted edits by 117.199.232.144 (talk) to last version by OMPIRE). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Notepad++
Developer(s)Don Ho
Initial releaseNovember 24, 2003 (2003-11-24)
Repository
Written inC++
Operating systemMicrosoft Windows
Size7.17 MB
Available inMultilingual (49)
TypeSource code editor
LicenseGNU General Public License
Websitewww.notepad-plus-plus.org

Notepad++ is a text editor and source code editor for Windows. It differs from Notepad, the built-in Windows text editor in that Notepad++ supports tabbed editing, which allows working with multiple open files in a single window. Notepad++ opens large files significantly faster than Windows Notepad.[1] The project's name comes from the C increment operator.

Notepad++ is distributed as free software. The project was hosted on SourceForge.net, from where it has been downloaded over 28 million times[2][3] and twice won the SourceForge Community Choice Award for Best Developer Tool.[4] The project has been hosted on TuxFamily since June 2010. Notepad++ uses the Scintilla editor component.

Features

General features include:[5]

Source code editing features include:[5]

Notepad++ also supports Unix line endings so that it can be used to work with texts that have been produced on (or will be moved to) machines that run Unix operating systems.

Programming languages

Running under Mac OS X using the Wine compatibility layer.

Notepad++ supports syntax highlighting and code folding for over 50 programming, scripting, and markup languages.[5][7] 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.

The following languages are natively supported by Notepad++ as of version 6.5:

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.[5] 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.

Plugins

Notepad++ has support for macros and plugins.[8] Currently, there are 27 official plugins for Notepad++, 10 of which are included by default in the program.[9] The first plugin to be included in the program was "TextFX", which includes features such as W3C validation for HTML and CSS, text sorting, character case alteration and quote handling.[10] Plugin site lists over 140 compatible plugins.

Development

This project is originally by Don Ho, a developer based in Paris and graduated from Paris Diderot University in 2000. This project, based on the Scintilla editor component, is written in C++ with only 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.[5]

Interface translations

Notepad++ supports switching into local language after providing a single XML file containing all text that should be translated. As of 2013, the user community has contributed translations into many languages, as well as into some local dialects.

Controversy

In March 2008, the "Boycott Beijing 2008" banner was placed on Notepad++'s SourceForge.net homepage.[11] A few months later, most users in China were unable to reach the SourceForge.net website for about a month (June 26, 2008 – July 24, 2008). This led to the widespread belief that China had banned SourceForge.net in retaliation for the Boycott banner.[12][13][14]

In January 2010, the US government forced open source project hosts to comply with US law and deny access from five countries (Cuba, Iran, North Korea, Sudan, and Syria). As a response to what the developer felt was a violation of the Free and open-source software (FOSS) philosophy, in June 2010, Notepad++ moved out of US territorial jurisdiction by releasing a version on TuxFamily, in France.[15][16]

See also

References

  1. ^ Notepad++ Official site - Resources
  2. ^ "SourceForge.net: Project Statistics for Notepad++". SourceForge.net. Retrieved 2014-04-02.
  3. ^ "Top Downloads - For all time, updated daily". SourceForge. Retrieved 2011-04-18.
  4. ^ "SourceForge's 4th Annual Community Choice Awards". SourceForge. Retrieved 2009-10-01.
  5. ^ a b c d e Notepad++ Homepage - "Syntax Highlighting and Syntax Folding"
  6. ^ Fox, Geoff (July 7, 2008). "Notepad++ Does It Again Again". AppScout. Ziff Davis Media. Retrieved 2009-10-01.
  7. ^ DeCarlo, Matthew (May 26, 2009). "Download of the Week: Notepad++". TechSpot. Retrieved 2009-10-01.
  8. ^ Smith, Tim (September 21, 2009). "Notepad++ 5.5". Computeractive. Retrieved 2009-10-01.
  9. ^ Notepad++ Download Page
  10. ^ Future of TextFX
  11. ^ Template:Wayback
  12. ^ SourceForge Blocked In China. Moonlight Blog. June 26, 2008.
  13. ^ SourceForge Unblocked in China. Moonlight Blog. July 24, 2008.
  14. ^ Gamedev.net
  15. ^ notepad-plus-plus.org news - Notepad++ new site: notepad-plus-plus.org
  16. ^ notepad-plus-plus.org news - Notepad++ 5.7 release (outside the USA)

External links