Find and Find/Replace Dialog Windows
These dialog windows are opened with the Find code or Find/Replace code options in the Edit menu of the Component Manager.
The Find (ESDL and C-Code only) and Find/Replace (ESDL and C-Code only) dialog windows contain the following elements.
Find what combo box
This field is used to enter a new search string or select an old search string.
Replace with combo box (Find/Replace dialog window only)
This field is used to enter a new replace string or select an old replace string.
Found items list
This list displays the search results. It contains the following columns.
- The Info column lists all components and all individual methods/processes that contain the character string. The list of methods/processes is collapsed by default.
- The Line column specifies the number of occurrences of the character string for a component and the number of the line in which the character string occurs for individual methods/processes.
The Access column shows the
access rights of the components. Missing access rights are denoted by -.The icons in this column show whether a component is read-protected (
) or not (
). - The Code Variant column specifies which target and which experiment the code was specified for with C code components. The column is empty with ESDL components.
- The Implementation column contains the implementation used.
- The Modified column contains the date and time the component was last changed.
Find
Starts the search.
Note |
|---|
During a search process, this button is named Cancel. |
Select All
Selects all results.
Replace (Find/Replace dialog window only)
Replaces the search string in all selected occurrences.
Close
Closes the window.
Open Comp.
Opens the component for a selected occurrence in the appropriate editor and highlights the occurrence.
See also