Difference between revisions of "IDE Window: Find in files"

From Free Pascal wiki
Jump to navigationJump to search
 
Line 1: Line 1:
ToDo
+
This dialog allows to setup search and replace patterns for searching in multiple files.
 +
 
 +
* Text to find
 +
* Replace - check this to enable the replace text field.
 +
 
 +
== Options ==
 +
 
 +
* Case sensitive - distinguish lower and uppercase (for example a and A)
 +
* Whole words only - Found text must start at a word start and end at a word end
 +
* Regular Expression - see [[IDE regular expressions]].
 +
 
 +
== Where ==

Revision as of 16:26, 9 May 2006

This dialog allows to setup search and replace patterns for searching in multiple files.

  • Text to find
  • Replace - check this to enable the replace text field.

Options

  • Case sensitive - distinguish lower and uppercase (for example a and A)
  • Whole words only - Found text must start at a word start and end at a word end
  • Regular Expression - see IDE regular expressions.

Where