Changes between Version 48 and Version 49 of InteractionAndGraphicsDesign


Ignore:
Timestamp:
05/28/09 13:28:47 (16 years ago)
Author:
deyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InteractionAndGraphicsDesign

    v48 v49  
    178178    * OpenBookItem - Triggers File Dialog to choose a book to open [[BR]] 
    179179    * SaveBookItem - If the book exists, saves it. Otherwise acts like "SaveBookAsItem"  [[BR]] 
    180     * SaveBookAsItem - Toggles the file dialog to choose filename for the current active book[[BR]] 
    181     * SaveBookAsTemplateItem - Toggles the file dialog to choose filename to save the current active book as template [[BR]] 
     180    * SaveBookAsItem - Toggles the file dialog to choose filename for the current active book. [[BR]] 
     181    * SaveBookAsTemplateItem - Toggles the file dialog to choose filename to save the current active book as template. [[BR]] 
    182182    * ''ImportItem''  [[BR]] 
    183183    * ''ExportItem''  [[BR]] 
     
    186186    * ExitItem - Closes the Sophie 2 application window. Closes all opened books first. The books may be saved as session [dev] [[BR]] 
    187187   * EditMenu [[Image(source:trunk/sophie2-platform/doc/spec-diagrams/EditMenu.png, 10%)]] [[BR]] 
    188     * UndoItem [[BR]] 
    189     * RedoItem [[BR]] 
    190     * ''CutItem'' [[BR]] 
    191     * ''CopyItem'' [[BR]] 
    192     * ''PasteItem'' [[BR]] 
    193     * ''DeleteItem'' [[BR]] 
     188    * UndoItem - Undoes the last change. Active only when there are changes to undo. [[BR]] 
     189    * RedoItem - Redoes the last change. Active only when there are changes to redo. [[BR]] 
     190    * ''CutItem'' - Cuts the currently selected element. Active when an element that can be copied is selected. [[BR]] 
     191    * ''CopyItem'' - Copies the currently selected element. Active when an element that can be copied is selected. [[BR]] 
     192    * ''PasteItem'' - Pastes an element from the clipboard. Active when an appropriate target is focused and when the clipboard is not empty. [[BR]] 
     193    * ''DeleteItem'' - Deletes currently selected element. Active when a deleteable element is selected. [[BR]] 
    194194    * ''SpellCheckItem''  [[BR]] 
    195195    * ''CopyLocationOfSelectionItem''  [[BR]]