Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Notepad++
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Features == Notepad++ is a [[source code editor]]. It features [[syntax highlighting]], [[code folding]] and limited [[autocompletion]] for [[Programming language|programming]], [[Scripting language|scripting]], and [[markup language]]s, but not [[intelligent code completion]] or syntax checking. As such, it may properly highlight code written in a supported scheme, but whether the syntax is internally sound or compilable, cannot be verified.<ref name="so2015ds"/><ref name="udf">{{cite web |url= http://docs.notepad-plus-plus.org/index.php?title=User_Defined_Language_Files |title=User Defined Language Files |work=notepad-plus-plus.org |access-date=10 November 2015 |archive-url= https://web.archive.org/web/20161223212433/http://docs.notepad-plus-plus.org/index.php?title=User_Defined_Language_Files |archive-date=23 December 2016 |url-status=dead}}</ref><ref>{{cite news |last=DeCarlo |first=Matthew |title=Download of the Week: Notepad++ |website=TechSpot |date=26 May 2009 |url= http://www.techspot.com/news/34846-Download-of-the-Week-Notepad.html |access-date=1 October 2009}}</ref><ref name="Features">{{cite web |url=https://notepad-plus-plus.org/features/ |title=Notepad++ Features |publisher=notepad-plus-plus.org |access-date=10 November 2015 |archive-url= https://web.archive.org/web/20130624005854/http://notepad-plus-plus.org/features/ |archive-date=24 June 2013 |url-status=dead}}</ref> As of version 7.6.3, Notepad++ can highlight the elements of 78 syntaxes: {{div col|colwidth=10em}} *[[ActionScript]] *[[Ada (programming language)|Ada]] *[[ASN.1]] *[[Active Server Pages|ASP]] *[[Assembly language|Assembly]] *[[AutoIt]] *[[AviSynth]] scripts *BaanC *[[batch file]]s *[[Blitz Basic]] *[[C (programming language)|C]] *[[C Sharp (programming language)|C#]] *[[C++]] *[[Caml]] *[[CMake]] *[[Cobol]] *[[CoffeeScript]] *[[Csound]] *[[CSS]] *[[D (programming language)|D]] *[[Diff]] *[[Erlang (programming language)|Erlang]] *[[escript]] *[[Forth (programming language)|Forth]] *[[Fortran]] *[[FreeBASIC]] *Gui4Cli *[[Haskell]] *[[HTML]] *[[INI file]]s *[[Intel HEX]] *[[Inno Setup]] scripts *[[Java (programming language)|Java]] *[[JavaScript]] *[[JSON]] *[[JavaServer Pages|JSP]] *[[KiXtart]] *[[LaTeX]] *[[Lisp (programming language)|Lisp]] *[[Lua (programming language)|Lua]] *[[Makefile]] *[[MATLAB]] *[[MMIX]] *[[Nim (programming language)|Nim]] *nnCron *[[NSIS (installer)|NSIS]] scripts *[[Objective-C]] *OScript *[[Pascal (programming language)|Pascal]] *[[Perl]] *[[PHP]] *[[PostScript]] *[[PowerShell]] (Broken) *[[PureBasic]] *[[Python (programming language)|Python]] *[[R (programming language)|R]] *[[Rebol]] *[[.reg|Registry script (.reg)]] *[[Resource (Windows)|Resource file]] *[[Ruby (programming language)|Ruby]] *[[Rust (programming language)|Rust]] *[[Scheme (programming language)|Scheme]] *[[Bash (Unix shell)|Shell script]] *[[Smalltalk]] *[[SPICE]] *[[SQL]] *[[Swift (programming language)|Swift]] *[[SREC (file format)|S-Record]] *[[Tcl]] *[[Tektronix HEX]] *[[TeX]] *[[txt2tags]] *[[TypeScript]] *[[Visual Basic]] *[[Visual Prolog]] *[[VHDL]] *[[Verilog]] *[[XML]] *[[YAML]] {{div col end}} The language list also displays two special-case items for ordinary [[plain text]]: "Normal text" (default) or "[[MS-DOS]] Style", which tries to emulate [[DOS]]-era text editors. Notepad++ has features to consume and create [[Cross-platform software|cross-platform]] [[plain text]] files. It recognizes three [[Newline#Representation|newline representations]] ({{mono|CR}}, {{mono|CR+LF}}, and {{mono|LF}}) and can convert between them on the fly. In addition, it supports reinterpreting plain text files in various [[character encoding]]s and can convert them to [[ASCII]], [[UTF-8]] or [[UCS-2]]. As such, it can fix plain text that seem gibberish only because [[Bush hid the facts|their character encoding is not properly detected]]. Notepad++ also has features that improve plain text editing experience in general, such as: * [[Autosave]] * Finding and replacing strings of text with [[regular expression]]s * Searching text strings within opened tabs * Searching text strings in a directory * Guided indentation * Line bookmarking * [[Macro (computer science)|Macros]] * [[Simultaneous editing]]<ref>{{cite web|url=https://notepad-plus-plus.org/features/multi-editing.html|title=Notepad++ Multi-editing|access-date=17 June 2016|archive-date=9 August 2016|archive-url=https://web.archive.org/web/20160809222901/https://notepad-plus-plus.org/features/multi-editing.html|url-status=dead}}</ref> * [[Split screen (computer graphics)|Split screen]] editing and synchronized scrolling * Line operations, including sorting, case conversion (Uppercase, lowercase, camel case, sentence case), and removal of redundant whitespace * [[Tabbed document interface]]<ref>{{cite news |last=Fox |first=Geoff |title=Notepad++ Does It Again Again |work=AppScout |publisher=[[Ziff Davis Media]] |date=7 July 2008 |url=http://www.appscout.com/2008/07/notepad_does_it_again_again.php |access-date=1 October 2009 |archive-date=6 September 2010 |archive-url=https://web.archive.org/web/20100906040510/http://www.appscout.com/2008/07/notepad_does_it_again_again.php |url-status=dead}}</ref> === Plugins === Notepad++ has support for [[Macro (computer science)|macros]] and [[Plug-in (computing)|plugins]],<ref>{{cite news |last1=Smith |first1=Tim |date=21 September 2009 |url=http://www.computeractive.co.uk/computeractive/downloads/2196837/notepad |title=Notepad++ 5.5 |access-date=1 October 2009 |publisher=[[Computeractive]] |url-status=dead |archive-url=https://web.archive.org/web/20090719155339/http://www.computeractive.co.uk/computeractive/downloads/2196837/notepad |archive-date=19 July 2009 }}</ref> and has been remarked for its robust plugin architecture which enabled various new features to be integrated into the program.<ref>{{cite news |url=http://www.itworld.com/article/2833295/open-source-tools/tools-we-love--notepad--.html |title=Tools we love: Notepad++ |first=Matthew |last=Mombrea |publisher=ITWorld Magazine |date=15 November 2013 |access-date=18 February 2016 |archive-date=7 January 2019 |archive-url=https://web.archive.org/web/20190107233407/https://www.itworld.com/article/2833295/open-source-tools/tools-we-love--notepad--.html |url-status=dead}}</ref> Currently, over 140 compatible plugins are developed for Notepad++, 10 of which are included by default in the program.<ref name="download">{{cite web |url=http://notepad-plus.sourceforge.net/uk/download.php |title=Notepad++ |publisher=sourceforge.net}}</ref> The first plugin to be included in the program was ''"TextFX"'', which includes W3C validation for HTML and CSS, text sorting, character case alteration and quote handling.<ref name="textfx">{{cite web |title=TextFX's_Future |url=http://docs.notepad-plus-plus.org/index.php/TextFX's_Future |work=SourceForge |access-date=8 March 2022 |archive-date=27 January 2019 |archive-url=https://web.archive.org/web/20190127001612/http://docs.notepad-plus-plus.org/index.php/TextFX%27s_Future |url-status=dead}}</ref> === Internationalization === Notepad++ supports internationalization through XML files in an application-specific format containing all internationalized strings (dialog captions, menu titles and items, etc.) in a certain language; this file can be reloaded from the application settings. Translations to new languages can thus be written by simply editing an existing file.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)