Edit Pulldown Menu

The Edit pulldown menu gives access to basic file operations. Default selections in the Edit pulldown menu and their corresponding actions are:

Undo Undoes the last set of changes made to the current file.

This menu choice is available only when one or more sets of undoable changes exists. If several sets of changes have been done to the file, the Undo choice will undo those changes one at a time, starting with the most recent set of changes.

Redo Redoes a previously-undone set of changes to the current file. This menu choice is available only when one or more sets of redoable changes exists. If several sets of changes to a file have been undone, the Redo choice will redo those changes one at a time, starting with the most recent set of changes undone.
Cut Deletes selected text from the current file and copies it to the clipboard. You can then move this text elsewhere in the file by using the Edit->Paste operation. This selection is enabled only if text is selected.

Note: You cannot copy rectangular blocks to the clipboard.

Copy Copies selected text from the current file to the clipboard. The copied text is left selected and unchanged. You can then place a copy of this text elsewhere in the file by using the Edit->Paste operation. This selection is enabled only if text is selected.

Note: You cannot copy rectangular blocks to the clipboard.

Paste Copies text currently in the clipboard to the current cursor position in the editor window.

Notes:

  1. You cannot use this choice when there is no text in the clipboard. Use the Edit->Cut, Edit->Copy, or Edit->Block operations to place text in the clipboard.
  2. If you paste text into a file that has a record length shorter than that of the text in the clipboard, the text may be truncated when you save the file back to its host. You will be warned that the file's record length has been exceeded in such a case.
Find Opens the Find input area at the bottom of the Editor pane. Use this input area to specify find criteria for text you want to locate in the current file.

Controls in this input area are:

Find
Enter the text to be found into this field. The editor locates and emphasizes the nearest matching text in the file.
Next
Moves to the next occurrence of the find text if it exists.
Previous
Moves to the previous occurrence of the find text if it exists.
All
Finds all occurrences of the find text in the current file and hides all other lines. If the Expand/hide area control is enabled, a symbol appears on each line that precedes a hidden line or group of lines. Clicking on brings the associated hidden line or lines into view and the symbol is replaced by a symbol. Clicking on the symbol hides the associated line or lines again. To display all lines, choose Edit->Show all from the menu bar.
Case sensitive
Specifies whether the find feature is to respect or ignore character case. If this option is selected, only those character strings that exactly match the text in the Find field (including uppercase and lowercase characters) will be found. If this option is not selected, all character strings matching the text in the Find text field will be found, regardless of whether individual characters are in uppercase or lowercase.
Wrap
If selected, searches all text in the current file, including that preceding the cursor position. If you do not select this option, text is searched, depending on search direction, only until the beginning or end of the file.
Select found text
If selected, found text becomes a selected block of text.
Restrict search to selection
If selected, find operations will look for the search item only in the marked text selection of the current file view. If no text is selected, the find operation tries to find the search item in the current file view.
Column restricted search
If selected, restricts the scope of your search to certain columns only. To set the column boundaries of your text search, enter a value for the following fields:
Start column
Specifies the first column to which search operations apply.
End column
Specifies the last column to which search operations apply.
Find next Finds the next occurrence (after the current cursor position) of the current find item.
Find previous Finds the previous occurrence (before the current cursor position) of the current find item.
Find/replace Opens the Find and Replace input area at the bottom of the Editor pane. Use this input area to specify find and replace criteria for text you want to change in the current file.

Controls in this input area are:

Find:
Enter the text to be found into this field. The editor locates and emphasizes the nearest matching text in the file.
Next
Moves to the next occurrence of the find text if it exists.
Previous
Moves to the previous occurrence of the find text if it exists.
All
Finds all occurrences of the find text in the current file and hides all other lines. If the Expand/hide area control is enabled, a symbol appears on each line that precedes a hidden line or group of lines. Clicking on brings the associated hidden line or lines into view and the symbol is replaced by a symbol. Clicking on the symbol hides the associated line or lines again. To display all lines, choose Edit->Show all from the menu bar.
Replace:
Enter the text with which to replace found text into this field.
Replace
Replaces the found matching text with the text specified in the Replace: field.
Replace all
Replaces all matching text found in the file with the text specified in the Replace: field.
Case sensitive
Specifies whether the find feature is to respect or ignore character case. If this option is selected, only those character strings that exactly match the text in the Find field (including uppercase and lowercase characters) will be found. If this option is not selected, all character strings matching the text in the Find text field will be found, regardless of whether individual characters are in uppercase or lowercase.
Wrap
If selected, searches all text in the current file, including that preceding the cursor position. If you do not select this option, text is searched, depending on search direction, only until the beginning or end of the file.
Select found text
If selected, found text becomes a selected block of text.
Restrict search to selection
If selected, find operations will look for the search item only in the marked text selection of the current file view. If no text is selected, the find operation tries to find the search item in the current file view.
Column restricted search
If selected, restricts the scope of your search to certain columns only. To set the column boundaries of your text search, enter a value for the following fields:
Start column
Specifies the first column to which search operations apply.
End column
Specifies the last column to which search operations apply.
Find other Opens a cascaded menu with the following find actions:
Find Selection
Finds the next occurrence of selected text in the current file. The find action starts at the first character position following the cursor and continues until a match is found. If text is found, the cursor moves to the start of the found text. This selection is enabled only if text is selected.
Find start of selection/block
Moves the cursor to the beginning of the selected block of text. This selection is enabled only if text is selected.
Find end of selection/block
Moves the cursor to the end of the selected block of text. This selection is enabled only if text is selected.
Find last change
Moves the cursor to the end position of the last change to the current file. This selection is enabled only if a change has already been made to the file.
Find quick mark
Moves the cursor to the current quick-mark location. This selection is enabled only if a quick-mark has been defined for the current file.
Find mark...
Opens the Find Mark input area at the bottom of the Editor pane. Use the up and down arrow keys in this input area to scroll through the list of location marks defined for the current file, then press the Enter key to move the cursor to that location. This selection is enabled only if a named mark or quick-mark has been defined for the current file.
Filter selection Finds and displays only those lines in the current file that contain the selected text. Other lines are hidden from view.

If the Expand/hide area control is enabled, a symbol appears on each line that precedes a hidden line or group of lines. Clicking on brings the associated hidden line or lines into view and the symbol is replaced by a symbol. Clicking on the symbol hides the associated line or lines again. To display all lines, choose Edit->Show all from the menu bar.

Show all Displays all lines in the current file. Use this selection to cancel the effects of filter or find operations that hide parts of the current file from view.
Select Opens a cascaded menu with the following special text selection actions:
Line
Selects the entire line on which the cursor is located. Subsequent use of this action selects all lines from the first line selected and the current location of the cursor.
Character
The first use of this action selects the character at the current cursor position. Subsequent use of this action selects all text from the first character selected and the current location of the cursor.
Rectangle
The first use of this action selects the character at the current cursor position. Subsequent use of this action selects all text in the rectangular area bounded by the first character selected and the current location of the cursor.

Blocks of text selected through these actions are detached from the location of the cursor. Moving the cursor to another part of your file does not deselect text selected with these actions.

Selected text can be manipulated or modified using available choices in the Selected pulldown menu. To deselect test, choose Edit->Deselect from the menu bar.

Deselect Deselects selected text.
Mark Opens a cascaded menu with the following location marking actions:
Set quick mark
Creates a quick-mark in the current file at the current cursor location. This mark is called @QUICK in the list of location marks. You can define only one quick-mark per editing view. Defining a new quick-mark replaces the previous quick-mark.
Name a mark...
Opens the Name Mark input area at the bottom of the Editor pane. To create and name a location mark in the current file at the current cursor location, type a name for the location mark and press the Enter key.

Location marks are not saved with files.

Hex edit line... Opens the Hex Edit Line dialog. Use this dialog to directly edit hexadecimal character codes representing the current line of text.
Compare Opens a cascaded menu with the following file compare actions:
Compare...
Opens the Compare dialog. Use this dialog to select a file to compare with the current file. The compare operation takes place in the current Editor pane. Where lines between the two files files differ, the editor displays the lines of the current file with a yellow background and the second file with a red background. Lines that match are shown using the normal Editor pane colors.
Next mismatch
Moves the cursor to the next mismatch if one exists.
Previous mismatch
Moves the cursor to the previous mismatch if one exists.
Refresh compare
Refreshes the compare display to incorporate changes made to either the current file or the file chosen in the Compare dialog. Changes made to the file chosen in the Compare dialog will be reflected in the compare display only if that file is saved prior to refreshing.
Clear
Clears the compare display in the Editor pane so that only the current file and changes made to that file during the compare action is displayed.
Keystroke recorder Opens a cascaded menu with the following keystroke recording actions:
Start
Starts recording your keystrokes. Previously recorded keystroke sequences are overwritten.
Stop
Stops recording your keystrokes.
Playback
Replays keystroke sequences recorded earlier.
Jump to command line Moves the cursor to the command line input area at the bottom of the Editor pane. Use this input area to enter editor commands to perform editing actions or modify the settings of editor parameters.