[Gambas-user] BUG: Completion after END IF/WITH
ron
ronstk at ...239...
Mon Mar 22 13:58:20 CET 2004
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
More information about the User
mailing list