Help Topics

Replace Dialog

Use the replace dialog to replace text in the editor.

Find what

Enter the search term that you wish to find. If using a regex, see Regex Help

Replace with

Enter the phrase you wish to replace the selection with if a match is found.

Origin

If From cursor is selected, matches will be found after the cursor until the end of the document.

If From the top is selected, all matches will be found from the beginning of the document.

Scope

If Selection only is selected, only the selection in the editor will be searched.

If current file is selected, the current file will be searched.

If All files is selected then all the editor files will be searched.

Options

If case sensitive is checked then matches will be found only if the exact match is found not ignoring case.

If Whole words only is checked then the search will ignore text which is a substring of another word.

If Regular expressions is checked then regex search will be enabled.

Find

Click the find button to find the next match.

Replace

Click the replace button to replace the current match. If there is no current match then the next match will be found.

Replace All

Click the Replace All button to replace all matches in scope.