Context menu in the syntax editor
-
- UpdatedAug 3, 2023
- 2 minutes to read
- Vancouver
- API implementation
The Vancouver release is no longer supported. As such, the product documentation and release notes are provided for informational purposes only, and will not be updated.
In the syntax editor, bold font is used for tokens that have a context menu. Right-click the token to view context menu options. If you use a Mac, you can use the Command-click shortcut.
Token type | Context menu option | Description |
---|---|---|
Script include | Open Definition | Definition of the script include in a new window. |
Find References | List of files referencing the script include. Note: |
|
Glide API | Show Documentation | Documentation page of the Glide API. |
Table | Show Definition | Definition of the system or custom table in a new window. |
Show Data | Records in the table that are based on the role of the current user. |
Enable or disable the context menu in the script editor using the
glide.ui.syntax_editor.context_menu property in the System Property
[sys_properties] table. See Available system properties for more information.
Note: