All Manuals > LispWorks IDE User Guide > 3 Common Features > 3.3 Performing editing functions

NextPrevUpTopContentsIndex

3.3.5 Searching for text and objects

You can search for and change text in most tools using Edit > Find... , Edit > Find Next , and Edit > Replace... .

Choose Edit > Find... to find an item in the current tool (this might be a piece of text, or a fragment of Common Lisp, or an object, depending on the tool). You must supply an item to find in the dialog that appears.

Choose Edit > Find Next if you want to search for the next occurrence of an item you have already found. This command does not prompt you for an item to find, and so is only available if you have already found something.

Choose Edit > Replace... if you want to replace one string of text with another. A dialog box prompts you for a text string to find, and a text string to replace it with. This command is only available in the Editor and the Listener, and is most useful in the Editor.

These commands operate on the active pane of the current tool.


LispWorks IDE User Guide (Windows version) - 25 Nov 2011

NextPrevUpTopContentsIndex