News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

What's the difference among the various plugin types?

Started by bruce, April 04, 2012, 02:07:00 PM

Previous topic - Next topic

bruce

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.

MortenMacFly

Quote from: bruce on April 04, 2012, 02:07:00 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)".)
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

bruce

Quote from: MortenMacFly on April 04, 2012, 10:17:32 PM
Quote from: bruce on April 04, 2012, 02:07:00 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)".)

OK, Thanks, I found some useful information in cbplugin.h.

MortenMacFly

Quote from: bruce on April 05, 2012, 04:27:18 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]