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: [email protected] 
[[email protected]] on behalf of ext Luc 
Vlaming [[email protected]]
Sent: Friday, June 08, 2012 7:51 AM
To: [email protected]
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
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qt-creator

Reply via email to