eclipsesource / papyrus-seqd

1 stars 5 forks source link

Fix #68 Move executions on lifeline #415

Closed cdamus closed 5 years ago

cdamus commented 5 years ago

Implement some left-over details of moving executions up and down a lifeline that were not already addressed by #404 for issue #70:

Note that ensuring padding is always done by nudging elements down, whether to make room for an element being moved down (such as an execution in our case) or by nudging down the elements that were moved up into proximity to others. However, there are problems with that nudge implementation that result in some weirdly sloped messages and possibly other layout issues. Those aren't in scope of this issue at hand; there are other issues covering nudge problems, or possibly new ones to be raised.