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