I think developing yet another IDE would make sense, if the result was a long awaited, cross platform and fast IDE that actually aids C++ development with Qt. It makes me wonder why in 20 years of existence of C++ no such thing was developed. In comparison, the fairly new Java language can be edited with Eclipse so nicely that you have the impression you are not even writing the code yourself anymore. Rich and powerful refactoring tools, auto completion and code fix suggestions make it feel like you are pressing the O.K. button through a wizard that is generating your code automatically. Why doesn't such thing exist for C++?
Personally I use Eclipse with Qt integration, because so far I found Eclipse to be a nice tool and I had my hopes high, that it would help me develop Qt code just as well. Well, I do miss the refactoring tools. It can't even rename a class in an automated way. But at least it integrates Designer (which I think works perfectly fine for my needs), automatically modifies the .pro file for me, has a CVS or SVN integration and the obligatory integration of project building and execution on the press of a button. And most importantly, I'm platform independet with it.
I had my hopes high for Creator, because I'm very fond of Qt and the tools that come with it. So I gave it a shot and yes it looks really nice, but it doesn't really do anything you would expect from an IDE. I'm disappointed to hear that development won't be continued.
I also tried MSVC and yes, it is by far the best C++ IDE I have ever seen. At least after several weeks when you got used to it, learned some shortcuts and know where to look for your settings. But I refuse to sacrifice the platform independence for it, so I went back to Eclipse + Qt integration and do more things manually.
Bookmarks