News:

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

Main Menu

plugin develop ment....

Started by vanangamudi, January 24, 2012, 08:35:32 AM

Previous topic - Next topic

vanangamudi

Where do I find a tut for developing my own plugin for codeblocks.... I read the wiki.. but it s stil incomplet....any codeto help me....

oBFusCATed

Download the source and inspect some of the other plugins in "src/plugins".
This is the best way to see what it is possible to achieve.

We have a doxygen file, which should generate a browsable documentation, but I'm not sure what is the download link for it.
You can try to build it from the source.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

MortenMacFly

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]