Editing a Source File
> COBOL Editor |
|
[Find/Replace] can be selected from the [Edit] menu or context menu to find
or replace a keyword.
Pressing [Ctrl+F] keys or clicking
on the toolbar performs the same operation.


|
Forward |
Searches downward, starting from the cursor position (forward). |
|
Backward |
Search upward, starting from the cursor position (backward). |
|
All |
Searches the whole file. |
|
Selected Lines |
Searches the selected range in the file. |
|
Case Sensitive |
Searches for the keyword while distinguishing between uppercase and lowercase letters. |
|
Wrap Search |
Searches the file repeatedly until the search is canceled. |
|
Whole Word |
Searches for words that are a complete match. |
|
Incremental |
Finds the character strings in the file that satisfy the specified search characters. |
|