Script Editor View

The Script Editor view supports Qt Script.

The Scripting view allows you to edit scripts to run in Storyboard Pro directly from the application. It displays a list of available scripts, from which you can select an existing script, edit it, test it and save it. The Script Editor will highlight the syntax of your script for easy reading.

NOTE: To learn more about scripting in Storyboard Pro, see About Scripting.

Parameter Description

Script list

The list of script files. Selecting a script will open it in the editor and allow you to make changes to it.

NOTE: The << Sandbox >> item at the top of the list does not correspond to an actual script file. It is a temporary container to type and test code, but changes to the sandbox will not be saved.

Editor

A syntax highlighting text editor in which the script is loaded and can be edited.

Search toolbar

Allows you to search for a keyword within the script.

Verify

Verifies that the script has no syntax error.

Save

Save the modifications to the script to its corresponding script file.