SourceForge.net
2009-09-08 22:17:15 UTC
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7617250
By: donho
Someone told me that developing a Notepad++ plugin is like a mission to Mars,
so here it is :
http://notepad-plus.sourceforge.net/commun/pluginDemoTemplate/NppPluginTemplate.
zip
A plugin template for making plugin development as easy and simple as possible.
Only 4 steps to make a simple plugin, by editing 2 files (PluginDefinition.h
and PluginDefinition.cpp) :
1. Define your plugin name in "PluginDefinition.h"
2. Define your plugin commands number in "PluginDefinition.h"
3. Customize plugin commands names and associated function name (and the other
stuff) in "PluginDefinition.cpp".
4. Define the associated functions.
A plugin demo is available here, it allows plugin developers to do a plugin
more sophisticated :
http://notepad-plus.sourceforge.net/commun/pluginDemoTemplate/NppPluginDemo.zip
Any question/suggestion? Post them here.
Happy coding
Don
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=482781
https://sourceforge.net/forum/message.php?msg_id=7617250
By: donho
Someone told me that developing a Notepad++ plugin is like a mission to Mars,
so here it is :
http://notepad-plus.sourceforge.net/commun/pluginDemoTemplate/NppPluginTemplate.
zip
A plugin template for making plugin development as easy and simple as possible.
Only 4 steps to make a simple plugin, by editing 2 files (PluginDefinition.h
and PluginDefinition.cpp) :
1. Define your plugin name in "PluginDefinition.h"
2. Define your plugin commands number in "PluginDefinition.h"
3. Customize plugin commands names and associated function name (and the other
stuff) in "PluginDefinition.cpp".
4. Define the associated functions.
A plugin demo is available here, it allows plugin developers to do a plugin
more sophisticated :
http://notepad-plus.sourceforge.net/commun/pluginDemoTemplate/NppPluginDemo.zip
Any question/suggestion? Post them here.
Happy coding
Don
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=482781