In the Source Editor window, press Ctrl-F to display the Find dialog box.
Type the text to find in the appropriate text fields.
Use any combination of the following options:
Match Case. Limits the search to text that has the same
capitalization.
Match Whole Words Only. Matches the search text only to whole
words in the file. Does not match words that contain but do not exactly equal
the search text. Text separated by periods (for example, window.open)
is considered to be separate whole words. For example, if the search word is open
and the Match Whole Words Only option is not selected, window.open
and open2 both contain matches. If Match Whole Words Only is selected,
only jPanel.add
contains a match.
Backward Search. Searches back to the top of the file.
In addition, the option for Wrap Search is always on -- continues
the search at the beginning (or end) of the file.
After the find operation, use these keyboard shortcuts in the Source Editor
window:
Shortcut
Action
F3
Finds the next occurrence of the search text
Note:
System saves most recently searched string so that users can reuse them from
the search drop down list. The maximum number of the strings in the list can be
configured through Environment Option.
User can also use the search box in the main toolbar to do a quick search. The
search option will be the same as last time the search dialog box is opened.