[Gambas-user] Custom controls in gambas IDE

Benoît Minisini g4mba5 at gmail.com
Mon Feb 22 19:15:31 CET 2021


Le 22/02/2021 à 17:23, Bruce Steers a écrit :
> 
> Ben , do you like or hate the idea of this?
> I've added a "Custom Controls" part to Preferences.
> 
> Controls added to list get loaded when gambas loads so they show correct 
> in IDE.
> 
> Should I stop or do you think may be a nice addition?
> 
> Here is a movie of it working..
> http://bws.org.uk/images/screenrecord-2021-02-22_16.14.34.mp4
> 
> it is WIP still. (need to make it copy the ProjectDir/.info file to 
> ProjectDir/.hidden/info/classname.info <http://classname.info> to make 
> it work properly yet)
> 
> Respects
> BruceS
> 

Hi,

Sorry, I don't like the idea of loading components dynamically in the 
IDE at all, because :

1) These components cannot be unloaded.

2) They can break the IDE.

Regards,

-- 
Benoît Minisini


More information about the User mailing list