News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Official plug-in API?

Started by AkiraDev, January 04, 2005, 03:17:24 AM

Previous topic - Next topic

AkiraDev

Best wishes of a happy new year!

As a wxWidgets library user, I would like to know if there is going to a "plug-in API" posted in the website or ditributed with your impressive IDE.
The reason for this interest, specifically, is that I would like to try to make a simple frame designer plug-in for wxWidgets apps to use with your IDE. A number of wxUsers found Code::Blocks quite promising (according to posts from the "official" forum), and I'm quite sure we'd easily find contributors to your IDE.

Greetings and thank you for reading the post!

mandrav

The plug-in API is in the file sdk/cbplugin.h. The file is well-documented, so I don't think you should have any problems.
And, of course, the plugins subdir is full of working examples ;). Check out pluginwizard, classwizard and astyleplugin. Those are "easy" to follow, since they don't do much compared to compiler and debugger plugins...

For any more info, ask :)

Yiannis.
Be patient!
This bug will be fixed soon...

cyberkoa

Hi ,I am new to wxwidgets programming.

A silly question , after extracting the SDK , where should I copy those folders to ?

I also hope that can make a GUI editor plug-in though I am not familiar with wxwidgets ...