These dialogs are used to perform search and replace functions in a project.
|
Name |
Description |
|
Search FindSpecifies the text you want to locate and sets options that affect the search. Find locates the line of code containing the first occurrence of the string and highlights it. | |
|
Search Find in FilesSpecifies the text you want to locate and sets options that affect the search. The Find In Files command works with the Repeat Search command available on the context menu of the Messages pane. | |
|
Search Find ReferencesLocates references to a selected identifier. | |
|
Search Goto AddressPositions to an address in the CPU window. | |
|
Search Go to Line NumberJumps to a line number in the Code Editor. | |
|
Search ReplaceSearches for specified text and then replaces with other text or with nothing. | |
|
Search Search AgainContinues to search for a specified string that was entered in Find. | |
|
Search Find ClassOpens the Find Class dialog box. The Find Class dialog box searches for all or part of a class name and lists all the classes currently in scope (from the uses and references list) that match the entered name. Select a class name from the list to open the file containing the class declaration. | |
|
Search Find Local ReferencesLocates references in the active code file. | |
|
Search Find Original SymbolSearches through the list of files in the Project Manager and then displays the original declaration of the symbol in question. Select a symbol (e.g., TForm) that you are using, in another file or another section fo the project, before selecting Search for Original Symbol. | |
|
Search Incremental SearchAllows you to interactively search for text. As you type, the first matching result is highlighted in the editor. The status bar of the editor shows "Searching for:" with the text you looking for. To begin a new search, press Backspace to clear the status bar, or select Incremental Search again. |
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|