Editing Commands
Home Page (Text Editor) | Overview | How Do I ... Topics | FAQ | Reference
Command | Description |
CharTranspose | Swaps characters around the cursor. |
Copy | Copies the selection to the Clipboard. |
Cut | Removes the selection and copies it to the Clipboard. |
Delete | Deletes the selection. |
DeleteBack | Deletes the selection, or if there is no selection, deletes the character to the left of the cursor. |
DeleteBlankLines | Deletes the blank lines adjacent to the cursor. |
DeleteHorizontalSpace | Deletes the spaces and tabs around the cursor. |
SelectionFormat | Formats the selection using the smart indent settings. |
IndentSelectionToPrev | Indents the selection to line up with the previous line's indention. |
LevelCutToEnd | Cuts the text between the cursor and the end of the next bracketed level. |
LevelCutToStart | Cuts the text between the cursor and the beginning of the previous bracketed level. |
LineCut | Deletes the selected lines and places them on the Clipboard. |
LineDelete | Deletes the selected line. |
LineDeleteToEnd | Deletes to the end of the current line. |
LineDeleteToStart | Deletes to the beginning of the current line. |
LineIndent | Indents the selected text right one tab stop. |
LineOpenAbove | Opens a new line above the cursor. |
LineOpenBelow | Opens a new line below the cursor. |
LineTranspose | Swaps the current and previous lines. |
LineUnindent | Indents the selected text left one tab stop. |
SelectionLowercase | Makes the selection all lowercase. |
Paste | Inserts the Clipboard contents at the cursor. |
SentenceCut | Deletes the remainder of the sentence. |
SelectionTabify | Replaces spaces with tabs in the selection. |
SelectionUntabify | Replaces tabs with spaces in the selection. |
SelectionUppercase | Makes the selection all uppercase. |
WordCapitalize | Makes the first character uppercase. |
WordDeleteToEnd | Deletes a word to the right. |
WordDeleteToStart | Deletes a word to the left. |
WordLowerCase | Makes the current word lowercase. |
WordTranspose | Swaps the current and previous words. |
WordUpperCase | Makes the current word uppercase. |