Searching for References to Components

  1. In the Component Manager, open the database or workspace you want to search.
  2. Do one of the following:

    • From the Edit menu, select Search.
    • Press <Ctrl> + <q>.

    The Search window opens.

  3. In the Enter a string field, enter the name of the item you are searching for.

    * activates a case-insensitive wildcard search. You can place one or more * anywhere in the search string.

    If you enter no wildcard, and no item matching the search string is found, the system automatically inserts wildcards at the beginning and end of the search string.

    ClosedEXAMPLES

    wildcard position

    example

    search result

    example

    beginning of <search string>

    *test

    component names ending with <search string>

    ControllerTest

    Test

    end of <search string>

    test*

    component names beginning with <search string>

    testmodule

    Test

    inside <search string>

    p*t

    component names beginning and ending with the specified explicit characters, and 0 – n arbitrary characters in between

    Project

    polarTOcart

    no wildcard

    class

    component names identical to <search string>

    (if no matching components are found: component names containing <search string>)

    class

    (testclass

    C_class_1)

    more than one wildcard

    p*t*

    combined results of both wildcards

    PT1

    Project

    PulseGenerator

    The combo box of the field contains previous search terms, which you can select.

  4. In the Select what you are looking for combo box, select References to Components.

  5. Click Find to start the search.

    The results are displayed in the Browse References to window. You can double-click one of the results to highlight it in the Component Manager and open it in the respective editor.

  6. In the Results field, click one of the results.

    The components that reference the selected item are listed in the Referenced By field. You can click one component to highlight it in the Component Manager.

See also

Browse References to Window

Searching for Components

Searching for Declarations of Methods/Processes/Runnables

Searching for References to Methods/Processes/Runnables

Searching for Declarations of Local Elements

Searching for Declarations of Elements

Searching for References to Elements

Searching for Senders of Messages

Searching for Receivers of Messages

Search Criteria