The editor for which we are searching.
The scroller holding the document being searched.
The direction of the search.
The search option to pass to the search engine, given the user choices.
Moves to the next hit in the direction specified by the user.
Processes clicks on the "Find" button: searches the document and updates the buttons.
Processes clicks on the "Replace All" button: replaces all replaceable hits.
Processes clicks on the "Replace and Find" button: replaces the current hit and find the next one.
Processes an input
event on the replace field. Updates the buttons.
Processes an input
event on the search field. May change the currently
highlighted hit.
Replaces the current hit.
Updates the disabled status of the buttons depending on how the input elements are set.
Generated using TypeDoc
Brings up a search and replace dialog box to allow the user to search through a document. See the section on "Dialog Search" in the editor's embedded help for details of how it works for users.