Find
Displays the find dialog to the user.
The text field accepts a regular expression to search for in the current buffer.
The dialog remains open during the search. When the text is found it is highlighted. The search can be continued by clicking the 'Find' button again. The 'Cancel' button dimisses the dialog and terminates the search.
See: Buffers Menu
Find Again
Repeats a search of the last criteria entered in the find dialog for the current buffer.
See: Buffers Menu
Replace
Displays the replace dialog to the user.
The 'String to find' field accepts a regular expression to search for in the current buffer. The 'Replace with' field accepts the text to replace the found expression.
The dialog remains open during the search/replace process. The 'Find' button searches for the text to replace. If the text is found, it is highlighted. The text can be replaced by clicking the 'Replace' button and the search resumed by clicking the 'Find' button again.
All occurances of an expression can be replaced by clicking 'Replace All'. The 'Cancel' button dimisses the dialog and terminates the search/replace operation.
See: Buffers Menu