Undo
Undo is an ArgoUML feature which has been requested for a long time, but has not yet been fully implemented.
Undo is covered by issue 1834. Also a good source of information is this thread in the developer mailing list.
This page is a placeholder with the intention of gathering together all information required to implement Undo, and close issue 1834.
Below are some headings to help get people started.
History
(what has happened in the past, who's done what, and how far they've got)
Current Status
(what is implemented now)
User Requirements for Undo Functionality
(i.e. how the undo feature will behave from the point of view of the user)
Issue 5250 clarifies the following requirement:
- clicking on the diagram background is a selection action, but shall not set the dirty flag
- clicking in the explorer on a different diagram than the current one is a selection, and shall set the dirty flag
Hence, not any memento(undoable action) that is added to the undo stack shall set the dirty flag.
Design
(how it will work)
Implementation Strategy
(what to do and in what order).