first id like to say Code blocks is really an amazing IDE,
thank you for all the hard work.
and as for the cint support,i might not be have experiance with cammercial IDEs but having a c++
interpreter can be one of the most innovative features a IDE can have,
an interpreted implementation is a big part of python success for example,
productivaty can be doubled or even tripled with the no time spended on compile-link cycles,
which can really help when learning GUI programming (with WxWidget ofcourse)
just think about all those times you waited impatiently for a piece code to compile so you could test it,
also the debbugging can be much faster,
just my honest opinion on the subject,
Btw:i would have loved to help on adding support for CINT but im still hacking on the WxWidget hello world sample and im not a very exprienced c++ programmer either,