Skip to content

Find

Use the Find dialog to search for text in the current file.

What

The 'What' text box specifies the text that you wish to locate. You may use a regular expression to specify the text being searched.

The combo list allows you to select from a list of recently searched text strings. This list is saved and restored the next time that you open the Studio.

Match Whole Word Only

Check 'Match whole word only' if the Find text must match an entire word rather than a portion of some word. For example, if you are searching for "one," then the string "tone" would not produce a match.

Match Case

Check 'Match case' if the case of the Find text is significant in the search. For example, if you are searching for "BEGIN," then the string "Begin" would not produce a match.

Regular Expression

Check 'Regular expression' if you are using a regular expression in the Find text.

Direction

The 'Direction' group specifies the direction of the text search.

  • Up: Specifies that the text will be searched from the current insertion point to the top of the edit buffer.
  • Down: Specifies that the text will be searched from the current insertion point to the bottom of the edit buffer.

Find Next

Click the 'Find Next' button to find the next occurrence of the Find text.

Mark All

Click the 'Mark All' button to bookmark every occurrence of the Find text in one operation.

Cancel

Click the 'Cancel' button to close the Find & Replace dialog.

See Also

Code Editor