Home Page (Text Editor) | Overview | How Do I ... Topics | FAQ | Reference
| Command | Description |
| CharLeftExtend | Extends the selection one character to the left. |
| CharRightExtend | Extends the selection one character to the right. |
| ConditionalDownExtend | Selects to the next matching preprocessor condition. |
| ConditionalUpExtend | Selects to the previous matching preprocessor condition. |
| DocumentEndExtend | Extends the selection to the end of the file. |
| DocumentStartExtend | Extends the selection to the beginning of the file. |
| HomeExtend | Extends the selection alternately between the start of the current line and the start of the text on that line. |
| LineDownExtend | Extends the selection one line downward. |
| LineEndExtend | Extends the selection to the end of the text on the current line. |
| LineUpExtend | Extends the selection one line upward. |
| PageDownExtend | Extends the selection one page downward. |
| PageUpExtend | Extends the selection one page upward. |
| SelectAll | Selects the entire document. |
| SelectChar | Starts the character-selection mode. While this mode is active, all other navigation commands will select the characters from the position where the command was executed to the current cursor location. |
| SelectLine | Starts the line-selection mode. While this mode is active, all other navigation commands will select lines from the position where the command was executed to the current cursor location. |
| SelectColumn | Starts the column-select mode. In column-select mode, the navigation keys act as if virtual space is enabled. |
| WordLeftExtend | Extends the selection backward one word. |
| WordRightExtend | Extends the selection forward one word. |