Hello,
Code::Blocks seems to be a good C++ IDE. I've been looking for one for a while now, but was mostly disappointed with the offerings (poor design, no gdb support, ...).
I have one "bug" (a flaw, actually) to report:
When creating a new project in an existing directory, Code::Blocks will overwrite an existing main.cpp file without warning. I lost the the only copy of a source-file because of that, but fortunately I managed to recover it :)
Also, I tried to add MSYS support to the compilerGCC plugin, but I got stuck somewhere in the progress (a wxWindows 2.4.2 incompatibility perhaps?). Maybe someone else can add support for it? It's simply a matter of changing the executable names from the MinGW compiler option to their MSYS counterparts (gcc.exe, g++.exe and make.exe) and making changes to the other sources as required.
Sudden realisation. Perhaps this is configurable if the plugins configuration is enabled?
Thanks for this piece of quality software! It is much appreciated.
Brecht Machiels