[Qt-creator] Auto-complete not working for typedef objects

Mohammad Mirzadeh mirzadeh at gmail.com
Fri Nov 9 01:25:56 CET 2012


Thanks. It works in 2.6 now


On Mon, Nov 5, 2012 at 12:20 AM, Nikolai Kosjar <nikolai.kosjar at digia.com>wrote:

> It doesn't work up to Qt Creator 2.6.0-rc, but it does work with Qt
> Creator from the current 2.6 branch.
>
> Next time, please use the bug tracker at
> https://bugreports.qt-project.org/ for issues like that.
>
> Nikolai
>
> On 10/31/2012 08:47 PM, Mohammad Mirzadeh wrote:
> > Hi,
> >
> > If I use typedef for a complex object to facilitate with naming,
> > auto-complete fails to do its job. for instance:
> >
> > std::vector<std::pair<int, double> > A; // can use auto-complete for A
> > typedef std::vector<std::pair<int, double> > new_type;
> > new_type B; // auto-complete does not work with B
> >
> > Is this natural?
> >
>
> _______________________________________________
> Qt-creator mailing list
> Qt-creator at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/qt-creator
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qt-creator/attachments/20121108/db681e8d/attachment.html>


More information about the Qt-creator mailing list