Search and Replace Dialogs
Search Dialog
The Search Dialog is activated by selecting Search in the Search menu of the Editor Window. (See Finding Text).
Search Text - specifies the text to be found.
Direction - specifies the direction of search.
Search For - specifies one of the following modes of matching:
- Substring - searches for occurrences that are whole words or part of a larger word; distinguishes between uppercase and lowercase characters.
- Whole Word - searches for occurrences that are whole words and not part of a larger word; distinguishes between uppercase and lowercase characters.
- Substring Regardless Case - searches for occurrences that are whole words or part of a larger word; does not distinguish between uppercase and lowercase characters.
- Whole Word Regardless Case - searches for occurrences that are whole words and not part of a larger word; does not distinguish between uppercase and lowercase characters.
- Regular Expression - regular expression is entered into Search Text field.
Dialog buttons
Find Next - finds the next occurance of the text, when the end/beginning of the text is reached, a warning message will appear.
Cancel - closes the dialog.
Help - shows this Help window.
Replace Dialog
Replace Dialog is similar to Find dialog. It is activated by selecting Replace in the Search menu of the editor window. (See Replacing Text).
It includes all the elements of Search Dialog
and Replace Text field that specifies the text to
be replaced with.
Dialog Buttons
Replace All - replaces all the matching.
Replace Next - finds the next occurrence of the text. SMED will prompt you to confirm the replacement.
Cancel - closes the dialog.
Help - shows this Help window.
Last modified: Thursday, 30-Sep-1999 01:46:38 MDT