Discussion:
[Notepad-plus-plus] [notepad-plus - Plugin Development] Even your grandmom can do it!
SourceForge.net
2009-09-08 22:17:15 UTC
Permalink
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
SourceForge.net
2009-09-09 19:52:38 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7619844
By: mcloo

My gra'ma is dead, so it's not that easy...

McLoo

______________________________________________________________________
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
SourceForge.net
2009-09-10 15:25:44 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7622160
By: donho
Post by SourceForge.net
My gra'ma is dead, so it's not that easy...
Ok, she can not do it anymore... but you can.

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

Loading...