Changes between Version 2 and Version 3 of PRO_CHANGE_MANAGER_R0
- Timestamp:
- 01/07/09 17:59:48 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PRO_CHANGE_MANAGER_R0
v2 v3 11 11 12 12 == Task requirements == 13 * review code in [source:trunk/sophie2-platform/modules/org.sophie2.core/src/main/java/org/sophie2/core/prolib/util/UndoManager.java !UndoManager] that represents the current undo manager.13 * review code in [source:trunk/sophie2-platform/modules/org.sophie2.core/src/main/java/org/sophie2/core/prolib/util/UndoManager.java UndoManager] that represents the current undo manager. 14 14 * besides undo change and redo change the !ChangeManager should also be capable of doing the following: 15 15 * skip a change - the change will be skipped and the next in turn will be available if such exists. Unmanaged changes should all be skipped by default (see [wiki:PRO_CHANGE_PRIMITIVES_R0]). Other changes may be skipped depending on certain situations.