Changes between Version 2 and Version 3 of PRO_CHANGE_UNDO_MANAGER_R0
- Timestamp:
- 12/17/08 05:14:27 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PRO_CHANGE_UNDO_MANAGER_R0
v2 v3 12 12 == Task requirements == 13 13 14 * Evaluate the current undo mechanism (if any)in PRO_LIB15 * Addthe ability to undo/redo property changes16 * Add the ability to group changes17 * Add the ability to merge change sets14 * Evaluate the current undo mechanism in PRO_LIB 15 * Ensure the ability to undo/redo property changes 16 * Add the ability to group changes 17 * Add the ability to merge change sets 18 18 19 19 == Task result == 20 A module that adds undo & changemanagement to PRO_LIB20 A module that adds change set management to PRO_LIB 21 21 22 22 == Implementation idea == 23 ^(It is advisable to include some rough implementations ideas.)^ 23 * org.sophie2.core.prolib.util.UndoManager 24 24 25 25 == Related ==