Context Menu Browse View
The context menu of the "Browse" view contains the following functions:
Note |
|---|
In the Layout tab, the context menu contains only the function Edit. |
Edit (<Return>)
Elements tab | Opens the properties editor for the selected element. |
Data tab | Opens the data editor for the selected element. |
Implementation tab | Opens the implementation editor for the selected element. |
Methods tab | Opens the signature editor for the selected method/runnable. |
Layout tab | Opens the layout editor for the component. |
Edit Implementation
Note |
|---|
Only available in the Methods tab. |
Opens the implementation editor for the selected method/runnable.
Copy (<Ctrl> + <c>)
Elements tab | Copies the selected element to the ASCET clipboard. |
Data tab | Copies the data of the selected element to the ASCET clipboard. |
Implementation tab | Copies the implementation of the selected element to the ASCET clipboard. |
Methods tab | Creates a copy of the selected method/process. |
Paste (<Ctrl> + <v>)
Elements tab | Pastes an element from the ASCET clipboard to the SWC. |
Data tab | Pastes the data from the ASCET clipboard to the selected element. |
Implementation tab | Pastes the implementation from the ASCET clipboard to the selected element. |
Data and Implementation tabs: Works only if the receiving element has the same type as the giving one. | |
Methods tab | not available |
Delete (<Delete>)
Note |
|---|
Only available in the Elements and Methods tabs. |
Deletes a selected element from the component.
Rename (<F2>)
Renames the selected element, method or runnable.
Create ASCET link
Creates an ASCET link for the selected element. The link opens the component and selects the element in the Elements, Data or Implementation tab of the Browse view.
In the Data or Implementation tab, the link also selects the data set or implementation set that was that was active when the link was created.
Select All (<Ctrl> + <a>)
Selects all elements in the list.
See also