Previous Next
Retriever view

Click for full size, then use Back button

General Settings

Filter File Defines the location of the filter file for the Retriever. The file defines filters that are available in Find and Replace Filters dialog of the Retriever. In the file, each filter definition is contained in a struct data type. The name of the filter as it appears in the Retriever is specified by the " Name " element of a filter definition. The regular expression used for implementing the filter is specified by the " Search " element. In the regular expressions, %s expands to the current match for each matched source line currently displayed in the Retriever. %s can be used any number of times in the regular expressions.
Default: $SNIFF_DIR/config/Filters
Create Index Specifies whether an index should be created. To use this index, select the Use Index checkbox in the Retriever and each time a query is triggered the Retriever searches the index.

Previous Next