[Gambas-user] BUG: Completion after END IF/WITH

ron ronstk at ...239...
Sat Mar 27 03:47:56 CET 2004


On Monday 22 March 2004 17:45, Benoit Minisini wrote:
> On Monday 22 March 2004 13:58, ron wrote:
> > dim tb as TextBox
> >
> > WITH textarrea
> >   .txt="text"
> >   .tag="mytag"
> > END WITH
> >
> > tb.????
> >
> > Here the completion does not work on 'tb' variable
> > the space in 'END WITH' must removed however to
> > be able to run it must be inserted.
> >
> > Same problem occurs with the 'END IF'
> > Here is no problem if the space exists or not.
> > IF x=y then
> > 	'bla bla
> > END IF
> >
> > The 'END IF' is accepted with and without a space but without the
> > completion does not work below of it
> > The 'END WITH' is only accepted with space and completion does not work
> > below id space is in it
> >
> > Marking 'END IF' and 'END WITH' as error ?
> >
> > Ron
>
> OK. I fixed the bug...

I just found the same problem in a select case
After the END SELECT the completion does also not work
Can be fixed already by this fix but you never know. :)

Ron




More information about the User mailing list