Find dialog box

EditPlus

Find dialog box
In this dialog box, you can find specific text in current document. Following options are available.
Find What
Enter text that you want to search for. EditPlus supports regular expression. You can press down-arrow button for regular expression templates. See Regular Expression for more details.
Find
Press this button to find next matching text with current options.
Previous
Press this button to find previous matching text with current options.
Set Marker
Press this button to find all occurrences of the specified text in the current document and set markers to them.
Case sensitive
Check this option if you want case-sensitive searching.
Whole word only
Check this option if you want to search whole word only and ignore text which is a substring of another word.
Regular expression
Check this option if you want to search regular expression. Regular expression allows more sophisticated and powerful search. See Regular Expression for more detail about regular expression syntax.
Wrap at the end of file
When end of file is reached, resume search from the start.
Close if found
Check this option to close the Find dialog box when the word is found.
Continue to next file
Check this option to continue to the next file at the end of a file.
Find as you type
Check this option to to locate matches in real time as you type.
More/Less
Press this button to show the multi-line input field. You can enter multi-line text in this input box. Press Ctrl+Tab to enter a tab character in this input box.