Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Editor-Debugger Debugger utility allows searching text in script using a dialog box.

Press Ctrl+F to open the search dialog box. The The Find dialog box openswill open.

  1. Enter the text to find in the In the Find what: field (1), enter the text that you want to find.
  2. Set the Match whole word only checkbox (2) if you want to search for the whole entered text in whole (2).
  3. Set the Match case checkbox (3) if you want to search to be case-sensitive search for the text (3).
  4. Select the direction of the search through the text relatively to script relative to the current cursor position: Up (4) or Down (5).
  5. Click the Find Next to run search or button (6) to start the search and go to the next entry (6)match.
  6. Click the Cancel to stop search and close the dialog box button (7) to cancel the search.

The found match is highlighted in the Editor-Debugger utility window.

...