钱学森面对的困难:Directory for Notepad++ plugins

来源:百度文库 编辑:九乡新闻网 时间:2024/05/01 20:53:29

Plugin Central

Directory for Notepad++ plugins


Overview

How to install?

Usually, the only installation procedure plugins require is to

  • place the dll in the plugins subfolder of the Notepad++ install folder;
  • place any configuration file it comes with in plugin\config
  • preferrably, place all documentation files in plugin\doc, or in some subfolder of it

Notepad++ loads plugins at startup. To load a new plugin, you can either close and restart Notepad++, or use the Settings -> Import -> Import plugin command. The latter will copy the dll in the plugin folder if it is not already there.

If explicit installation instructions supplement or override this general procedure, then they must be followed carefully.

Where are the plugins?

Many plugins listed here are in the NppPlugins project, so that they have dedicated forums. You can also monitor Plugin Development forum for news and provide feedback there as well. Other plugins are separate Sourceforge hosted projects, and some are outside the Sourceforge framework.

The official distribution

Not all plugins are featured on the official distribution, i.e. the set of plugins the installer will provide you if you check the Plugins option. Some plugins are deemed too specialised. Some plugins have exhibited bugs or other problems that have motivated their being withdrawn or excluded from official distribution. Such status may always change upon accurate user feedback.


Plugins By Category attempts to assign each of the existing plugins to a broad domain. Plugins that land outside advanced text editing or source code handling will probably remain outside the official distribution.

The Plugin Manager

Currently, the standard distribution includes a plugin called Plugin Manager, which greatly helps in checking what plugins are available and in installing them. While this is an invaluable tool, it has the following features and limitations:

  • It requires manual actualisation by the author, so it may lag behind some plugins. Plugin authors are welcome to help.
  • Plugins that are known to cause instability in Notepad++ are not listed by default. Check the "Show unstable plugins" box to see them as well. They may work for you, they don't for other people.
  • Plugins that require some nonstandard installation procedure are not fully covered. v1.0 of the manager should take care of this.

Disclaimer

The presence of a plugin in the table below only guarantees that it exists and can be downloaded. As developers are not perfect, plugins aren't either. They can have bugs and, worse still, cause unstability in Notepad++ because things they should do transparently are not always crystalline enough.

Stability ratings were added to Plugins By Category; please feel free to report or correct any blatant inaccuracy.

Plugins

Quick access

A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q |  R | S | T |  U | V | W | X | Y | Z

Known plugins

PluginInfoMaintainer

Note:
Current version not working with notepad++ 5.8.7
Version 1.2 ( ANSI / Unicode )
AHKExtLexer 1.2 (Unicode)
AHKExtLexer 1.2 (ANSI)
Based on PhiLHo's SciTe lexer and built using the NppExternalLexers library. (currently not working with latest version of N++)RaptorXSources: email author

Version 1.7-R15 ( Unicode )
Analyse Plugin
Multi pattern search AnalysePlugin helps you to search for multiple

patterns in a text at one time

mattes432Sources: email author

Version 1.30 ( ANSI / Unicode )
AutoSave
AutoSave allows to automatically save the currently open files based on a timer schedule (default is 1 min) and/or upon the application losing focus.

Visit https://sites.google.com/site/fstellari/nppplugins for more details.

Franco StellariSources: email author

Version ? ( ANSI )
AwkPlugin
A small plugin which is formally a front-end to gawk (you can download it with a lof of unix utilities there :http://sourceforge.net/projects/unxutils).

As it is written in C#, you need the .Net framework 2.0 or above to be installed on your computer. You also need the program gawk.exe ... and of course you need to learn gawk language if you don't already know it.

Maxime PratSources

Version 1.19 ( Unicode )
CCompletion
It's an autocompletion plugin, that also features two other similar functionalities:
  • find identifier and display it in secondary view
  • go to identitifer
For more information on usage, see the plugin help.

The plugin uses Exuberant Ctags and can operate with all identifiers that Ctags recognizes. You need to download ctags.exe fromhttp://ctags.sourceforge.net and place it in your N++\plugins directory.

Bo?tjan MihoricSources: included

Version 1.0 ( ANSI / Unicode )
Change Markers
This plugin tracks changes made to documents, and enables navigation between changes, with a distinction being made between saved and unsaved changes. The change indicator is either a bar in the left margin or a specific highlighting. Or none.Thell FowlerSources: on download page

Version 0.9 ( ANSI )
CharM
CharM (CHARacter Map) plugin for Notepad++. Highlight a character, select Plugins->CharM->Character Map, and it will give you variations of that character. Version 0.9 is functional, although it could use some work on the interface.fidvoSources: on download page

Version 1.1 ( Unicode )
CLR Tab to spaces
This plugin replaces tabs with spaces in Notepad++.clrsoftwareSources

Version 1.0 ( Unicode )
Code Alignment
When programming, we often have a lot of assignments underneath

each other, and although they not the same like maths, there's a close relationship. As such aligning the equals allows us to quickly spot the relationship. 
Further it makes your code so much readable, by not aligning, it's like opening up a CSV file in notepad. If you open up that CSV file in Excel, it's becomes so much easier to read since the columns have meaning. 
Requires .NET 3.5 framework.

ChrisSources: email author

Version 0.7( Unicode )
ColdFusion plugin
ColdFusion Lexer for Notepad++, includes Autocompletion of Tags and functions. Supports Script Based CFCs. Can also integrate with FingerText.Ben BluemelSources: on download page

Version ? ( ANSI )
Color Picker
This plugin can decode the colour of a pixel on a palette and paste its RGB into the editor.Matthew Edwards

Version 1.3 ( ANSI )
Colour Picker
A colour picker which translates your selected colour in hexadecimal. You can download its source codeDon RowlettSources: on download page


Version 1.5.5 ( ANSI / Unicode )
Compare Plugin (Unicode)
Compare Plugin (ANSI)
Unofficial version 1.5.6 ( ANSI / Unicode )
Compare Plugin (Unicode)
Compare Plugin (ANSI)
A very useful diff plugin to show the difference between 2 files (side by side).Jean-Sébastien LeroySources: on download page

Version 1.1 RC1 ( ANSI )
ConvertExt
ConvertExt is a plugin for Notepad++ 3.5 and above. This plugin allows Notepad++ to:
  • view a text file in different encodings (codepages);
  • convert a text file from one encoding to another;
  • add and work with your own [external] encoding tables;
  • replace a typed character by another user-defined character;
  • autocomplete a left bracket with a corresponding right bracket
Dovgan VitaliySources: no longer available


Version 2.0.3
( ANSI / Unicode  )
CSS-eXplorer
CSS-eXplorer is a CSS and HTML plug-in for Notepad++. It allows easy navigation and edit of CSS files with Notepad++. Main features:
  • TreeView: Allows easy navigation in CSS file.
  • Validation Service: Check errors in CSS file, and provide detailed report.
  • Web Page Preview: Test your work on CSS file immediately via HTML Web Page Preview Window.
  • CSS Editor: Add new parameters and design options to CSS file quickly and easily (support CSS 2.0 defines).


For more information visit our homepage:http://sourceforge.net/projects/cssexplorerplug/

Daniel Yanovsky
Oleg PuzisSources: email author

Version for N++ 5.6.8 ( Unicode )
CTags/GTags Search
I have started development of a plugin for gtags and ctags based search for notepad++.Mohan Kumar SSources: email author

Version 1.6 ( ANSI / Unicode )
Customize Toolbar
This plugin allows the Notepad++ toolbar to be fully customised by the user, and includes eighteen additional buttons for frequently used menu commands.

All buttons on the toolbar can be customized, whether standard buttons, additional buttons, or buttons belonging to other plugins.

When this plugin is first installed, the eighteen additional buttons are not shown on the toolbar, but are available in the Customize Toolbar window. 

dave-userSources: email author

Version 0.12β ( Unicode )
DBGP plugin
This is a php debugger (XDebug) which talks DBGP protocol. Use this plugin to transform your Notepad++ to a php IDE.Damjan Zobo CvetkoSources: on download page

Version 2.0 ( Unicode )
Delphi plugin template
Version 1.0 ( ANSI )
Delphi plugin template
A skeleton meant to jump start development of plugins in Delphi for Notepad++.Damjan Zobo CvetkoSources: included

Version 0.5 ( Unicode )
DocIt
DocIt is a plugin for Notepad++, which aids in documentation. It generates

documentation templates for functions. Currently it supports C/CPP and Java.
In all it gives eclipse/netbeans/vs like functionality to produce the doc strings, that can be used to generate documentation using a documentation generator like doxygen. DocMonitor]

kapilratnaniSources: email author

Version 2.2 ( ANSI / Unicode )
DocMonitor
Document updater updates your opened documents in Notepad++ every 3 seconds. Formerly known as DocUpdater.Don HOSources: on download page

Version 1.8.2 ( Unicode )
Explorer plugin
Version 1.7.3 ( ANSI )
Explorer plugin
Explorer plugin is a file browser. You can open whatever you want from it in Notepad++, just double click!Jens LorenzSources: on download page

Version 1.1 ( Unicode )
FallingBricks
This plugin for Notepad++ is a simple tetris-like game that you can play from within Notepad++.The rules are exactly the same, so I hope no explanation is needed :-P
  1. This is the most bare-basic implementation of tetris, so don't expect any fancy 3D graphics or surround sound effects.
  2. If you close the dialog box of this plugin (maybe your boss just appeared?), the game will auto pause, and you can resume from where you last left it.
  3. Your high scores are not remembered, So please scribble it into Notepad++ yourself!
loonychewySources: on download page

Version 1.0.3 ( ANSI / Unicode )
File Switcher (Unicode)
File Switcher (ANSI)
I've put together a little plugin that switches between files, by entering any part of the filename. It's handy if you don't like taking your hands off the keyboard to switch files. Formerly known as Keyboard File Switcher.Dave BrotherstoneSources: on download page

Version 0.5.28 ( Unicode )
FingerText
Another text substitution plugin. This is yet an alpha version. Support global snippets and snippets for each file extension or file name. Snippets can have several hotspots, each equipped with its default insert text value. It also support simultaneous editing of multiple identical hotspots. Dynamic hotspot is supported in recently updated version, which allow commands to be run inside snippets, and "wrap around" like function.erinataSources:https://github.com/erinata/FingerText

Version 1.0a ( ANSI )
FTPExplorer
FTPExplorerPlugin is a plugin developed for the Notepad++ Text editor. Its primary aim is to enable remote access to files and folders through the FTP protocol. It's like the Explorer plugin available for Notepad++, but with FTP support.lapuglisiSources: included

Version 0.9.6.1 ( Unicode )
FTP_synchronize
Unofficial update
Improved version
Yet another unofficial update
More fixes
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.

Harry B. 
xjzhang79Sources

Version 2.1 ( Unicode )
Function List
Unreleased version 2.1.0.1 fixing a major crash
Function List
Version 2.0α ( ANSI )
Function List
Function list offers a list of functions (or sections) according of the language of current document, in order to access to the function or section you need quickly.

The supported languages are : C, C++, Resource File, Java, Assembler, MS INI File, HTML, Javascript, PHP, ASP, Pascal, Python, Perl, Objective C, LUA, Fortran, NSIS, VHDL, SQL, VB and BATCH.

Jens Lorenz
dv__Sources: on download page

Version 0.8.7 ( Unicode )
GhNppExec
A plugin to execute scripts from the console, with the ability to categorise them.georgehomesSources: included

Version 1.5 ( Unicode )
Gmod Lua Syntax Highlighter
Version 1.5 ( ANSI )
Gmod Lua Syntax Highlighter
A Garry's Mod 10 lua syntax highlighter plugin. It's also a good demonstration of syntax highlighter plugins for Notepad++.Kyle FlemingSources: on download pade

Version 1.1 ( ANSI / Unicode )
GuidGuard
GuidGuard: a plugin that generates C++ style header include guards, using GUIDs for the guard identifier - this ensures you won't have identifier clashes even in larger projects, which traditional filename-based guards theoretically risk.f0dderSources: email author

Version 0.9.5 ( Unicode )
Hex Editor
Version 0.9.5 ( ANSI )
Hex Editor
It's a damn good Hex Editor - works seamlessly with Notepad++Jens LorenzSources: on download page

Version 0.3 ( Unicode )
HTMLTag (Unicode)
HTMLTag (ANSI)
This plug-in provides two core functions to Notepad++:
  • HTML and XML tag matching, like the built-in brace matching (Ctrl+B / Shift+Ctrl+B)
  • HTML entity encoding/decoding (example: é to é and vice versa)
Martijn CoppoolseSources: on download page

Version 0.6 ( Unicode )
IndentByFold
Plugin that uses Fold points to Indent codeBen BluemelSources: on download page

Version 2.1 ( ANSI )
Insertion
Plugin Demonstration : Insertion of current file name and date & time. Auto-close the html/xml tagDon HOSources: email author

Version 0.5.0 ( ANSI / Unicode )
JSLintNpp
Use the "JSLint Current File" command of the plugin to run the current file through JSLint ( http://www.jslint.com/lint.html ). There are some options to play with, using the Options command.Martin VladicSources: email author

Version 1.8 ( ANSI / Unicode )
JSMin
There was no plugin for Notepad++ to minimze javascript. So I create one for Notepad++.


It’s really simple and just run Douglas Crockford’s JSMin algorithm on current javascript document. Also JSMin can puts minimized js code in a new document. The latest version can format javascript code. 

This plugin is under GPL.

Sun JunwenSources: on download page

Version 1.16 ( Unicode )
JSON Viewer
A simple plugin to view JSON string in a dockable treeview control.

Just select the JSON string and open the JSON Viewer plugin..done!!

Visit http://nppjsonviewer.sourceforge.net/ for more details

kapilratnaniSources: on download page

Version ? ( ANSI )
KVS external lexer plugin
Version ? ( Unicode )
KVS external lexer plugin
Enables proper highlighting for the KVS language.UnknownSources: no longer available

Version 1.40 ( ANSI / Unicode )
LanguageHelp
LanguageHelp allows to run a language specific help file (CHM, HLP, PDF) and search for the keyword under the cursor.

Visit https://sites.google.com/site/fstellari/nppplugins for more details.

Franco StellariSources: email author

Version 2.0 ( Unicode )
Light Explorer
Version 1.6 ( ANSI )
Light Explorer
A light explorer plugin not only in weight but also in speed. JoseJavier SanjoséSources: n download page

Version 1.0 ( Unicode )
Log plugin
Log plugin allows Notepad++ has one of MS Notepad basic features : Append the date/time at the end of file after a file is opened in Notepad++, if file begins with ".LOG".Nicholas HeckmanSources: on download page

Version ? ( ANSI / Unicode )
Unicode Lorem Ipsum plugin
Version ? ( ANSI / Unicode )
ANSI Lorem Ipsum plugin
InsertLoremIpsumNppPlugin is a notepad++ plugin that generates and inserts Lorem Ipsum.


To install this plugin you need to copy the InsertLoremIpsumNppPlugin.dll (or InsertLoremIpsumNppPluginA.dll for ANSI) and the Config directory in Notepad++\plugins .

aionitaSources: email author

Version 0.0.5.3 ( Unicode )
MathPad
This plugin allows evaluating mathematical expressions, stat functions, polynomials, plots, integrals, matrices, derivatives (as simple formal calculus). Uses a free dll that can be called (stdcall) by other programs. Formerly known as anmXNpp or Math Plugin.SomicSources: email author

Version 1.6 ( ANSI / Unicode )
MIME Tools
Converts to and from Base64 as well as Quoted Printable formats. This is suitable to process texts from emails or to be emailed.Don HOSources: on download page

Version 0.1 ( Unicode )
Parser
This plugin parses vim: modelines and Unix-like shebang lines so as to provide Notepad++ with a hint about the proper highlighter it sometimes can't get, especially when a file has no extension at all. The modeline parsing also can tell Notepad++ about tab stop setings and LTR/RTL text direction - it cannot overcome Scintilla's limitations about the latter.



Requires PythonScript.

frboyerSources: included

Version 2.0.0 ( Unicode )
MultiClipboard
MultiClipboard plugin implements multiple (10) text buffers that is filled up via copying and/or cutting of text.
  • To paste any text from the buffers, use Ctrl-V or middle mouse click (normal paste):
  • to paste the most recently copied/cut text Ctrl-Shift-V or Shift-middle mouse click:
  • to pop up a menu with the text buffer entries. Select the desired menu item to paste it
LoonyChewySources: on download page

Version 1.2 ( Unicode )
NativeLang
NativeLang allows you to translate the plugin menu/dialog in your native language.Jens LorenzSources: on download page

Version 1? ( Unicode )
Notepad#
This plugin provides a number of loosely connected features mostly related to indentation, tag management in script language and some UI enhancements like a ruler. Please see the complete feature list on the download page.jvdaniloSources: on download page

Version 1.2 ( ANSI / Unicode )
NppAutoIndent
NppAutoIndent plugin has 'smart' indentation for C-style languages, such as C/C++, PHP, Java and such.

It's the first release so don't expect it to be flawless, and of course it might not be completely to your preferences ;)

There is NO support for HTML/XML and such, maybe later, tag matching is much more difficult to implement.

HarrybharrySources

Version 0.4.2 ( Unicode )
NppCalc
NppCalc evaluates the expressions in the Notepad++rinosproSources: on download page

Version 3.0 ( Unicode )
NppConvert
The plugin converts selected text (hexadecimal string or ASCII string) to ASCII or hexadecimal string according your choice. 
The format of generated hex string can be set by modifying the parameters in the section [ascii2Hex] of converter.ini (it's necessary to restart Notepad++). For the "Hex -> ASCII" command's input hex string format, NppConverter is smart enough to detect it.
This plugin is under GPL.donhosvn co svn://Sources

Version 1.006 ( Unicode )
NppCrypt
NppCryptPlugin - Encrypt/Decrypt data with ciphers like Blowfish or AES using OpenSSL.lorenzmpowerSources: included

Version 20-12-2009 beta ( Unicode )
NppDarkCrypt
NppDarkCrypt plugin is strong symmetric and asymmetric encryption plugin, which has support for over then 100 symmetric block and stream ciphers, RSA and ECC public key encryption and easy to use block cipher API.

It is useful for storing any sensitive, secret or private information, enciphering e-mail messages or any plain text data. Plugin is based on freeware DarkCryptTC core.

darksofware-rfSources: email author

Version 0.4.1 ( ANSI / Unicode )
NppExec
With this NppExec plugin you can execute your commands or saved scripts without leaving Notepad++. It makes you triple your productivity!Dovgan VitaliySources: on download page

Version 0.2.8 ( Unicode )
NppExport
NppExport is a true WYSIWYG exporter.

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.

Harry B.Sources

Version ? ( Unicode )
NppExternalLexers Plugin
This is a collection of lexers, demonstrating the use of the Plugin Interface Library by the same authorThell FowlerSources: on download page

Version 0.24.1 ( ANSI / Unicode )
NppFTP
Finally a replacement for FTP_synchronize. It is a complete rewrite and now has

  • SFTP support (!)
  • FTP(E)S support (!)
  • better protocol backends (using libssh and ultimately tcp for SFTP/FTP, a lot more reliable than what FTP_synchronize had)
harrybharrySources

Version 1.0 ( Unicode )
Npp Hash Maker
Npp Hash Maker is a plugin which computes the hash of selected text in

Notepad++. Moreover, it provides hash result in base64 encoded (optional).

This plugin is coded in C# by using .NET Framework. Like Notepad++, it's under GPL.

Supported hash methods: MD5 / SHA1 / SHA256 / SHA384/ SHA512

donhoSources

Version 0.3.0 ( Unicode )
NppJavaScript
NppJavaScript is a GPLv2 licensed plug-in for Notepad++ to extend it to add editable JavaScript macros. The plug-in uses the Mozilla JavaScript engine SpiderMonkey version 1.7.ffesSources: on download page

Version 1.2.2 ( Unicode )
NppJumpList
NppJumpList only works under Windows 7, and adds the Jump List feature to Notepad++.ahvgeezerSources: on download page

Version 0.1 ( ANSI / Unicode )
NppNetNote
a collaborative edit plugin.

It allows multi-user to modify the same document in the real time via the network (collaborative editing). NppNetNote transforms Notepad++ from an text editor into an IM client, without inscription on any server side. Currently, only one client author is supported at any given time.

HarrybharrySources: on download page

Version 0.6 ( Unicode )
NppPlugin.NET
Here's the solution for all .NET coders wanting to add a plugin to their fav editor. Full access to the N++ API.. adding dockable forms is especially easy. But please read the included ReadMe.TXT ! The package includes 2 folders:
template
A clean template for fast and easy building of .NET plugins for Notepad++
demo
An example .NET plugin for Notepad++, build upon the template above. It demonstrates the same functionality as the original demo plugin by Don HO.
ufo-pu55ySources: included

Version 1.0 ( Unicode )
NppPluginDemo
Demo plugin, supersedes the old Insertion plugin.donhoSources: included

Version 0.1.1? ( Unicode )
NppScripting
First version of a new plug-in: NppScripting. It allows you to modify text, insert new menu items, receive and handle some events from editor and all of it via JavaScript.

The plugin runs all the scripts in plugins\nppscripting\includes at load time. Usually, all the scripts - plain Javascript .js files - will install some menu or hotkey that would do something useful on demand. There are some sample scripts:

  • decode - decodes some encoding to UTF-8;
  • gTranslate - translates selected text via Google Translate;
  • ClearCase - adds menu for working with files under ClearCase;
  • MenuCmds - allows to call some standard npp actions from your javascript;
  • text.menu - adds menu with sample of functionality;
  • Dialog - allows you to build some Internet Explorer based dialogs.

Move not used scripts from includes to includes/disabled Folder.

Happy scripting!

Kremer EugenSources: email author

Version 0.6.0 ( Unicode )
NppSnippets
First alpha version for a new snippet / template plug-in: NppSnippets. The basic framework is done and works. Similarity with the TextPad Clip Library is no accident. To insert a snippet simply double click on the item in the list and the snippet is inserted at the current cursor position.ffesSource: email author

Version ? ( ANSI )
NppSortLines
A plugin of sorts.Josh HarrisSources: included

Version 2.5.0 ( ANSI / Unicode )
NppToR
NppToR provides R language syntax highlighting, code folding, and auto-completion to Notepad++. In addition, it provides Rgui style code passing between Notepad++ and the Rgui. Technically, this qualifies more as a companion application than as a plugin.halpoSources: on download page

Version 0.0.2.0 ( Unicode )
NppTranslate
NppTranslate provides instant translate on demand on text documents opened in Notepad++, using the Bing translate engine.shaleenmishraSources: Refer project SVN repository.

Version 0.3.1 ( ANSI / Unicode )
Oberon-2 Lexer
Oberon-2 Lexer provides Oberon-2 language syntax highlighting to Notepad++.Alexander IljinSources: included

Version 2.3.2 ( ANSI / Unicode )
Obide
Obide provides IDE capabilities for XDS Oberon-2 developers in Notepad++: autocompletion, source navigation, code hints, etc.Alexander IljinSources: included

Version 2 ( Unicode )
Open File In Solution (OFIS)
Open File In Solution (OFIS) lets you index specific folders and possible specific types of resources (xml-, cpp, py-files) for a fast indexing of files. If you have used Visual Assist for Visual Studio or Eclipse you know how it works, if not check out the link below.

It also has the option to monitor named directories so if you delete/add files in the folders it will automatically remove them from indexed files (for example if you update your trunk through svn/perforce/hg/etc).

Documentation, screenshots and further information can be foundhere.

incfredSources: email author

Version 1.0 ( ANSI / Unicode )
Perforce Plugin (Unicode)
Perforce Plugin (ANSI)
Provides integration with Perforce. Checkout, mark for add, mark for delete and revert operations are supported through the plugin's menu. Also, the file is automatically checked out when you start typing in it.Henrik RavnSources

Version 1.09 ( ANSI / Unicode )
PHP Automation
This plugin performs PHP scripts without the need to install PHP/Apache. It recognises a number of scripting commands to have Notepad++/Scintilla perform a number of actions:


// activate N++ tab 0 in View 0 
nppUserCommand("NPPM_ACTIVATEDOC",0,0); 
// get trimmed all text from active tab to variable $json 
$json=trim(sciGetText()); 
To use, write your script and use the default F9 key to run. Works even on the Portable version. Here is some documentation.

Andrzej KmicicSources: on download page

Version 0.9.3.1 (ANSI / Unicode )
Plugin Manager (ANSI/Unicode)
This plugin essentially allows you to install, update and remove all the existing plugins, including itself, right from inside Notepad++. It will notify you when a plugin you use has been updated, and allow you to update it, simply by clicking the "update" button. The update can be delayed or ignored.

It has a centrally located list of plugins, which will be kept up to date.

Additional features:

  • Only plugins that are compatible with your Notepad++ are shown and installed
  • Install all supplemental files as well as the plugin file itself (e.g. config, doc, extra libraries). Also installs dependency plugins if any.
  • Validation of DLLs copied, against a central list of valid files. This slightly mitigates the risk of automatically downloading updates.
  • Proxies are supported, just change the setting
Dave BrotherstoneSources

Version 1.0 ( ANSI / Unicode )
Plugin Marker Margin
Enables "free" margin for plugin usage on either view.Thell FowlerSources: on download page

Version 0.30 ( Unicode )
PluginUpdate
This plugin is deprecated, use PluginManager instead

Visit https://sites.google.com/site/fstellari/nppplugins for more details.

Franco StellariSources: email author

Version 1.0 ( Unicode )
Pork2Sausage
The plugin transforms a selected text to whatever you want, once your transformer (a console program which takes inputs then generates an output) is set properly with Pork to Sausage plugin.



The attractive part of this plugin is its flexibility: one (or more) small program(s) can be written in any language (such in java or .Net), or usage of the other programs in order to transform your selected text in Notepad++. 

Up to 20 commands are customizable.

donhoSources: email author

Version 1.0 ( Unicode )
Powershell Syntax Highlighter
Version 1.0 ( ANSI )
Powershell Syntax Highlighter
A Powershell syntax highlighter plugin. It's also a good demostration of syntax highlighter plugins for Notepad++. Full information athttp://poshcode.org/notepad++lexer/Thell FowlerSources: on download page

Version 0.9.2 (Unicode )
Python Script (Unicode)
  • Full programmatic access to Notepad++ features and menus
  • Full programmatic access to all of Scintilla features
  • Call other plugin menu items
  • Assign menu items, shortcuts and toolbar icons to scripts
  • Process Notepad++ and Scintilla events, direct from a Python script
  • Python console built-in
  • Full regular expression support for search and replace - script Python regular expression replaces
  • Start external programs and pipe the output direct to a Notepad++ document, or filter it, or simply to the console window
  • Full documentation for all the objects and methods
  • See http://npppythonscript.sourceforge.net for more information
Dave BrotherstoneSources: on download page

Version  0.2.1 ( ANSI / Unicode )
QuickText
Version 0.2 ( Unicode ) for Windows Vista:
QuickText
Customised version 0.2.2 ( Unicode ):
QuickText
Quicktext is a Notepad++ plugin for text substitution with multi field inputs. It's similar to Tab Triggers in TextMate, Resharper/CodeRush in Visual Studio. PLEASE UPGRADE to Notepad++ v5.4.4 if QuickText isn't functional..AlphptSources

Version 1.0.2 ( Unicode )
RainLexer
A lexer for Rainmeter .ini files, based on WLangLexer.poiruSources:http://code.google.com/p/rainlexer/

Version 0.2.2 ( Unicode )
RegEx Helper
A Notepad++ plugin that allows users to develop regular expressions and test them against their open documents. Full details can be found here.lbarsantiSources: email author

Version 1.1 ( ANSI / Unicode )
RegRexPlace
RegRexPlace: a plugin to do "regular regular-expression replaces". Useful when

you have often-used regex replacements. I personally use this when writing posts on forums, so I can use my own simplified markup and automatically generated BBCode markup from that. A sample .ini file is included.

f0dderSources: email author

Version ? ( ANSI )
ReloadButton
Adds a toolbar button that reloads the current document from disk while maintaining line and focus unchanged.Johannes H?fnerSources: email author

Version 1.31 ( ANSI / Unicode )
RunMe
RunMe allows to execute the currently open file, based on its shell association.

Visit https://sites.google.com/site/fstellari/nppplugins for more details.

Franco StellariSources: email author

Version ? ( Unicode )
SciMarkerSymbols
This plugin is used by other plugins.
It retrieves the marker symbol type for a line marker from Scintilla. If the marker has not had a marker symbol defined to it the value SC_MARK_AVAILABLE type is returned. This allows plugins to cooperate when when using line markers.Thell FowlerSources: on download page

Version 1.0U ( ANSI / Unicode )
ScrollPastEOF
This plugin simply configures the Scintilla components on startup to allow scrolling up to one page down past the end of file. Currently (as of Notepad++ 5.6.2) there is no GUI setting to enable this feature. It may be added at a later time, but even then if you are using an older version of Notepad++, you may still want to use this plugin.Alexander IljinSources: included

Version 1.12 ( ANSI )
SearchInFiles
A nice done Find in files plugin with which you have a lot of extra informations.Jose Javier SanjoséSources: on download pages

Version 1.0 ( ANSI )
SecurePad
Version 2.0 ( Unicode )
SecurePad
With this you can encrypt/decrypt whole documents or selected text with your own key.

It is useful for storing sensitive information like logins and you don't want them lying around in a plaintext file.

Dominic TobiasSources: email author

Version 0.2.0 ( Unicode )
Select N Launch
This plugin gets your selected text, saves it as file in the system temporary directory with the extension you customized. Then it launches the file - Windows system opens the file with its associated program(by using the extension).


In my personal usage, I defined crt and pdf as extension, then I can launch pdf or show a certificate on the fly, by selecting a Base64 text and executing the defined commands. 
Up to 20 commands (20 extensions) are customizable in this plugin.

donhoSources: email author

Version 0.2 ( Unicode )
SherloXplorer
A file-explorer-like control, which is very, very close to a real windows explorer. Requires .NET framework 2.0 or higher.ufo-pu55ySources: closed

Version v1.13 ( ANSI )
Simple script
Simple script plug-in allows you to make up your script from buid-in functions then execute the script in linear. It was originally designed to help format e-books for easier reading on a computer screen, but it's generic enough to use for a variety of different purposes.Todd Hadley (Fidvo)Sources: on download page

Version v1.3 ( Unicode )
SnippetPlus
Code snippet and now fully functional SurroundWith functionality in one plugin.
  • CodeSnippet: Write snippet name and replace it with real code. Will give you hint if you don't remember the snippet name. Or use dockable or floating GUI.
  • SurroundWith: It's unlimited now.Select some text and surround it with something like IF, TryCatch, Table, Div or whatever.
  • Right click and choose SurroundWith to see all available options for the given language. Or use dockable or floating GUI.
  • See screenshots to get the idea at:https://sourceforge.net/projects/snippetplus/
Rajesh KumarSources: email author

Version ? ( ANSI )
SortPlugin
A plugin of sorts.Greg BullockSources: included

Version 0.6.1 ( Unicode )
SourceCookifier
A cross breed between Exuberant CTags and FunctionList so as to allow a hierarchical overview of a single source file or a set of them. Supports interactive drag and drop of source files into sessions (unrelated to Notepad++'s). Requires .NET framework 2.0 or higher.ufo-pu55ySources: on download page

Version 0.5 ( ANSI / Unicode )
SourceSwitcher
Another soource switcher, but more flexible, as it handles .c <-> .hViZion8Sources: email author

Version 0.2.1 ( Unicode )
SpeechPlugin
Version 0.2.0.1 ( ANSI )
SpeechPlugin
No kidding, Notepad++ speakes now.

Use SpeechPlugin, you can make Notepad++ dictate your text or source code. Of course, the speakers is necessary.

Jim XochellisSources: on download page

Version 1.3.3 ( Unicode )
Spell-checker
Here is the spelchecker spellcheker spellchecker which can corect correct your typos in your langage (damn!) language. You need to instal install Aspell before using it. This thread (in french) provides more details and features an email address to request an installer from.Jens LorenzSources: on download page

Version  ? ( Unicode )
SPSS launcher
Not a plugin actually, but an AutoHotKey script to pass selection/document to SPSS through NppExec.cekorySources: included

Version 0.0.1 ( Unicode )
Squiggly SpellCheck
The alpha version of a spellchecker somewhat like the Office fixture.ksharifSources: email author

Version 1.2 ( Unicode )
Subversion
Integrated Subversion support utilizing TortoiseSVN's command line features. This plugin has support for Update, Commit, and Revert.Brandon CannadaySources: email author

Version 1.1 ( ANSI / Unicode )
Switcher
Switcher: a plugin to switch between 'associated' files. Currently it handles switching between asm<>inc, cpp<>h, cc<>h and c<>h. Useful when assigned to a hotkey.f0dderSources: email author

Version 0.3 ( Unicode )
TagsView
TagsView is a generic plugin which provides user interface for ctags parsed

result. Currently supported editors are Notepad++ and AkelPad.

dv__Sources: email author

Version 1.0 ( Unicode )
Task List
Task List is a plugin that adds all occurrences of "*TODO:*" to a side bar.

Double-clicking an item in the task list will take the cursor to that occurence.

blitowitzSources

Version 0.26 ( ANSI / Unicode )
TextFX
TextFx is one of the first plugins while the plugin system was available in Notepad++.

You will be amazed by its huge number of features and its small size. Here is Text FX official site with detail Information. Note that the npp-plugins project hostsv0.25, but Notepad++ ships with 0.26. 
This plugi has no maintainer and wants one; please see TextFX's Future

Chris SeveranceSources: on download page

Verson 1.21 ( ANSI / Unicode )
TopMost
TopMost integrate with the native AlwaysOnTop functionality and adds some additional functionality such as a toolbar button and memory of the state between sessions.

Visit https://sites.google.com/site/fstellari/nppplugins for more details.

Franco StellariSources: email author

Version 1.0 ( Unicode )
Tortoise SVN
There is probably 10 of these already on the internets, but none of them(that I have seen) have the concept of a root directory. 
Currently supports the following :
  • On project/solution basis : Update, Commit, Log.
  • On file basis : Diff, Log, Commit, Edit Conflicts, Resolve, Add, Revert, Remove, Rename.

Documentation and further information can be found here.

incfredSources: email author

Verson 0.10 ( ANSI / Unicode )
TrayMenu
TrayMenu allows to add features to the Notepad++ tray icon but there is no development at the moment.

Visit https://sites.google.com/site/fstellari/nppplugins for more details.

Franco StellariSources: email author

Verson 0.20 ( ANSI / Unicode )
TTSAssistant
TTS Assistant allows to edit the TTS files easily. You can add/remove the quote marks as well as the & marks from your selected lines. It also allows you to break the text into lines such that each line contains an XML element.Trung NguyenSources: email author

Version 1.0.2 ( ANSI / Unicode )
UniversalIndentGUI
A cross platform GUI for several code formatter, beautifier and indenter like AStyle, GNU Indent, GreatCode, HTML Tidy, Uncrustify and many more. Main feature is a live preview to directly see how the selected formatting option affects the source code. Several languages supported, among which far eastern ones, and a translation tool is also available at the project's files page.thomas_-_sSources: eail author

Version 2.1 ( ANSI / Unicode )
WebEdit
WebEdit is another attempt to integrate a user-configurable code template collection into Notepad++. With WebEdit you have the following options:
  • create a menu command for pasting some text, possibly surrounding the current selection, if any. Imagine selecting a word and putting "

    ...

    " around it with a single hotkey. You can create up to 30 such commands and assign keyboard shortcuts to them, or simply use the menu;
  • the same 30 commands can also be represented by buttons on the main toolbar for quick access with the mouse;
  • you can create a set of "tags" or abbreviations. Type one of them, then press Alt+Enter and it will be replaced with the corresponding block of text. If the replacement consists of multiple lines, all of them will be indented same as the first one. The caret will be placed in a predefined position within the new text. You can have the current clipboard contents (e.g. a function name) pasted on expansion.

The plugin configuration is stored in the WebEdit.ini file. Use "WebEdit\Edit Config" command from the "Plugins" menu to open the file in Notepad++ for editing.

All keyboard shortcuts can be assigned/modified using the standard Shortcut Mapper. For more information see the WebEdit.txt help file.

Alexander IljinSources: included

Version 1.2.2 ( Unicode )
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.

  • Left click on a list item selects the document.
  • Right click opens the tab context menu from Notepad++.
  • When documents are opened in main and second view (by duplicate or move) also two lists are shown in dialog window.

This screenshot will explain better.

Jens LorenzSources: on download page

Version 4.1.0 ( Unicode )
WLangLexer
A lexer for the WLanguage v16 (including WDScript)
  • Full autocompletion is provided, functions case and accents are ignored.
  • Comments, javascript and Here-strings folding.
  • Based on new 5.8+ Lexer Interface.

Browse SVN

Tanguy PruvotSources: email author

Version 1.2 ( ANSI / Unicode )
XBrackets Lite (Unicode)
XBrackets Lite (ANSI)
XBrackets Lite allows to autocomplete brackets ([{""}]) i.e. it inserts

corresponding right bracket when the left bracket is typed. The plugin uses "smart" autocompletion:

  • next character is analysed for ([{ brackets;
  • next & previous characters are analysed for " quote.
Dovgan VitaliySources: on download page

Version 2.3.1β2 r805 ( Unicode )
XML Tools
This plugin is a small set of useful tools for editing XML with Notepad++. The plugin is libXML2-based.

The plugin features are:

  • XML syntax Check
  • XML Schema (XSD) + DTD Validation
  • XML tag autoclose
  • Pretty print
  • Linearize XML
  • Current XML Path
  • Conversion XML <-> Text
  • Comment / Uncomment
  • XPath expression evaluation

Please note that external libs are required. They can be downloaded from the 'Notepad++ Plugins' project page. Make sure you put the external libs in NPP root directory (same than Notepad++.exe) and NOT in plugins subfolder (these external libs are not NPP plugins, but just external libs!)

Nicolas CrittinSources: email author

Version 2.0 ( Unicode )
XPatherizeNpp
Features:
  • Analyze multiple XPath queries with one keypress.
  • Ability to only search on selected text.
  • Reverse lookup from results.
  • Beatufy XML documents.
  • Saved queries for files left open in NPP.
  • Can save and load XML files with XPath queries into a single file.
[mailto:bguenthner

@users.sourceforge.net bguenthner ]

[Sources: on download page]

Version 0.7 ( Unicode )
Zen Coding
Zen Coding plugin for Notepad++. Actually, this is the NppScripting plugin with a different start.js and includes - the .dll file is identical, so replacing it won't have any impact.Сергей ЧикуёнокSources

Version 0.7.0.1 ( Unicode )
Zen Coding-Python
Zen Coding plugin for Notepad++, but rewritten in Python, and with better integration in N++ - shortcuts can be configured from the Shortcut Mapper.- davegb3Sources

Tips for updating this page

It is desired that plugin authors update this page whenever they update a plugin or release a new one. This fits well within the DIY spirit of a wiki, which is no different from the open source spirit. This is open docs, like the whole of NpWiki++.

The general case

When updating, the simplest way might be to click on an individual row edit link, and change whatever needs to. Points to be careful about are:

  • Proper use of the Maintainer template to refer to a plugin maintainer, see Author_Toolbox#General
  • Proper use of the wiki syntax for links: an opening bracket, an address without intervening spaces nor line breaks, a space, the desired displayed text, a closing bracket. Copy/paste may insert spurious line breaks in URLs which wrapped.
  • The pipe symbols you see at the beginning of some lines must definitely reside at the beginnning of a line to be properly processed
  • When a description has embedded blank lines or lists, precede it by an HTML

    paragraph tag.

  • While documenting source availability, please use the standard locations:
    • on download page
    • included
    • email author

or a link, unless particular circumstances suggest otherwise.

Looking at a few rows in the source should give you the idea.

To add a new plugin, edit the row above which yours should appear - the table is sorted by plugin name - copy and paste the text you see, and then modify this duplicate plugin entry you just created, as explained above.

The first line of a plugin entry has names for the plugin that serve different purposes:

  • The {{ns:0|Pluginname}} part is there so that, when an entry is edited, an automatic, yet relevant comment is generated for the page history.
  • The part is an anchor used by Plugins By Category to point to the entry. The short name should be suitable to include in an URL. Admins can take care of this.

Special cases:

  • If your plugin should appear on the topmost row, copy and paste, but then adjust the upper duplicate entry.
  • If the name of your plugin is the first one to start with a given letter, please remove the duplicate line of the form . This will keep the quick access links up to date.
    • If your plugin starts with B, V or Y, do not remove the span line, but change the letter. Also, since the quick access link (say for letter Г) doesn't exist yet, it would be great creating it replacing the letter with [[#Г|Г]].
  • If your plugin must be on the last row, then there are special adjustments, obvious if you know wikitext a little:
    • Don't duplicate the trailing |}, this is the table end marker. If you do it will just look funny;
    • Between the original text and your duplicate entry, add
      • a line starting with |- It starts a new row;
      • a line with a single | symbol. This starts the first cell of the new row, which has the edit link, version info and download link.

More updating considerations

The section below keeps a tally of the plugins which do not exist in Unicode version. Each entry names such a plugin and provides known information on how it could be replaced along Unicode builds. Please update these entries as appropriate.

You can always edit the whole page. Since it is large and is bound to grow, this will only make things slower because of the extra bandwith requirements. And if a wreck ever takes place, it gets a chance of going global instead of remaining confined within a couple rows. Granted, admins can always revert any edit, cancelling both the mess and the intended changes. Please contact an admin if anything goes wrong - which cannot ever happen, as programmers say.

ANSI-only plugins

There are currently 11 plugins out of over one hundred entries that only work with ANSI builds of Notepad++. Many of them are superseded either by Notepad++ or by other plugins:

ANSI-only pluginsNameCommentsAwkPluginSuperseded by NppExec, RunMe can help too.CharMNo equivalentColor PickerConversion announced, superseded by Colour pickerConvertExtNo equivalent, but Encodings is its rebirth. Also NP++ now supports code pages.FTP ExplorerSuperseded by FTP_synchronize and NppFTP.InsertionSuperseded by TextFX, and hardly counts as it is meant to be a demoNppSortLinesSuperseded by TextFXReloadButtonNo equivalentSearchInFilesOnly the Exclude filetypes feature is not covered by Notepad++ facility. Also has multiline search in files.SimpleScriptSuperseded by PHP Automation, NppScripting and Python ScriptSort pluginSuperseded by TextFX

Categories: Short Title(All) | Lexer | Plugins | Installation | Programming | NP++ Dev | Usage(Advanced Editing) | Usage(Programming) |Usage(NP++ Project) | User Community