Changes between Version 12 and Version 13 of UNPLANNED_SCRIPTING_REFACTORING_R0


Ignore:
Timestamp:
09/07/09 19:15:50 (16 years ago)
Author:
mitex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UNPLANNED_SCRIPTING_REFACTORING_R0

    v12 v13  
    122122 
    123123= Implementation = 
    124 ^(Describe and link the implementation results here (from the wiki or the repository).)^ 
     124 * [6006], [6018], [6052], [6090] 
     125 
     126 * In {{{ModelTestBase}}} the {{{MemLocator}}} was replaced by {{{AppLocator}}}. The same locator is used in the {{{AppMainWindow}}}, created in {{{AppTestBase}}}. 
     127 
     128 * There was no need of {{{jsFunction_moveUp()}}}. {{{jsFunction_moveDown()}}}, because the user can write zOrder++ and zOrder--; therefore {{{jsSet_zOrder}}} was not removed. 
    125129 
    126130= Testing =