Closed ebousse closed 4 years ago
Thanks to https://github.com/eclipse/gemoc-studio-modeldebugging/pull/157 it is now possible to declare boolean and string options.
No other type is currently supported (integer, float, enum) but I think this should cover most common use cases.
At the moment, addons can only be enabled or disabled.
We should consider giving the possibility to addons to declare options that could then be configured in the launch UI.
This would avoid hard-coded disabled addon features (see https://github.com/eclipse/gemoc-studio-modeldebugging/pull/22)