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!
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.
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 ...