-
Notifications
You must be signed in to change notification settings - Fork 55
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
Deleting elements from the tree sometimes breaks diagram #180
Comments
@tortmayr is this a generic glsp issue, or is this a coffee editor specific issue? |
This is a coffee editor specific issue . I had a quick look at the corresponding action handler. The delete operation is currently not delegated to the modelserver and is instead executed directly on the local resource. This is probably the main cause for this issue. |
eneufeld
added a commit
to eneufeld/coffee-editor
that referenced
this issue
Feb 27, 2020
- Use ModelServer to delegate delete - Sort commands by descending index Fixes eclipse-emfcloud#180
eneufeld
added a commit
to eneufeld/coffee-editor
that referenced
this issue
Feb 27, 2020
- Use ModelServer to delegate GLSP delete - Sort commands by descending index before sending to model server - Add support to tree for compoundcommands - Create correct compoundcommand on tree Fixes eclipse-emfcloud#180
eneufeld
added a commit
to eneufeld/coffee-editor
that referenced
this issue
Apr 20, 2020
- Use ModelServer to delegate GLSP delete - Sort commands by descending index before sending to model server - Add support to tree for compoundcommands - Create correct compoundcommand on tree Fixes eclipse-emfcloud#180
tortmayr
pushed a commit
to eneufeld/coffee-editor
that referenced
this issue
Apr 27, 2020
- Use ModelServer to delegate GLSP delete - Sort commands by descending index before sending to model server - Add support to tree for compoundcommands - Create correct compoundcommand on tree Fixes eclipse-emfcloud#180
eneufeld
added a commit
to eneufeld/coffee-editor
that referenced
this issue
Jul 8, 2020
- Use ModelServer to delegate GLSP delete - Sort commands by descending index before sending to model server - Add support to tree for compoundcommands - Create correct compoundcommand on tree Fixes eclipse-emfcloud#180
eneufeld
added a commit
to eneufeld/coffee-editor
that referenced
this issue
Oct 21, 2020
- Use ModelServer to delegate GLSP delete - Sort commands by descending index before sending to model server - Add support to tree for compoundcommands - Create correct compoundcommand on tree Fixes eclipse-emfcloud#180
eneufeld
added a commit
to eneufeld/coffee-editor
that referenced
this issue
Nov 5, 2020
- Use ModelServer to delegate GLSP delete - Sort commands by descending index before sending to model server - Add support to tree for compoundcommands - Create correct compoundcommand on tree Fixes eclipse-emfcloud#180
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For instance, delete
Preheat
from the tree, how the diagram will look like this:Deletion works however for tasks that first have been added. From how the diagram looks like, it seems to be an ID problem (the decision/merge node suddenly has the bounds of a task node) and other nodes switch positions, etc?
The text was updated successfully, but these errors were encountered: