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 a 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.
Jeez Tech uses Notepad++ all the time, from programming to text writing and even for more things you can’t imagine… How? By using some of Notepad++’s plugins.
This is a list of the plugins we use:
- Color Picker
A colour picker which translates your selected colour in hexadecimal. - Compare Plugin
A very useful diff plugin to show the difference between 2 files (side by side). - DBGP
This is a php debugger (XDebug) which talks DBGP protocol. Use this plugin to transform your Notepad++ to a php IDE. - Explorer
Explorer plugin is a file browser. You can open whatever you want from it in Notepad++, just double click! - FTP Synchronize
A FTP client which is integrated in Notepad++ seamlessly. Open a php file from a server of distance, modify it, save it and try it on your browser directly just like you work locally. - Hex Editor
It’s a damn good Hex Editor – works seamlessly with Notepad++ - LanguageHelp
LanguageHelp allows to run a language specific help file (CHM, HLP, PDF) and search for the keyword under the cursor. The latest versions allow also to show the help file as menu entries for quick launch. - MultiClipboard
MultiClipboard plugin implements multiple (10) text buffers that is filled up via copying and/or cutting of text. - NppExport
It allows you not only to save your source code as a html/rtf file, but also to copy your source code in the clipboard in RTF/HTML format, so you can paste it into your word processor (MS Word, Abiword, openoffice.org Writer) to get the same visual effect. - Window Manager
What if you can have a short overview of your open documents in Notepad++.This overview is dockable and gave you the full capability as the tabs have. - XML Tools
This plugin is a small set of useful tools for editing XML with Notepad++. The plugin is libXML2-based.
Do you use any of these plugins? Do you use other plugins we might not be aware of? Please let us know.
Popularity: 27%
Related posts:
- Really Handy Visual Studio Open Source Plugins at Sourceforge Microsoft’s Visual Studio is a great framework to develop nearly...
- A Look Into Debuggers and Their Features Programming requires essential tools that will aid your knowledge into...
- Some awesome Integrated Development Environments (IDE) for you Some IDEs for you. No Eclipse plugins here. Only standalone...
- Integrated Development Environments For Qt And Not Only This is a list of some Qt and not only,...
- Programming in the Cloud. Some remarkable Online IDEs. Cloud computing is said to be the next big thing....
About the Author:
Filed under: Tools - Trackback Uri
3 Comments.
Trackbacks/Pingbacks
-
[...] Some Great and Necessary plugins for Notepad++ [...]







On http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=Plugin_Central you can find a good overview of all known plugins – I quite like the Plugin Manager Plugin that – you guessed it – automatically updates all installed Plugins to the newest versions.
Another great plug-in is FunctionList, which allows you to see -for certain languages, like c- the functions of a file in a separate, dockable window.
That overview can be sorted alphabetically or in the order the functions appear in the source file.
The ANSI version of the plug-in can be found on the SourceForge web site (https://sourceforge.net/projects/npp-plugins/files/), the UNICODE version can be found here: http://randronov.blogspot.com/2008/12/function-list-is-compatible-with.html.
This is all about version 1.2 of the plug-in. There’s also already a version 2.0 available, but still in beta stage, AFAIK…
Best rgds,
–Geert