Search/Replace

Search Dialog

You can search or replace any text using search dialog.

The search dialog is as following, you can click More->Search from toolbar to launch it:


There are three checkboxes better help to search:

Case Sensitive When this checkbox is checked, uppercase and lowercase letters will be treated as different letters. Otherwise, uppercase and lowercase letters will be treated as the same.
Regular Expression Whether to enable regular expression in search and replace field.
Wrap Around When this checkbox is checked, Code Editor continues searching from the beginning of the document if a match is not found. Otherwise, Code Editor stops searching when it reaches the end of the file.

There are three buttons in the dialog:

Search Find and highlight the text which matches the keyword.
Replace All Replace all matches of text to another new text (replacement).
Replace Find and highlight the text which matches the keyword, you have the opportunity to replace any matched text to desired replacement.

Search Action Mode

After you click "Search" or "Replace" from search dialog, Code Editor will enable search action mode as following:

The search action mode contains following action items:

Previous Goto the previous match.
Next Goto the next match.
Replace Replace the matched string to replacement string.