eclipse-gemoc / gemoc-studio-modeldebugging

gemoc-studio-modeldebugging
Eclipse Public License 1.0
6 stars 15 forks source link

[feature] Declaring options in addons #23

Closed ebousse closed 4 years ago

ebousse commented 6 years ago

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)

dvojtise commented 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.