Commands in structured text editor
This section introduces the commands when you right-click the language editor or the scroll bar.
Command | Description |
---|---|
Cut | Moves the selected text or the current line to the clipboard. |
Copy | Copies the selected text or the current line to the clipboard. |
Paste | Inserts the clipboard text to the current cursor position. |
Add element | Opens Toolbox if hidden, highlighting your last position. |
Create new variable | Opens New variable to define a new variable within the code. |
Find all references | Opens the cross-reference browser to view reference information of the selected variable. |
Select variable | Opens the variable selector to replace the selected variable with a new one. |
Open instruction parameters | Opens the local variable grid to view the variables that are used in the selected instruction. |
Open instruction logic | Opens the definition of the selected instruction. |
Open monitor | Opens the corresponding variable grid to monitor the variable in real time. The menu is available when the controller is online. |
Provide Feedback