hi , i am not very familiar with wxwidgets.
but i am familiar with qt.
can i use qt to develop the plugin and then use it in the codeblocks?
Probably no...
But you can make a script plugin... see the wiki
Quote from: luckyzhangwei on November 18, 2009, 04:27:15 AM
can i use qt to develop the plugin and then use it in the codeblocks?
If you separate UI code from the actual "computational" code and write yourself a wrapper to transfer the data, then:
yes. However - the plugins main part has to follow the C::B framework (SDK) which already uses wxWidgets stuff, like wxString. But this is far less complex... obviously. ;-)