Notepad++ is a free (as in "free speech" and also as in "free
beer") source code editor and Notepad replacement that supports several
languages. Running in the MS Windows environment, its use is governed by
GPL License.
Based on the powerful editing component Scintilla, Notepad++
is written in C++ and uses pure Win32 API and STL which ensures a
higher execution speed and smaller program size. By optimizing as many
routines as possible without losing user friendliness, Notepad++
is trying to reduce the world carbon dioxide emissions. When using less
CPU power, the PC can throttle down and reduce power consumption,
resulting in a greener environment.
You're encouraged to translate Notepad++ into your native language if there's not already a translation present in the Binary Translations page.
I hope you enjoy Notepad++ as much as I enjoy coding it.
I hope you enjoy Notepad++ as much as I enjoy coding it.
Notepad++ 6.5 released Sep 29 2013
This new release with updated Scintilla, contains several new features and bug fixes. Here are the main added features:- The language CoffeeScript is supported.
- Auto-close feature allows not only to complete parentheses, quotes, bracket and matched xml/html tag, but also to define user's delimiter pairs. You can enable them in preferences dialog.
- Multi-paste: the copied text will be pasted multiply when multi-selection or /and column mode is/are applied.
- Enhancement of function list: new reload button, user defined languages supported, new parsers (php, perl, xml, batch, ini and nsis).
Thank Dave Brotherstone, Neomi and Andreas Jonsson for their code contribution of this release.
Check the download page for downloading 6.5 release or viewing the change log:
http://notepad-plus-plus.org/download/v6.5.html
Download Notepad++ 6.5
Notepad++ Installer : Take this one if you have no idea which one you should take.- Notepad++ zip package : Don't want to use installer? Check this one (zip format).
- Notepad++ 7z package : Don't want to use installer? 7z format.
- Notepad++ minimalist package : No theme, no plugin, no updater, quick download and play directly. 7z format.
- SHA-1 digests for binary packages : Check it if you're paranoid.
- Notepad++ source code : The source code of current version.
You can find sha1 digests for binaries package on Sourceforge as well.
Notepad++ v6.5 new features and bug fixes:
- Update Scintilla to 3.3.4
- Add CoffeeScript support.
- Add multi-paste support for multi-selection/column mode.
- Add new feature: auto-close parentheses, quotes, bracket and matched xml/html tag.
- Add php, perl, xml, batch, ini and nsis for the build-in function list.
- Add User Defined Languages support for the build-in function list.
- Add reload feature in function list.
- Fix a minor problem of file extension support for the build-in function list.
- Fix a tag matching bug by disabling tag matching inside PHP code blocks.
- Fix right-to-left text after closing document map bug.
- Fix cancelling shutdown make Notepad++ quit w/o saving files bug.
- Enhance "Begin/End select" feature: Check "Begin/End select" menu item when active.
- Enhance Mark all feature: 2 options "Match case" and "Match whole word only" in Find/Replace dialog.
- Fix a Replace dialog status bar display problem by clearing status bar before processing any action.
- Add new feature: if Notepad++ is running as administrator, display this info on the title bar.
- Rename "block comment" to "Single line comment" and "stream comment" to "block comment".
- Remove invalid command "Online Documentation".