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

Benoît Minisini gambas at ...1...
Thu Feb 13 01:48:02 CET 2014


Le 13/02/2014 01:02, Tobias Boege a écrit :
> 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().
>

Fixed in revision #6154.

-- 
Benoît Minisini




More information about the User mailing list