[Gambas-user] Editor autocomplete error.
user
demosthenesk at ...626...
Fri Oct 8 16:06:12 CEST 2010
it could be nice after adding a control to a Form to use it directly in
code editor and not to wait to write it once in editor in order to
autocomplete.
This work is made often to me, and i wandered why the controls do not
appeared in autocomplete pop up...
On Fri, 2010-10-08 at 14:51 +0200, Benoît Minisini wrote:
> > Good morning to all,
> >
> > i think i found an error in Editor Autocomplete function.
> >
> > i have a checkbox named chkNotComplete
> >
> > 1) when i am in editor while i am writing the name of object it pops up
> > the autocomplete popup box.
> >
> > In there, there is not the name of the checkbox control but only its
> > method of click.
> >
> > For all others controls there are the names and also the method click.
> >
> > is this a bug?
> >
> > See screenshot.
>
> Not really: when you have little black dots before the completion, that means
> that you have a list of identifiers already entered in the source file. If you
> never typed "chkNotComplete", you won't see it in the list.
>
> Maybe I could add the control names in the list anyway...
>
More information about the User
mailing list