Author Topic: plugin develop ment....  (Read 4577 times)

Offline vanangamudi

  • Multiple posting newcomer
  • *
  • Posts: 16
plugin develop ment....
« on: January 24, 2012, 08:35:32 am »
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....

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: plugin develop ment....
« Reply #1 on: January 24, 2012, 08:50:26 am »
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!]

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
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