Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: sidney on November 03, 2006, 11:04:55 pm

Title: how to start a plugin developing
Post by: sidney on November 03, 2006, 11:04:55 pm
i'm a newcomer for codeblock, even a newcomer for software developing.  our company wants to develop a plugin about debug function, what may i begin with?
the project need to use codeblock as our SOC chip's IDE tool. and it use usb port as debug port. we need to develop usb debug software(or library) to let the codeblock can connector to our SOC chip. i'm a hardware engineer, and now a PM, what may i begin with?
thanks for any advices:)
Title: Re: how to start a plugin developing
Post by: Pecan on November 04, 2006, 03:39:01 am
   //-- Wiki Index
    CodeBlocks Wiki Index (http://wiki.codeblocks.org/index.php?title=Special:Allpages)
   //-- Wiki Main Page
     CodeBlocks Wiki Main Page (http://wiki.codeblocks.org/index.php?title=Main_Page)

Search the wiki index for "plugin".
Also, read the CodeBlocks code for the GDB debugger plugin.

(http://img503.imageshack.us/img503/940/0078bu6.png)

Use the plugin wizard to write your own simple plugin.
Menu=>New=>Project=>Code::Blocks Plugin
(http://img231.imageshack.us/img231/5788/0079uk9.png)
Title: Re: how to start a plugin developing
Post by: sidney on November 06, 2006, 11:01:16 am
thank you for your help. i'll study them :D