Changes between Version 48 and Version 49 of InteractionAndGraphicsDesign
- Timestamp:
- 05/28/09 13:28:47 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InteractionAndGraphicsDesign
v48 v49 178 178 * OpenBookItem - Triggers File Dialog to choose a book to open [[BR]] 179 179 * 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]] 182 182 * ''ImportItem'' [[BR]] 183 183 * ''ExportItem'' [[BR]] … … 186 186 * ExitItem - Closes the Sophie 2 application window. Closes all opened books first. The books may be saved as session [dev] [[BR]] 187 187 * 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]] 194 194 * ''SpellCheckItem'' [[BR]] 195 195 * ''CopyLocationOfSelectionItem'' [[BR]]