Changes between Version 3 and Version 4 of ELEMENT_VIEWS_REDESIGN_R0


Ignore:
Timestamp:
09/16/09 16:11:11 (16 years ago)
Author:
meddle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ELEMENT_VIEWS_REDESIGN_R0

    v3 v4  
    110110 * Selection: 
    111111   * PwaSelector - as described in the design it is responsible for managing the edit scope and selection. Its {{{ select }}} methods are used by the selection logics. 
    112    * ElementLogic has a single operation ON_TOGGLE_ELEMENT_SELECTION which handles selecting/deselecting elements by clicking on them. More than one element can be selected by holding down the Ctrl key. 
     112   * ElementLogic has a single operation ON_TOGGLE_ELEMENT_SELECTION which handles selecting/deselecting elements by clicking on them. More than one element can be selected by holding down the Shift key. 
    113113   * ScenePageLogic's operation DRAG_TO_SELECT_PAGE_ELEMENTS handles selecting page elements by dragging. 
    114114     * This operation is invoked on MOUSE_PRESSED and uses a MouseCapture object to follow the position of the mouse.