2018.2

Table Of Contents
Paste as Plain Text option added
Option added to paste content copied from an external editor as plain text. This ensures any
unwanted formatting and invisible elements are removed. (SHARED-63025)
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)
Page 887