Find-Replace
Replace
Searching
Dialog box asks for text string to search for in the editor. Search starts from cursor position.
Replacing
Dialog box asks for text string to search for and string to replace it with. The replace string can contain multiple lines.
Pressing 'Find' will find the next occurrence of find text.
Pressing 'Replace' will replace the highlighted text and then find the next occurrence of find text.
'Replace All' will replace all occurrences. If there is selected text, only the selected text is searched. If no text is selected the search begins at the cursor location.
Include in Comments - Normally it will not look in comment for the search string. When this is checked you will also be able to change text inside the comments.
'Mark All' - Opens up the left hand gutter on the editor and marks all the oocurences of the search string. It doesn't replace anything.
Search Again Shortcut Key = Alt-F5
There is also an alternate find and replace dialog boxes available for the editors by pressing Cntrl-F for find, and Cntrl-R for replace.
_________________________________________________________________