You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.
There are several issues with the redo and undo history.
If you've got a state with an extracted subdiagram opened in an other editor tab and try to remove the state, a dialog will asks you whether the subdiagram should be closed or not. If you choose to keep the subdiagram, multiple exceptions are thrown having their cause in the undo methods of undoable operations .
Another issue can be reproduced by doing the following steps:
Open two different statecharts (statechart1, statechart2)
Make a change in statechart1
[2.1 Undo change via menu entry "Undo [...]" ]
Close statechart2
Doing this will keep the menu entry "Undo [...]" or "Redo [...]" enabled without any functionalities.
The text was updated successfully, but these errors were encountered:
There are several issues with the redo and undo history.
If you've got a state with an extracted subdiagram opened in an other editor tab and try to remove the state, a dialog will asks you whether the subdiagram should be closed or not. If you choose to keep the subdiagram, multiple exceptions are thrown having their cause in the undo methods of undoable operations .
Another issue can be reproduced by doing the following steps:
[2.1 Undo change via menu entry "Undo [...]" ]
Doing this will keep the menu entry "Undo [...]" or "Redo [...]" enabled without any functionalities.
The text was updated successfully, but these errors were encountered: