Community
Participate
Working Groups
improve message routing by : - provide a way to drag horizontal messages - forbid drag of non horizontal messages (anchors need to be moved instead) this is for asynch messages only : the others are tied to an object bound (execution specification, destroy event) so the object should be moved and the message anchor will follow.
Message will no more have bendpoints. Patch proposed by Mathieu and commited in the branch.
Routing of messages has been greatly improved, horizontal messages can be moved easily no more staircases on messages when resizing ES. However it seems that the patch has a side effect on recursive messages management. Yesterday it was possible to define a recursive message on an ES. Then it was possible to change the anchor position by moving one of the horizontal segment. Now we have to move the anchor itself. Moreover the target anchor point cannot be set on another ES located on the initial ES.
recursive messages now work.