Copy |
Copies the current selection to the clipboard
|
Cursor Down |
Moves the cursor to the next line
|
Cursor File Begin |
Positions the cursor at the beginning of the file
|
Cursor File End |
Positions the cursor at the end of the file
|
Cursor Left |
Moves the cursor left one character
|
Cursor Line Begin |
Positions the cursor at the beginning of the current line
|
Cursor Line End |
Positions the cursor at the end of the current line
|
Cursor Page Down |
Positions the cursor at the beginning of the succeeding text page
|
Cursor Page Up |
Positions the cursor at the beginning of the preceding text page
|
Cursor Right |
Moves the cursor right one character
|
Cursor Up |
Moves the cursor to the previous line
|
Cursor Word Left |
Moves the cursor left to the beginning of the next word
|
Cursor Word Right |
Moves the cursor right to the beginning of the next word
|
Cut |
Cuts the current selection to the clipboard
|
Delete Backward |
Deletes the previous character
|
Delete Forward |
Deletes the next character
|
Delete Line |
Deletes the line the cursor is on
|
Delete Rest Of Line |
Deletes characters from the cursor position to the end of
the current line
|
Delete Word Left |
Deletes the word to the left of the cursor
|
Delete Word Right |
Deletes the word to the right of the cursor
|
Find... |
Opens a dialog box that you can use to find a string of text
|
Find Backward |
Finds the next backward match of the current search text
|
Find Forward |
Finds the next forward match of the current search text
|
Goto Line... |
Opens a dialog box that you can use to specify a line number
to move the cursor to
|
Multi-byte Character Input |
Turns on the source editor input method. Opens a text area
at the bottom of the editor window in which you can compose
locale-specific characters.
|
Paste |
Pastes the contents of the
clipboard at the insert point
|
Redo |
Reverses (one at a time) a series of
Undo commands
|
Refresh |
Redraws the editor display
|
Replace... |
Opens a dialog box that you can use to find and then
replace a string of text
|
Replace Backward |
Finds and replaces the next backward match of the current
search text
|
Replace Forward |
Finds and replaces the next forward match of the current
search text
|
Scroll Down |
Scrolls the display down one line
|
Scroll Left |
Scrolls the display left one column
|
Scroll Right |
Scrolls the display right one column
|
Scroll Up |
Scrolls the display up one line
|
Select All |
Selects (highlights) the entire file
|
Select Down |
Selects (or extends selection to include) text to the
right of the cursor column position on the current line, and
all text to the left of that column in the line below
|
Select Left |
Selects (or extends selection to include) the
character to the left of the cursor
|
Select Line Begin |
Selects all characters from the cursor position to
the beginning of the line
|
Select Line End |
Selects all characters from the cursor position to
the end of the line
|
Select Right |
Selects (or extends selection to include) the
character to the right of the cursor
|
Select Up |
Selects (or extends selection to include) text to the
left of the cursor column position on the current line, and
all text to the right of that column in the line above
|
Undo |
Reverses (one at a time) a series of
editor actions (except Save)
|
Breakpoint Toggle |
Sets or removes a breakpoint at the line in which
the cursor is positioned. Equivalent to
|
Breakpoints |
Opens the Breakpoints window. Equivalent
to Debug -> Breakpoints.
|
Evaluate Expression |
Evaluates the currently selected expression. Displays
results in the Debug tab. Equivalent to
|
Evaluate... |
Opens the Expression Evaluation dialog box.
Equivalent to Debug -> Evaluate....
|
Resume |
Resumes execution of the current project. Equivalent
to Debug -> Resume.
|
Run to Here |
Runs the current project to a specified location. Equivalent
to Debug -> Run to Here.
|
Show Called Method |
Moves one level up the call stack. Equivalent
to Debug -> Show Called Method.
|
Show Calling Method |
Moves one level down the call stack. Equivalent
to Debug -> Show Calling Method.
|
Start/Restart |
Starts or restarts debugging the current project. Equivalent
to Debug -> Start/Restart.
|
Step Into |
Steps into a method. Equivalent
to Debug -> Step Into.
|
Step Over |
Steps over a method. Equivalent
to Debug -> Step Over.
|
Threads/Stack |
Opens the Threads/Stack window. Equivalent
to Debug -> Threads/Stack.
|
Toggle Breakpoint |
Sets or unsets a breakpoint at the line
in which the cursor is located. Equivalent
to Debug -> Toggle Breakpoint.
|