-
Hello! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @EightM unfortunatley this is currently not supported. As you already noticed, the only way to |
Beta Was this translation helpful? Give feedback.
Hi @EightM
unfortunatley this is currently not supported. As you already noticed, the only way to
delete
a routing point is to straighten the bend.However, this is a very reasonable request, please feel free to open a feature request for this in https://github.com/eclipse-glsp/glsp/issues
It should be doable by adapting the
DelKeyDeleteTool
and theDeleteMouseTool
. If the element to delete is a routing handle we have to retrieve the corresponding routing point (index) and send aChangeRoutingPointsOperation
with the adapted points to the server instead of aDeleteElementOperation
.