Changes between Version 16 and Version 17 of APP_BASIC_MENUS
- Timestamp:
- 08/27/08 17:02:03 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
APP_BASIC_MENUS
v16 v17 9 9 [[Image(source:/SpecificationFiles/GuiDiagrams/EditMenu.png, 20%)]] 10 10 11 ** Undo - undoes the last operation.11 * Undo - undoes the last operation. 12 12 13 ** Redo - redoes the last undone operation.13 * Redo - redoes the last undone operation. 14 14 15 ** Cut - removes the selected text, frame, or timeline event and copies it to the clipboard for later pasting.15 * Cut - removes the selected text, frame, or timeline event and copies it to the clipboard for later pasting. 16 16 17 ** Copy - copies the selected text, frame, or timeline event to the clipboard for later pasting.17 * Copy - copies the selected text, frame, or timeline event to the clipboard for later pasting. 18 18 19 ** Paste - pastes content in the pasteboard into the current insertion point. The current insertion point for text is where the cursor is positioned. Frames are pasted at the same location on the current page. Timeline events are pasted starting at the current playhead position.19 * Paste - pastes content in the pasteboard into the current insertion point. The current insertion point for text is where the cursor is positioned. Frames are pasted at the same location on the current page. Timeline events are pasted starting at the current playhead position. 20 20 21 ** Spellcheck - looks for the next misspelled word from the current cursor insertion point in text.21 * Spellcheck - looks for the next misspelled word from the current cursor insertion point in text. 22 22 23 ** Copy Location of Selection - copies a reference to text that is currently selected in the Sophie book to the clipboard.23 * Copy Location of Selection - copies a reference to text that is currently selected in the Sophie book to the clipboard. 24 24 25 ** Show/Hide Flow Connections - makes flow connections visible or invisible. Different flows are given different colors. Connections between different flows on a page can be dragged back and forth.25 * Show/Hide Flow Connections - makes flow connections visible or invisible. Different flows are given different colors. Connections between different flows on a page can be dragged back and forth. 26 26 27 ** Show/Hide Rulers - makes Sophie's rulers visible on the current book.27 * Show/Hide Rulers - makes Sophie's rulers visible on the current book. 28 28 29 29 * The Insert Menu 30 30 31 ** Text Frame – inserts text frame.31 * Text Frame – inserts text frame. 32 32 33 ** Image Frame – inserts image frame.33 * Image Frame – inserts image frame. 34 34 35 ** Audio Frame – inserts audio frame.35 * Audio Frame – inserts audio frame. 36 36 37 ** Movie Frame – inserts movie frame.37 * Movie Frame – inserts movie frame. 38 38 39 ** Insert from File – inserts frame from a chosen file.39 * Insert from File – inserts frame from a chosen file. 40 40 41 ** Insert from URL – inserts frame from a chosen URL.41 * Insert from URL – inserts frame from a chosen URL. 42 42 43 43 [[Image(source:/SpecificationFiles/GuiDiagrams/InsertMenu.png, 20%)]] … … 47 47 * The Help Menu 48 48 49 ** Help – opens Sophie Help Index.49 * Help – opens Sophie Help Index. 50 50 51 ** About Sophie – opens the about dialog.51 * About Sophie – opens the about dialog. 52 52 53 53 [[Image(source:/SpecificationFiles/GuiDiagrams/HelpMenu.png, 20%)]] 54 55