Changes between Version 2 and Version 3 of PRO_CHANGE_UNDO_MANAGER_R0


Ignore:
Timestamp:
12/17/08 05:14:27 (16 years ago)
Author:
sriggins
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PRO_CHANGE_UNDO_MANAGER_R0

    v2 v3  
    1212== Task requirements == 
    1313 
    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 * 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 
    1818 
    1919== Task result == 
    20 A module that adds undo & change management to PRO_LIB 
     20A module that adds change set management to PRO_LIB 
    2121 
    2222== Implementation idea == 
    23 ^(It is advisable to include some rough implementations ideas.)^ 
     23 * org.sophie2.core.prolib.util.UndoManager 
    2424 
    2525== Related ==