Changes between Version 4 and Version 5 of PRO_CHANGE_UNDO_MANAGER_R0


Ignore:
Timestamp:
01/20/09 00:56:55 (16 years ago)
Author:
sriggins
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PRO_CHANGE_UNDO_MANAGER_R0

    v4 v5  
    88 
    99== Overview == 
    10 Evaluate the current undo code with regard to PRO_LIB needs. 
     10The PRO_LIB needs to be able to track and undo/redo changes made to properties.  I believe these are called "auto properties"  You will need to write a module, or modify the existing undo manager, that can be used when auto properties are indeed changed. 
     11 
     12Grouping is also important, because changing one property may cascade and change 12 others.  This task needs to track this and make sure it is undoable. 
     13 
     14This task also needs to document the undo manager so that others use it properly. 
     15 
     16Also consider the need to merge change sets.  This would be applicable in, for example, a collaborative environment.  Whatever sets come out of the grouping requirement, determine if those change sets are able to be merged, or if this is an impossible task for now. 
    1117 
    1218== Task requirements == 
    1319 
    1420 * Evaluate the current undo mechanism in PRO_LIB 
    15  * Ensure the ability to undo/redo property changes 
    16  * Ensure the ability to group changes 
    17  * Add the ability to merge change sets 
     21 * Add the ability to undo/redo auto property changes 
     22 * Add the ability to group changes 
     23 * Evaluate the ability to merge change sets 
    1824 
    1925== Task result == 
    20 A module that adds change set management to PRO_LIB 
     26 
     27A module that adds change set management to PRO_LIB. 
    2128 
    2229== Implementation idea == 
    23  * org.sophie2.core.prolib.util.UndoManager 
    24  * org.sophie2.core.prolib.events.ProChange 
     30 * Look at: 
     31   * org.sophie2.core.prolib.util.UndoManager 
     32   * org.sophie2.core.prolib.events.ProChange 
    2533 
    2634== Related == 
    27 ^(Here you can add related tasks that could be useful or helpful.)^ 
     35 
     36[wiki:PRO_CHANGE_INFOS_R0] 
     37[wiki:PRO_CHANGE_MANAGER_R0] 
    2838 
    2939== How to demo == 
    30 ^(In this section you must add instructions for the demo of the task.)^ 
     40 
     41 Demo actions that use change the values of auto properties and then undoing them. 
    3142 
    3243= Design =