[Gambas-user] Freeze the IDE only with the words you type!

Tobias Boege taboege at ...626...
Thu Feb 13 01:02:38 CET 2014


On Thu, 13 Feb 2014, Tobias Boege wrote:
> Hi Benoit,
> 
> very funny issue IMHO. You can freeze the IDE (in an infinite loop maybe?)
> by doing the following:
> 
>  1. Create a GUI project (QT4, this is what I always choose at least)
>  2. Create an Export'd class named "Form"
>  3. Open your Form.class and write
>    Public Sub _new()
>      Super._new()
>    End
> 
> The IDE freezes before I can type the parentheses of the function call.
> 

Oh, apparently this has nothing to do with Super. Try only to call "_new()"
inside _new().

-- 
"There's an old saying: Don't change anything... ever!" -- Mr. Monk




More information about the User mailing list