Search Menu
The Search Menu contains commands for finding text or objects. The
commands on the menu are:
- Find Again --
Find the next occurrence of the previously searched for text in the
current text buffer.
- Find Clipboard --
Finds in the currently-selected object (usually a text-edit buffer)
what is on the clipboard.
- Replace -- Displays the Replace dialog allowing you to specify
text to find and text to replace it with. Unlike the Find
command, the Replace command is applicable only in the editor and
other text-edit-panes.
- Replace Again --
Replaces the next occurrence of the current search string with the
current replace string, as specified most recently on the Replace dialog and/or
Find dialog. The
replace is done in the current search direction.
- Find in Files --
Displays the Find
in Files dialog for finding all occurrences of a specified
string in the source code files of the current project or an arbitrary
directory.
- Quick Find Definition --
Opens the file containing the definition of the object (operator,
variable, class) named by the currently selected symbol. If more than
one type of object is named (a function and a class, for example), a
lettered menu listing the choices is displayed (see pop-up-lettered-menu). If the
system does not know where the definition of an object is or the
selected symbol does not name an object, a beep is sounded and a
message appears in the status bar. You can always use the Definitions dialog
(displayed with Search | Find Definition for a more
exhaustive search).
If you have Common Graphics/IDE source code installed in your Allegro
directory, you need to load the file src\cg\loadsfi.cl in order for
the definitions of Common Graphics or IDE objects to be found. That
file may take some time to load. Look at the comments in that file for
information on creating an image with the file already loaded.
- Apropos --
Displays the Apropos dialog
for finding all symbols that
contain a specified substring.
- Complete Symbol --
Displays a menu (or Select a Completion dialog
if there are a lot) showing possible completions of the symbol being
typed. If there is only one completion, it is pasted with no menu or
further action.
Copyright (c) 1998-2006, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 7.0. This page was not revised from the 6.2 page.
Created 2004.8.21.