IDE Window: Find in files

From Free Pascal wiki
Revision as of 16:26, 9 May 2006 by Mattias2 (talk | contribs)
Jump to navigationJump to search

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