2019.2

Table Of Contents
Scripting Improvements
l When a master page editor is active in the Designer, the Post Pagination folder in the
Designer Scripts panel is now decorated with an icon and a tooltip to clarify that post
pagination scripts are not active in a master page editor. (SHARED-68543)
l Scripts can now differentiate between master pages and sections through an attribute
selector. (SHARED-69811)
l Matches from cross-section queries are now highlighted when the mouse is hovering over
a post pagination script. (SHARED-70156)
l Dragging and dropping a JSON or HTML snippet in the script editor automatically inserts
the accompanying script commands (loadhtml() or loadjson()) and sets the path
for the dropped resource.
The loadhtml() and loadjson() functions now also have improved support for
code completion. (SHARED-70687)
l The script editor and debugger now automatically mark all occurrences of a selected
identifier, as well as marking whereabouts within the script they occur in. (SHARED-71453)
Script Debugger Improvements
l
New hot keys added to the "Find" control in the Script debugger. They are Enter for "Find
Next", and Shift+Enter for "Find Previous". (SHARED-69422)
l Improvements made to the information control that is displayed when hovering over a
variable whilst a script is suspended. (SHARED-69861)
l The hover control in the script debugger now allows you to navigate to the children/parent
of a results object. (SHARED-69949)
l Improved tooltips in variables panel. (SHARED-69986)
Page 1465