PROGRAMMING OVERVIEW AND USER INTERFACE
Note Auto completion is new with Release 6.
Use auto completion when programming the following:
In the Programmer's pane, follow these conventions to use auto completion:
From the pop-up list, you can either type ahead to select the function you need, or scroll through the list and select it. Press ENTER to paste the function into the Script area and close the list.
The up and down arrows indicate that you can click the up and down keyboard keys to display each option in the list of keyword options.
1:10@Prompt([OK]; title;prompt)
If you click the down arrow key on the keyboard, the display changes to display the second keyword option:
2:10@Prompt([YesNo]; title;prompt)
From the pop-up list, you can either type ahead to select the command name you need, or scroll through the list and select it. Press ENTER to paste the command into the Script area and close the list. Brackets are automatically placed around the command name like this:
@Command([EditFind]
Type a semicolon ( ; ) after each parameter. The syntax of the next parameter in the string appears bold.
Type a closing parenthesis ( ) ) or press ESC to close the pop-up box.
Dim doc As[SPACE]
From the pop-up list, you can either type ahead to select the class you need, or scroll through the list and select it. Press ENTER to paste the class into the Script area and close the list.
From the pop-up list, you can either type ahead to select the element you need, or scroll through the list and select it. Press ENTER to paste the element into the Script area and close the list.
Type a comma ( , ) after each parameter. The syntax of the next parameter in the string appears bold.
Auto completion is enabled by default. Use the Auto Complete tab on the Programmer's Pane Properties box to change auto completion settings.
Note that even if the options are disabled you can still use the menu commands or accelerator keys to display pop-up lists or boxes.
To redisplay a list of options, you can do any of the following:
The options on the Auto Complete tab apply to all languages. Select or deselect the options as follows.