4.3.3.1 Search menu
The Search menu is shown below:
Search Menu Entries
NOTE: The term current file is used below to mean the file in the active text editor window (or in other
words the file you are currently editing).
Find... - This menu entry displays the Find dialog box from the Windows Common Dialog Box
Library, which is used to search for text in the current file.
Replace... - This menu entry displays the Replace dialog box from the Windows Common Dialog
Box Library, which is used to search for and replace text in the current file.
Find Again - This menu entry is used to repeat a previous search for text in the current file
Goto Line... - This menu entry displays the Goto Line dialog box which allows you to move to a
particular line in the current file.
4.3.3.2.1 The Find Dialog
The Find dialog box is used to search for text in the current file, and is a part of the Windows Common
Dialog Library. Since the Find dialog box is a part of Windows and not a part of the Irie Pascal IDE, its
look and functionality is subject to change, and may not correspond exactly to the documentation below.
This Find dialog box should look similar to the image shown below:
This Find dialog box contains the following elements:
Find what text box - This is where you would type the text you want to search for.
Match whole word only check box - This is where you would specify whether you want the
search to succeed only if the text is a whole word (i.e. when the text is not embedded in a word).
For example, when this check box is checked, then a search for the text for will not find anything
in the word form because the for in form is embedded. On the other hand, when this check box is
not checked the same search will find the embedded for in form.
Match case check box - This is where you would specify whether you want the search to be case
sensitive. For example, when this check box is checked, then a search for the text for will not find
For, or FOR because the case does not match. On the other hand, when this check box is not