2018.2

Table Of Contents
Scripting Improvements
l An overview ruler has been added to the Script Editor. The ruler shows annotations
concerning the entire script. These annotations are shown relative to their position in the
script and do not move as the user scrolls the script source. Script errors are highlighted
by a red icon, and warnings in yellow. The topmost icon will display red if any errors exist
in the script at all.
This allows you to immediately see if a script has warnings or errors and easily jump to
any warning/error location by clicking on the annotations in the overview ruler. This is
particularly handy when a script has many lines of code. (SHARED-64717)
l Personalization scripts can now use the "loadtext" function to load text content from
files. (SHARED-61512)
l Option added to Scripting Preferences to set whether expanded scripts use single or
double quotes. (SHARED-60370)
l Scripts can now conditionally trigger a fatal error by calling the new fatalError
(message) function. This will abort content creation. (SHARED-64789)
Page 1255