Choose Find (Ctrl+F) to display the Find Text dialog window.

Specify text you want to find and to set options that affect the search.
Find locates the placement of code containing occurrence of the string and highlights it.
| Option | Meaning |
| Text to find | A search string. You can click the down arrow next to the input box to select from a list of previously entered searches. |
| Case sensitive | Match unicode letter case. Differentiates uppercase from lowercase when performing a search. |
| Whole words only | Searches for words only. In other words, match only text at
end or start and (or) surrounded by white spaces. If this option off, the search
text might be found within other words. |
| Regular expressions | Recognizes regular expressions.
If this option is selected, new two options appears:
|
| Origin | Where the search starts:
|
| Scope | Two options available:
|
| Direction | Direction to search:
|
| Search Directory Options | Search directory options are:
|
| Where | Which files to search:
|
| Action | You can select one of four available actions:
If Pass found text selection to the external program or DLL option was selected, Program or DLL option appears. |
| Program or DLL e.g. split.dll#splitByNumber | Choose program from list of executable files.
Note that dialog pass to the external program selection in temporary created file and substitute name of temporary file at the end of command string. Therefore all required parameters must be provided before last option where file name is passed. Alternatively, it is possible to call library function. Browse DLLs and select what do you want to use. Then add '#' sign to the end of DLL path and name of function contained in DLL. This is void function (PChar*filename). |
See also: regular expressions Replace text dialog Keyboard shortcuts XPath Query XPath expressions