Autocompletion and syntax highlighting (especially support for external
libraries and Qt5) seem to be much better in the latest snapshots.
http://builds.qt-project.org/job/qt-creator-windows-snapshot/changes
These don't have installers but if you extract the archives and run from
the folder you extracted in to, (I wouldn't reccomend overwriting the
current qt install at this point.) you get the newest Creator which has
full support for 5 afaik and the TODO plugin is full featured and much
better. I've been running
http://builds.qt-project.org/job/qt-creator-windows-snapshot/212/ for a
few days and haven't noticed any crashes yet. One person has had crashes
in the mailing list but I think this was a special case which normally
shouldn't happen.
On 9/3/2012 12:38 PM, Igor Mironchik wrote:
Hi,
And second, why autocompletion doesn't work for "d" member in the
next
example:
In header:
class Test {
public:
Test();
void doIt();
private:
Q_DISABLE_COPY( Test )
class TestPrivate;
QScopedPointer< TestPrivate > d;
};
In source:
class Test::TestPrivate {
public
QString m_string;
};
Test::Test()
: d( new TestPrivate )
{
}
void
Test::doIt()
{
qDebug() << d-> // And here autocompletion doesn't work. Why?
}
Works here with 2.5 and 2.6. Which version of Qt Creator do you use?
2.5.2
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qt-creator
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qt-creator