Undoes the most recent change to the current script.
Undoes the most recent undo to the current script.
Moves selected text from the current script to the clipboard. This includes formatted text suitable for pasting into a word processor.
Copies the selected material to the clipboard. The selection might be (for example) text in a script or a result, text in the info pane of a dictionary window, a term in the terminology list of a dictionary window, a line of the event log, or a line of an outliner (in which case what is copied is an AppleScript reference). This includes formatted text suitable for pasting into a word processor.
Copies the value (instead of a reference) of the selected line of an outliner. By default, alternates with Copy plus the Shift key.
Pastes the clipboard into the current selection in a script.
Pastes the clipboard into the current selection in a script, wrapped in quotation marks (unless the insertion point is already inside a string literal). Internal quotation marks, tabs, and line-end characters are escaped.
Presents a hierarchical menu showing the dictionaries list, from which you can choose an application. Pastes a tell block into the current selection in a script. If no script window is open, or if you hold down the Option key, creates a new script window containing the tell block.
For a running application, further hierarchical menus allow you to paste a reference to an object in the application’s object model.
Clears the selected text without moving it to the clipboard. Also works on any selectable removable entity (an expression, a library, etc.).
Selects all text in the current selection context.
Selects surrounding delimiters or block boundaries.
Presents a dialog allowing you to jump to a line of a script by its line number.
Scrolls to the line of a script that has the green arrow in debug mode.
Selects and scrolls to the start of the next or previous handler in the script.
Selects and scrolls to the next or previous placeholder in the script.
Turns the currently selected placeholder in the script into normal text.
Splits the script window editing area.
Closes the current split pane in the script window editing area.
Closes all split panes in the script window editing area. By default, alternates with Close Split View plus the Option key.
Removes or adds a level of indentation to the lines containing the selection.
Adds or removes a level of comment characters to the start of the lines containing the selection.
Changes leading indentation to tabs or spaces in the lines containing the selection.
Brings up the system’s Character Palette for entering Unicode characters.