Hi guys,
I've been working on my unit testing plugin for about a week now, and although it's not ready for release yet (unless you want a very unstable Code::Blocks with little gain!) I've got it to a stage where I can show off a screenshot.. so here it is!
The new stuff:
1. A new Testing menu which allows you to create/add and run tests
2. A new unit tests results panel
3. A new unit tests virtual folder (which is added automatically if you enable unit testing on a project)
At the moment only adding an existing test (by browsing for a source file) works. What the plugin does is scan the code to determine what unit testing API was used (e.g. boost::unit - that's the only one that works at the moment) and then runs the test and parses the output. I plan to add support for the common C/C++ unit testing libraries. I hope to have a release ready in the next couple of weeks.