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
- Right-click where you want the method inserted and select Generate Entry Point.
- 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
- Right-click on the line of code you want to bookmark and select Toggle Bookmark.
To navigate from one bookmark to another
- Select the (Previous Bookmark and Next Bookmark) buttons on the toolbar.
To remove a bookmark
- Right-click on the line of code and select Toggle Bookmark again.
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
- Point to Intelliprompt under Edit in the menu bar.
Script Editor Options
You can set options for the Script Editor itself.
To control general usability options in the Script Editor
- Select Options from the Tools menu.
To control display options
- Select View from the menu.
- Select or clear the items to display.