You can use the search view to:
- Find and replace text globally with the current workspace
- Search for text files, including source files, configuration files and log files
Figure 1. Search View

You can match case, match whole word, use regular expression or ignore certain files.
The Toggle Search Details option expands the
Search view to add
Files to Include and
Files to Exclude fields.
The files can include wildcards, and each entry must be separated by a comma. For
example, the following includes (or excludes) the AIECompiler.log file and all files with summary in the
name:
AIECompiler.log, *summary*
Tip: Be careful when using the
Replace function, because it can introduce errors into your
designs.