For the record the patch from
https://sourceforge.net/p/codeblocks/tickets/481/ is applied in this branch
https://github.com/obfuscated/codeblocks_sf/tree/plugin_wizardPlease test and provide suggestions and further patches.
@bluehazzard: I'm not sure I like the current set of targets.
In fact I think that we need 3 or 4 targets:
1. on for linux for the codeblocks installed on the systems that uses pkg-config codeblocks
2. cross platform target for wx2.8 that uses the cb variable
3. cross platform target for wx3.0 that uses the cb variable
4. optional - and another one for wx3.1
This way a plugin developer can test his/her plugin against all versions of codeblocks and the setup will be relatively easy.
I'm not sure that I like the sandbox notifications for the new copy scripts used for copying dlls. Can't we output the file directly where it will be used?
@jens: Do you think it will be a good idea to modify pkg-config codeblocks to return compiler/linker flags related to the proper wxgtk that should be used? This way a plugin will always be build with the correct wxgtk library.