-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
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
Centralize model update protocol in Model Submission Handler #122
Labels
Comments
CamilleLetavernier
added a commit
to CamilleLetavernier/glsp-server
that referenced
this issue
Nov 24, 2020
- Merge ServerConfiguration and DiagramConfiguration - Centralize model update protocol in Model Submission Handler fixes eclipse-glsp/glsp/issues/122 fixes eclipse-glsp/glsp/issues/123 Signed-off-by: Camille Letavernier <[email protected]>
planger
pushed a commit
to eclipse-glsp/glsp-server
that referenced
this issue
Dec 16, 2020
- Merge ServerConfiguration and DiagramConfiguration - Centralize model update protocol in Model Submission Handler fixes eclipse-glsp/glsp/issues/122 fixes eclipse-glsp/glsp/issues/123 Signed-off-by: Camille Letavernier <[email protected]>
planger
pushed a commit
to eclipse-glsp/glsp-server
that referenced
this issue
Dec 16, 2020
- Merge ServerConfiguration and DiagramConfiguration - Centralize model update protocol in Model Submission Handler fixes eclipse-glsp/glsp/issues/122 fixes eclipse-glsp/glsp/issues/123 Signed-off-by: Camille Letavernier <[email protected]>
tortmayr
pushed a commit
to eclipse-glsp/glsp-server
that referenced
this issue
Dec 16, 2020
- Merge ServerConfiguration and DiagramConfiguration - Centralize model update protocol in Model Submission Handler fixes eclipse-glsp/glsp/issues/122 fixes eclipse-glsp/glsp/issues/123 Signed-off-by: Camille Letavernier <[email protected]> Co-authored-by: Camille Letavernier <[email protected]>
MatthiasHofstaetter
pushed a commit
to MatthiasHofstaetter/glsp-server
that referenced
this issue
Dec 21, 2024
…ver (eclipse-glsp#95) - Merge ServerConfiguration and DiagramConfiguration - Centralize model update protocol in Model Submission Handler fixes eclipse-glsp/glsp/issues/122 fixes eclipse-glsp/glsp/issues/123 Signed-off-by: Camille Letavernier <[email protected]> Co-authored-by: Camille Letavernier <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OperationActionHandler
(and other handlers) should only inject the model submission handler and call a submit method. They should not know wehter the want to send aRequestBoundsAction
or anUpdateModelAction
(or maybe something entirely different).The text was updated successfully, but these errors were encountered: