Changes between Version 10 and Version 11 of GROUP_CHANGES_R0


Ignore:
Timestamp:
05/28/09 13:18:25 (16 years ago)
Author:
meddle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUP_CHANGES_R0

    v10 v11  
    7575 * Redo a change : RedoChange. 
    7676 * Skip a change : SkipChange. The Unskip action is skip of a skip so this change will work for it. 
    77    
    7877 
     78Some ideas for the old changes and the new changes: 
     79 * Pro-object related changes: 
     80  * There are some changes that are not in the UML diagram, they are connected with the pro objects only and are already implemented: 
     81  * This changes are all descendants of the ProChange, and more accurately BaseProChanges: 
     82   * BaseProListChange - there are three such changes ADD, REMOVE and SET, they are primitive changes for the pro-lists. 
     83   * CountChange - Used for testing of the AutoTracker. 
     84   * StatusChange - changes that track the status of the properties: 
     85    * InitChanges - used for initializing of the properties they are not primitive changes, because when to a property a value is set they will be triggered automatically. 
    7986 
    8087