Online Documentation for All SQLManager.net Products

Replace Text Dialog
Top 


The Replace Text Dialog is provided for searching and replacing text in the editor window.

Text to Find

Enter a search string. To select from a list of previously entered search strings, click the down arrow next to the input box.

Text to Replace
Enter the replacement string. To select from a list of previously entered search strings, click the down arrow next to the input box. To replace the text with nothing, leave this input box blank.

chbox   Case Sensitive
Differentiates uppercase from lowercase when performing a search.

chbox   Whole words only
Searches for words only. (With this option off, the search string might be found within longer words.)

chbox   Regular Expressions
Recognizes regular expressions in the search string.

chbox   Prompt on replace
Prompts you before replacing each occurrence of the search string. When Prompt on replace is off, the search string is replaced automatically.

Forward
Searches from the current position to the end of the file.
   
Backward
Searches from the current position to the beginning of the file.

Global
Searches the entire file, in the direction specified by the Direction setting.

From cursor
The search starts at the cursor's current position, and then proceeds either forward to the end of the scope, or backward to the beginning of the scope depending on the Direction setting.

Entire scope
The search covers either the entire block of selected text or the entire file (no matter where the cursor is in the file), depending upon the Scope options.

Replace All
Click Replace All to replace every occurrence of the search string. If you check Prompt on replace, the confirmation dialog box appears on each occurrence of the search string.