[Qt-creator] Text editor can't see new widgets on forms.
Lucian Smith
lpsmith at spod-central.org
Wed Jun 24 23:03:29 CEST 2009
* Alex Williams <linuxfpga at gmail.com> [2009-06-24 21:54] writes:
> When you create new widget on the form - methods autocompletion for
> this widget is not working. If you close project and load it -
> autocompletion for this new widget now working... It's a real hard
> bug. All other old wigets, which is created before project load -
> autocomplete working fine for them. For new - not.
>
> It's a bug, or I should use special command or shortcut to update info
> about new widgets on the form?
I have observed that autocompletion is based on the saved files in your
project, not the working versions of your files you may have recently been
editing. So when I go to the .h file (or whatever) and hit 'save', after
that, autocompletion of elements defined in that file start working.
It would actually be nice if autocomplete worked with the working versions
of the files instead of the saved versions, but that's your workaround for
now.
-Lucian
More information about the Qt-creator-old
mailing list