Author Topic: What's the difference among the various plugin types?  (Read 5909 times)

Offline bruce

  • Multiple posting newcomer
  • *
  • Posts: 13
What's the difference among the various plugin types?
« 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.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: What's the difference among the various plugin types?
« Reply #1 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)".)
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline bruce

  • Multiple posting newcomer
  • *
  • Posts: 13
Re: What's the difference among the various plugin types?
« Reply #2 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.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: What's the difference among the various plugin types?
« Reply #3 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ