Extras Menu – C Code Editor
This menu contains the following functions:
Browse to Parent Component
Opens an editor for the including component. (The option is only available if an included component is being edited.)
Show
Path | Shows the path of an element or included component. |
Show Referencing Element
Displays all elements in the component that reference the selected element.
Copy Path to Clipboard
Copies the path of an included component to the clipboard.
Model Path | Model Path. |
Model asd:// Link | Path in ASCET protocol format that allows operating/referencing an ASCET component in a model as hyperlink. |
Database Path | Database/workspace path. |
Database asd:// Link | Path in ASCET protocol format that allows operating/referencing an ASCET component in the database/workspace as hyperlink. |
Create ASCET Link
Creates an ASCET link for an element selected in the Outline tab. The link opens the component in the C code editor and (except for the self element, i.e. the root of the element tree) highlights the element in the Outline tab.
Default Project
Allows editing the default project used for experimenting with components.
Open | Opens an editor for the default project. | ||
Resolve Globals | Automatically creates a global element for each imported element in the component for which there is no exported element.
| ||
Delete Unused Globals | Deletes unused global elements. |
Check Dependency
Checks whether the allocation of formal parameters to the model parameters is correct.
Show Unused Elements
Opens the Search Results view and lists all elements from the Tree Pane that do not appear in the code.
See also