Qt creator 2.1.0 discussion.
-
Hi all, just wondering whats your impression on the newer release of qt creator.
Things I liked:
more colors! in edit mode.
better code completion using classes methods.Things I lost that im sad off:
When using tooltips to debug, It dosen't show certain stuff it was able to show in previous versions.
example:@
typedef struct
{
std::string name;
std::string lastname;
} Person;std::vector < Person > lstPersons;
when debugging:
lstPersons[i].name = "lol";
when hovering on .name it dosen't show it's content anymore :'(@
things im suprised:
while coding the list still dosen't show available content of a class when indexing a vector.
std::vector < CMyClass > lstOfMyClass;
lstOfMyClass[index]. ( will not list the members of my class ) -
Isn't it time to discuss "QtCreator 2.2":http://labs.qt.nokia.com/2011/03/24/qt-creator-2-2-beta-release/ ... yes, it is beta but I haven't found any serious issues so far ( on the other side - I haven't used it so much ).
I found QtCreator several months ago ... and I couldn't understand how it was possibly to live without it for so long :)
And adding new features like "Qml Perfomance Monitor":http://labs.qt.nokia.com/2011/04/07/qml-perfomance-monitor/ is great.