Advanced Script Editor Options

When you are creating your script, the following advanced features may be useful.

Generate Entry Point

You can call any of the events from any script, regardless of which event folder a script is in.This feature allows you to combine a series of scripts into one.

Note: Do not insert a method inside another method, as doing so will prevent your script from working.

To generate an entry point

  1. Right-click where you want the method inserted and select Generate Entry Point.
  2. In the Select a Scripting Event dialog box, select a method and click OK.

Bookmarks

You can assign bookmarks to specific lines of code, which enables you to quickly jump to them.

To assign a bookmark

To navigate from one bookmark to another

To remove a bookmark

Intelliprompt

This feature allows you to manually control the information that is displayed next in the Intelliprompt drop-down list.

To access the Intelliprompt actions

Script Editor Options

You can set options for the Script Editor itself.

To control general usability options in the Script Editor

To control display options

  1. Select View from the menu.
  2. Select or clear the items to display.