Edit Menu
Note: Ctrl+A selects all lines of code or output for cutting or deleting (Editor only), or copying and pasting (Editor and Shell).
Item |
Shortcut |
Description |
---|---|---|
Indent |
TAB* |
Indents text on the current line or selected lines. * If there are incomplete inline prompts, TAB will navigate to the next prompt. |
Dedent |
Shift+TAB** |
Dedents text on the current line or selected lines. ** If there are incomplete inline prompts, Shift+TAB will navigate to the previous prompt. |
Comment/Uncomment |
Ctrl+T |
Adds/removes comment symbol to/from the beginning of the current line. |
Insert Multi-line String |
N/A |
(Editor only) Inserts multi-line string template. |
Find |
Ctrl+F |
(Editor only) Opens Find dialog box and searches for the entered string in the current program. |
Replace |
Ctrl+H |
(Editor only) Opens Replace dialog box and searches for the entered string in the current program. |
Go to Line |
Ctrl+G |
(Editor only) Opens Go to Line dialog box and jumps to the specified line in the current program. |
Beginning of Line |
Ctrl+8 |
Moves cursor to the beginning of the current line. |
End of Line |
Ctrl+2 |
Moves cursor to the end of the current line. |
Jump to Top |
Ctrl+7 |
Moves cursor to the beginning of the first line in the program. |
Jump to Bottom |
Ctrl+1 |
Moves cursor to the end of the last line in the program. |