Script Editor limitations
Recognition of syntax patterns
The script editor does not recognize syntax patterns as no syntax parser is available in this release. Therefore, if a variable has a name identical to a keyword such as "domain", "function", or "case", the variable is colored as a keyword.
For example, you add the following code to the declaration section of
a UI script:
long case
.
case
is colored as a keyword, since the editor does
not recognize it as a variable.
Debugging
There are also some editor limitations that are related to debugging. See "Debugger limitations" later in this section.