views:

560

answers:

2

I use Notepad++ as my main editing tool. I want to write a plugin for it for a feature I'd like to implement, but am unsure of how to go about it.

Are there any guides / blogs / tutorials that can point me in the right direction for creating a new plugin?

+2  A: 

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/

Romain Hippeau
I've seen this before. not much of a tutorial, but I guess I should just dig around in the demo project.
Jukebox
+2  A: 

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

Jukebox
This is the correct link now.
vivekian2