Previous Next
Edit menu

The commands described below apply to the Edit menu in the

For a description of the Edit menu in other tools please refer to the appropriate chapters in this manual.

Edit menu command Description
Undo last command Undoes the change you made to the text. You can specify undo levels in the Preferences.
Redo last command Redoes the last undone change.
Cut Cuts the current selection to the paste buffer.
Copy Copies the current selection to the paste buffer.
Paste Pastes the paste buffer contents to the current cursor position or selection. This command is enabled when the paste buffer is not empty.
Paste File Opens a File dialog where you can select a file to be copied into the current file. The selected file is pasted to the cursor position.
Find/Change... Opens a Find/Change dialog. You can use regular expressions in this dialog.
Find Again Repeats the latest search triggered from Find/Change dialog.
Go To Line... Opens the Go To dialog, where you can enter the line number you want to jump to.
Search Forward Searches for the next sequence of characters that matches the current selection. If a match is found, the editor positions to the match and selects it.
Search Backward Searches for the previous sequence of characters that matches the current selection. If a match is found, the editor positions to the match and selects it.
Select All Selects the entire file.
Nest Shifts the currently selected line(s) one tab width to the right.
Unnest Shifts the currently selected line(s) one tab width to the left.
Comment Inserts '//' comment characters at the beginning of the currently selected line(s).
Uncomment Removes '//' comment characters from the beginning of the currently selected line(s).

Previous Next