Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: bruce on April 04, 2012, 02:07:00 pm

Title: What's the difference among the various plugin types?
Post by: bruce on April 04, 2012, 02:07:00 pm
When we try to create a plugin project. The wizard tells us that we can choose a plugin type among tool, generic, MIME handler and wizard. Then what's the difference among them, or where can I get the corresponding sdk documentation? I searched the user manual, I can't find relative information.
Title: Re: What's the difference among the various plugin types?
Post by: MortenMacFly on April 04, 2012, 10:17:32 pm
or where can I get the corresponding sdk documentation? I searched the user manual, I can't find relative information.
Most information you'll find in the C::B WiKi and the SDK docu, available here:
http://developer.berlios.de/project/showfiles.php?group_id=5358
(Scroll to "codeblocks-doc" -> "SDK documentation (SVN)".)
Title: Re: What's the difference among the various plugin types?
Post by: bruce on April 05, 2012, 04:27:18 am
or where can I get the corresponding sdk documentation? I searched the user manual, I can't find relative information.
Most information you'll find in the C::B WiKi and the SDK docu, available here:
http://developer.berlios.de/project/showfiles.php?group_id=5358
(Scroll to "codeblocks-doc" -> "SDK documentation (SVN)".)

OK, Thanks, I found some useful information in cbplugin.h.
Title: Re: What's the difference among the various plugin types?
Post by: MortenMacFly on April 05, 2012, 06:33:44 am
OK, Thanks, I found some useful information in cbplugin.h.
this information is readable in the CHM... ;-)

BTW: Don't forget the WiKi:
http://wiki.codeblocks.org/index.php?title=Developer_documentation

...and surely other plugins are a good resource, too.