Changes between Version 1 and Version 2 of PRO_CHANGE_UNDO_MANAGER_R0
- Timestamp:
- 12/17/08 05:07:56 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PRO_CHANGE_UNDO_MANAGER_R0
v1 v2 8 8 9 9 == Overview == 10 Evaluate the current UndoManagerwith regard to PRO_LIB needs.10 Evaluate the current undo code with regard to PRO_LIB needs. 11 11 12 12 == Task requirements == 13 ^(Necessary requirements that the task must fulfill.)^ 13 14 * Evaluate the current undo mechanism (if any) in PRO_LIB 15 * Add the ability to undo/redo property changes 16 * Add the ability to group changes 17 * Add the ability to merge change sets 14 18 15 19 == Task result == 16 ^(The Analysis should contain strict requirements about the end product of the task (for example the result must be source code, the result must be google doc, etc.))^ 20 A module that adds undo & change management to PRO_LIB 17 21 18 22 == Implementation idea ==