Changes between Version 2 and Version 3 of PRO_CHANGE_MANAGER_R0


Ignore:
Timestamp:
01/07/09 17:59:48 (16 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PRO_CHANGE_MANAGER_R0

    v2 v3  
    1111 
    1212== 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. 
    1414 * besides undo change and redo change the !ChangeManager should also be capable of doing the following: 
    1515  * 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.