[Qt-creator] autocompletion

leandro.melo at nokia.com leandro.melo at nokia.com
Fri Jun 8 09:40:24 CEST 2012


Hi Luc,

I don't think this particular case has worked before. Despite a few improvements we still have known issues with typedef and template completion.

Cheers,
Leandro

________________________________
From: qt-creator-bounces+leandro.melo=nokia.com at qt-project.org [qt-creator-bounces+leandro.melo=nokia.com at qt-project.org] on behalf of ext Luc Vlaming [mail at lucvlaming.com]
Sent: Friday, June 08, 2012 7:51 AM
To: qt-creator at qt-project.org
Subject: [Qt-creator] autocompletion

hi everyone,

i noticed that right now the autocompletion isn't working as it used to (i think).
the following happens:

using the following code
    vector<int> test;
    typedef vector<int> MyType;
    MyType test2;

this does do autocomplete ("test." autocompletes):
    test.size();

however this doesn't ("test2." does not autocomplete):
    test2.size();

i think this used to work. if not however, i stand corrected ;)

i was just wondering if it is simply my setup or that the current trunk is in fact "broken" for typedef'd autocompletion.

anyone any thoughts on this?

regards,
luc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qt-creator/attachments/20120608/3f4678af/attachment.html>


More information about the Qt-creator mailing list