| Command |
Description |
Parameters |
| CMDAPPENDNEXTCUT |
Adds the next cut text to
end of the Clipboard. |
|
| CMDBOOKMARKCLEARALL |
Clears all bookmarks in
the window. |
|
| CMDBOOKMARKJUMPTOFIRST |
Moves to the first line
containing a bookmark. |
|
| CMDBOOKMARKJUMPTOLAST |
Moves to the last line containing
a bookmark. |
|
| CMDBOOKMARKNEXT |
Moves to the line containing
the next bookmark. |
|
| CMDBOOKMARKPREV |
Moves to the line containing
the previous bookmark. |
|
| CMDBOOKMARKTOGGLE |
Toggles a bookmark for the
current line on and off. |
|
| CMDCHARLEFT |
Moves the cursor one character
to the left. |
|
| CMDCHARLEFTEXTEND |
Extends the selection one
character to the left. |
|
| CMDCHARRIGHT |
Moves the cursor one character
to the right. |
|
| CMDCHARRIGHTEXTEND |
Extends the selection one
character to the right. |
|
| CMDCHARTRANSPOSE |
Swap characters around the
insertion point. |
|
| CMDCOPY |
Copies the selection to
the Clipboard. |
|
| CMDCUT |
Cuts the selection and puts
it on the Clipboard. |
|
| CMDCUTSELECTION |
Cuts the selection and puts
it on the Clipboard. |
|
| CMDDELETE |
Deletes the selection. |
|
| CMDDELETEBACK |
Deletes the selection or,
if there is no selection, the character to the left of the cursor. |
|
| CMDDELETEBLANKLINES |
Deletes the blank lines
adjacent to the cursor. |
|
| CMDDELETEHORIZONTALSPACE |
Deletes the spaces and tabs
around the cursor. |
|
| CMDDOCUMENTEND |
Moves to the end of the
file. |
|
| CMDDOCUMENTENDEXTEND |
Extends the selection to
the end of the file. |
|
| CMDDOCUMENTSTART |
Moves to the beginning of
the file. |
|
| CMDDOCUMENTSTARTEXTEND |
Extends the selection to
the beginning of the file. |
|
| CMDEND |
Moves to the end of the
current line, bottom of the text window, or end of the file. |
|
| CMDFIND |
Finds the specified text. |
|
| CMDFINDMARKALL |
Finds the specified text
and sets a bookmark at the found locations. |
|
| CMDFINDNEXT |
Finds the next occurrence
of the specified text. |
|
| CMDFINDNEXTWORD |
Finds the next occurrence
of the selected text. |
|
| CMDFINDPREV |
Finds the previous occurrence
of the specified text. |
|
| CMDFINDPREVWORD |
Finds the previous occurrence
of the selected text. |
|
| CMDFINDREPLACE |
Displays the find &
replace dialog box. |
|
| CMDGOTOINDENTATION |
Moves to the end of the
indentation. |
|
| CMDGOTOLINE |
Moves to a user-specified
line. |
The zero-based line number
to jump to. If –1, the user is prompted. |
| CMDGOTOMATCHBRACE |
Finds the matching brace. |
|
| CMDHOME |
Moves to either the start
of the current line or the start of the text on that line. |
|
| CMDHOMEEXTEND |
Extends the selection to
either the start of the current line or the start of the text on that line. |
|
| CMDINDENTSELECTION |
Indents the selected text
right one tab stop. |
|
| CMDINDENTTOPREV |
Indents to the position
of the next text on the previous line. |
|
| CMDINSERTCHAR |
Inserts a character at the
current location. |
The character to insert. |
| CMDLINECUT |
Deletes the selected lines
and places the text on the clipboard. |
|
| CMDLINEDELETE |
Deletes the selected line. |
|
| CMDLINEDELETETOEND |
Deletes to the end of the
current line. |
|
| CMDLINEDELETETOSTART |
Deletes to the beginning
of the current line. |
|
| CMDLINEDOWN |
Moves the cursor down one
line. |
|
| CMDLINEDOWNEXTEND |
Extends the selection down
one line. |
|
| CMDLINEEND |
Moves the cursor to the
end of the current line. |
|
| CMDLINEENDEXTEND |
Extends the selection to
the end of the current line. |
|
| CMDLINEOPENABOVE |
Opens a new line above the
cursor. |
|
| CMDLINEOPENBELOW |
Opens a new line below the
cursor. |
|
| CMDLINESTART |
Moves to the start of the
current line. |
|
| CMDLINETRANSPOSE |
Swaps current and previous
lines. |
|
| CMDLINEUP |
Moves the cursor up one
line. |
|
| CMDLINEUPEXTEND |
Extends the selection up
one line. |
|
| CMDLOWERCASESELECTION |
Makes the selection all
lowercase. |
|
| CMDNEWLINE |
Inserts a new-line character
at the current location. |
|
| CMDPAGEDOWN |
Moves the cursor down one
page. |
|
| CMDPAGEDOWNEXTEND |
Extends the selection down
one page. |
|
| CMDPAGEUP |
Moves the cursor up one
page. |
|
| CMDPAGEUPEXTEND |
Extends the selection up
one page. |
|
| CMDPARADOWN |
Moves to the beginning of
the next paragraph. |
|
| CMDPARAUP |
Moves to the beginning of
the previous paragraph. |
|
| CMDPASTE |
Inserts the Clipboard contents
at the insertion point. |
|
| CMDREDO |
Redoes the previously undone
action. |
|
| CMDREDOCHANGES |
Redoes the last action,
ignoring movement commands. |
|
| CMDREPLACE |
Replaces the first occurrence
of the find text after the current position with the replace text and finds
the next occurrence of the find text. |
|
| CMDREPLACEALLINBUFFER |
Replaces the find text with
the replace text in the entire buffer. |
|
| CMDREPLACEALLINSELECTION |
Replaces the find text with
the replace text in the selection. |
|
| CMDSELGET |
Stores the current selection |
|
| CMDSELECTAREA |
Selects the text between
the current selection and a previously saved selection (CMDSELGET) |
|
| CMDSELECTALL |
Selects the entire document. |
|
| CMDSELECTLINE |
Selects lines of text. |
|
| CMDSELECTPARA |
Selects the current paragraph. |
|
| CMDSELECTSWAPANCHOR |
Swaps the anchor and the
cursor in a selection. |
|
| CMDSELSET |
Sets the current selection
to a previously stored value. |
|
| CMDSENTENCECUT |
Deletes the remainder of
the sentence. |
|
| CMDSENTENCELEFT |
Moves to the beginning of
the previous sentence. |
|
| CMDSENTENCERIGHT |
Moves to the beginning of
the next sentence. |
|
| CMDSETFINDTEXT |
Sets the text to search
for in subsequent find commands. |
The text to search for. |
| CMDSETREPEATCOUNT |
Sets the repeat count for
the next command. |
The desired repeat count.
If 0, the user is prompted. |
| CMDSETREPLACETEXT |
Sets the text to substitute
for the find text in subsequent find & replace commands. |
The text that replaces the
find text. |
| CMDTABIFYSELECTION |
Replaces spaces with tabs
in the selection. |
|
| CMDTOGGLECASESENSITIVE |
Toggles case sensitive searching
on and off. |
|
| CMDTOGGLEOVERTYPE |
Toggles between inserting
and replacing text. |
|
| CMDTOGGLEPRESERVECASE |
Toggles intelligent case
preservation when replacing text. |
|
| CMDTOGGLEWHITESPACEDISPLAY |
Shows or hides whitespace
indicators. |
|
| CMDTOGGLEWHOLEWORD |
Toggles whole word searching
on and off. |
|
| CMDUNDO |
Undoes the last action. |
|
| CMDUNDOCHANGES |
Undoes the last action,
ignoring movement commands. |
|
| CMDUNINDENTSELECTION |
Indents the selected text
left one tab stop. |
|
| CMDUNTABIFYSELECTION |
Replaces tabs with spaces
in the selection. |
|
| CMDUPPERCASESELECTION |
Makes the selection all
uppercase. |
|
| CMDWINDOWEND |
Moves to the bottom of the
text window. |
|
| CMDWINDOWLEFTEDGE |
Moves to the left edge of
the text window. |
|
| CMDWINDOWRIGHTEDGE |
Moves to the right edge
of the text window. |
|
| CMDWINDOWSCROLLDOWN |
Scrolls the file contents
down one line. |
|
| CMDWINDOWSCROLLLEFT |
Scrolls the window to the
left. |
|
| CMDWINDOWSCROLLRIGHT |
Scrolls the window to the
right. |
|
| CMDWINDOWSCROLLTOBOTTOM |
Scrolls the line to the
bottom of the window. |
|
| CMDWINDOWSCROLLTOCENTER |
Scrolls the line to the
center of the window. |
|
| CMDWINDOWSCROLLTOTOP |
Scrolls the line to the
top of the window. |
|
| CMDWINDOWSCROLLUP |
Scrolls the file contents
up one line. |
|
| CMDWINDOWSTART |
Moves to the top of the
text window. |
|
| CMDWORDCAPITALIZE |
Makes the first character
uppercase. |
|
| CMDWORDDELETETOEND |
Deletes a word to the right. |
|
| CMDWORDDELETETOSTART |
Deletes a word to the left. |
|
| CMDWORDENDLEFT |
Moves backward to the end
of the previous word. |
|
| CMDWORDENDLEFTEXTEND |
Extends the selection backward
to the end of the previous word. |
|
| CMDWORDENDRIGHT |
Moves forward to the end
of the next word. |
|
| CMDWORDENDRIGHTEXTEND |
Extends the selection forward
to the start of the next word. |
|
| CMDWORDLEFT |
Moves backward to the start
of the previous word. |
|
| CMDWORDLEFTEXTEND |
Extends the selection backward
to the start of the previous word. |
|
| CMDWORDLOWERCASE |
Makes the current word lowercase. |
|
| CMDWORDRIGHT |
Moves forward to the start
of the next word. |
|
| CMDWORDRIGHTEXTEND |
Extends the selection forward
to the start of the next word. |
|
| CMDWORDTRANSPOSE |
Swaps the current and previous
words. |
|
| CMDWORDUPPERCASE |
Makes the current word uppercase. |
|