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
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)
The text was updated successfully, but these errors were encountered:
Original issue: eclipsesource/ecore-glsp#131
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:
Ideally:
The text was updated successfully, but these errors were encountered: