Symbol ; keyboard shortcut: [Ctrl]+[F]
Symbol , keyboard shortcut [Ctrl]+[Shift]+[F]
Function: These commands scan the project or parts of it for a specified character string.
Call: Menu bar: “Edit Find Replace”
This command opens the “Find” dialog where the searched character string is specified and the search options are defined.
Dialog 'Find'
“Search for” |
Character string to be searched. |
“Match case”: |
|
“Match whole word”: |
|
“Search up”: |
|
“Use regular expressions”: |
Use the |
“Search in” |
|
“Find next” |
Start the search |
“Find all” |
All search results are listed in the message view with their object path, project name, object name, and object position. Possible additional information for position: “(Decl)” = Declaration part of the object; “(Impl)” = Implementation part of the object Double-clicking the entry in the list opens the match position in the respective object editor. |
“Replace” |
Switches to the “Replace” dialog |
The color of the search result markings can be customized in the options of the text editor. This is done by means of the parameter “Selection color” - “Inactive” in the “Text Area” tab.
See also
Dialog for setting the objects to be searched
“Entire project” |
All editable positions in all objects of the project are searched. |
“Entire project and all uncompiled libraries” |
All editable positions in all objects of the project, including integrated uncompiled libraries, are searched. |
“Within the following objects” |
Only the editable positions within the objects defined here are searched: |
|
|
“All open editors” |
All editors are searched that are currently open in a window. |
“Active editor” |
Only the editor is searched where the cursor currently is. |
“Selection only” |
Only the text is searched that is currently selected in an object. |