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

Benoit Minisini gambas at ...1...
Mon Mar 22 17:45:58 CET 2004


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...

-- 
Benoit Minisini
mailto:gambas at ...1...




More information about the User mailing list