[Gambas-user] Bug with autocompletion
Jussi Lahtinen
jussi.lahtinen at ...626...
Thu Sep 27 21:15:34 CEST 2012
OK, I got it.
Write following text:
If 1=2 The
And then hit tab. --> Crash.
This can be fixed by adding this to CompleteItem() sub:
If IsNull(gvwComp.Current) = True Then
gvwComp.MoveTo(0, 0)
Endif
Thought, I don't know root reason for this bug, and so this may not be the
desired fix.
Jussi
On Wed, Sep 26, 2012 at 6:56 PM, Jussi Lahtinen <jussi.lahtinen at ...626...>wrote:
> This happens with Gambas 3 rev 5201.
>
> I don't know how to reproduce it, but it has happened with autocompletion
> when I press Tab.
>
> [13] Null object.
> FCompletion.CompleteItem.730
>
> Any clue?
>
>
> Jussi
>
More information about the User
mailing list