Globals

Global Functions:

The area (code window) where you can either type in your actions, or add them through the action wizard to create your global functions.  

Quick Help:

When the cursor is on an action in the code window, its action definition will be displayed in this field.

Action Help

When the cursor is on an action in the code window, its online help will be opened.

Add Action

Adds a new action to the current event through the action wizard.

Add Code

Displays a variety of code templates you can add to the code window.

Edit

Edit the action's properties after it has been added to the code window. When the cursor is on an action in the code window, the Edit button will display its properties dialog where you can modify its settings.

Cut

Removes the currently selected text from the code window and places it in the Windows clipboard. This is the same as pressing Ctrl-X on your keyboard.

Copy

Copies the currently selected text from the code window to the Windows clipboard. This is the same as pressing Ctrl-C on your keyboard.

Paste

Copies the current text in the Windows clipboard to the cursor location in the code window. This is the same as pressing Ctrl-V on your keyboard.

Bookmarks

Create and manage bookmarks in the code window so you can easily jump to specific spots in your code.

Macros

Allows you to record and play macros so you can replicate frequent code scripts in the code window.

Advanced

Advanced options that are available in the Globals dialog:

Open

Opens a script file (*.lua) and displays its contents in the code window.

Save

Saves the current script in the code window as a script file (*.lua).

Print

Prints the action script currently in the code window.

Editor Settings...

Opens the Window Properties dialog where you can customize the Globals dialog's settings.