You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 22, 2020. It is now read-only.
The command-based approach is simple, but not especially user-friendly. It can be hard to know what each parameter means, and especially what the "path" values expect (Absolute path? Relative path? Relative to the workspace, or to the selection? etc.). Also, the commands expect some specific selection (Folder, Ecore file, Ecore genmodel...) and will fail if the selection is incorrect; although without any helpful explanation for the user.
This must be improved. At least, we need:
Proper parameter documentation
Proper error-reporting to the user
Ideally:
Live-validation of the parameters & selection (For a command-based version)
A nice form-based wizard (For improved user-friendliness)