With the exception of OpenCL I think you're going to be happy. Do you care at all about pragma based - OpenMP or HMPP? What about AMP?
-----
For colors - what if you had the ability to set them yourself? Dark backgrounds with lighter fonts is harder to read in my experience.
The "readable" fonts issue may also be limited to what's installed on your system by default, graphics/monitor/lcd and the quality of anti-aliasing support. (IOW - I'm not sure how much control we'll have over this on linux.)
At this point not really. Later on we want to parallelise the code for multiple GPUs, hence any assistance with that from the IDE would be appreciated.
I hope to port our Cuda code to HSA/OpenCL at some point so syntax highlighting for that would be nice. Moreover, I think there are lots of people who work with both Cuda and OpenCL, but of course I might be mistaken.
Yeah, that's the "normal" behaviour in IDE's I guess. But a well-thought-through scheme beats my settings even if I spend days on it. Can't you just simply import a few schemes to have them as defaults (e.g. from Gedit) and also let users customise them, too.
Might be slightly harder to read but they are also easier on the eyes. I can't stare at a white background for a day...
While this is true your defaults probably still matter. I recently tried Kdevelop and found that it's harder to read than Gedit.
Edit: As others asked already, will it be open source or will we have to buy it as plugins?
One feature that is sorely missing from Qt Creator at the moment is proper support for multiple screens. Also, continuing the work to use clang for syntax highlighting etc looks like a promising strategy in future.
My wishlist:
* Multiple screens support, not only for the help browser.
* Better refactoring support, the current refactoring support is a bit slow and unreliable in my opinion.
* Better support for C++11.