Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

GIT Interation plug-in

(1/1)

Shreder:
Hello all,

I what to make plug-in for interaction of C:B with http://git-scm.com/

I'm use C:B since 2006 but never try to extends it. I need to start with this soon as possible.
So does anybody can get me an links to some documentation (not outdated) or complete lite C:B plug-in sample that good commented and really works?

Thanks

ollydbg:
Firstly, you can try the wiki page:

Creating a simple "Hello World" plugin - CodeBlocks

or you can check out the codeblocks SVN code, then try to read any plugins in cb_svn\src\plugins\contrib

they are really not hard to read. :D

You can learn how to :

add a menu
add a toolbar
use the build in editor
access to project manager
do every thing you want
....

quite easy. :D

Navigation

[0] Message Index

Go to full version