Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Writing a plugin for Notepad++ [closed]

People also ask

How do I open plugins in Notepad++?

Opening the Notepad++ Plugin Manager The Plugins Admin dialog box (or plugin manager) lists the available and installed plugins. You can install additional plugins, update, and remove included plugins with this dialog box. To open the Notepad++ plugin manager, go to Plugins > Plugins Admin.

What is a Notepad++ plugin?

Notepad++ plugins is a collection of tools which plays a role of completion for Notepad++. This project contains Explorer, Function List, Hex Editor, Spell Checker and a console program NppExec. Other plugin developers are invited to share their projects.


After looking closer at the main notepad++ site, I found this wiki. Looks pretty in-depth. http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=Plugin_Development (link not working)

Here is a copy of the page from the internet archive... http://web.archive.org/web/20140328055927/http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=Plugin_Development

Correct link : https://npp-user-manual.org/docs/plugins/


http://notepad-plus.sourceforge.net/uk/plugins-HOWTO.php Here is a site with some plugins - source included for examples http://sourceforge.net/projects/npp-plugins/files/


Make your plugin in less 10 minutes

This step-by-step tutorial on the official notepad++ website shows how to create a plug-in for the editor.