Under the Search heading, indicate the extent of the search you want VLISP to conduct. You can choose one of the following:
- Current Selection
- Current File
- Find in Project
-
With this option selected, VLISP prompts you to specify the name of the VLISP project you want to search. It will search all the files in this project and display all matches in a new output window. See Finding a String in Project Source Files for more information on this option.
- Find in Files
When searching for text within the current file, the Direction setting determines where VLISP looks next for the search text. Choose Down to search forward (toward the end of the file) from the cursor position. Choose Up to search backward (toward the beginning of the file) from the cursor position.
The Find dialog box also includes the following options:
- Match Whole Word Only
- Match Case
- Mark Instances
-
If you select this option, the position of the located text will be added to the bookmark ring (see Bookmarking Text). This lets you return quickly to this code position later. Searches that find all occurrences of a string add each position to the bookmark ring.