Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property configures whether to show or hide static analysis warnings and errors in the editor, with options to hide all, show only errors, or display all messages. |
| What area does it affect? |
Syntax Editor |
| What does the default mean? |
The default value is "HIDE_ALL", which is the baseline setting used unless it is changed. |
| When should you review it? |
Review this property when configuring the editor for user preferences or troubleshooting code issues. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.ui.syntax_editor.show_warnings_errors |
| Sys ID |
0480ac644721200036bf543eacde2768 |
| Type |
choice list |
| Application |
Global |
| Default value |
HIDE_ALL |
| Description |
Show/Hide static analysis warnings and errors on the editor (default is HIDE_ALL)
HIDE_ALL: Hide all errors and warnings
ERRORS_ONLY: Show errors but hide warnings
SHOW_ALL: Show errors and warnings |
| Updated |
2024-05-25 05:05:44 |
Sources
Related properties