[Gambas-user] Freeze the IDE only with the words you type!
Tobias Boege
taboege at ...626...
Thu Feb 13 01:00:05 CET 2014
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.
Regards,
Tobi
--
"There's an old saying: Don't change anything... ever!" -- Mr. Monk
More information about the User
mailing list