We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Original issue: eclipsesource/ecore-glsp#73
GLSP supports validating the label during label editing. The validation can be performed on the server. See for instance https://github.com/eclipsesource/graphical-lsp/blob/master/server/example/workflow-example/src/main/java/com/eclipsesource/glsp/example/workflow/labeledit/WorkflowLabelEditValidator.java
I think it would be helpful to use this feature for editing attributes (to check if the entered name and type are valid).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Original issue: eclipsesource/ecore-glsp#73
GLSP supports validating the label during label editing. The validation can be performed on the server. See for instance https://github.com/eclipsesource/graphical-lsp/blob/master/server/example/workflow-example/src/main/java/com/eclipsesource/glsp/example/workflow/labeledit/WorkflowLabelEditValidator.java
I think it would be helpful to use this feature for editing attributes (to check if the entered name and type are valid).
The text was updated successfully, but these errors were encountered: