Call Tips - AMX NetLinx Studio Instruction Manual

Netlinx design v3.3 or higher
Table of Contents

Advertisement

Programming



Call Tips

Call tips are similar to the AutoComplete and AutoSuggest functions, except that they assist you with adding declared
functions by displaying a list of parameters that are valid for the particular function you are adding.
Call Tips are shown for declared functions when:



For example, NetLinx Studio displays a list of calls when the word "SYSTEM_CALL" is followed by a single quote as
shown in FIG. 145:
FIG. 145
Call Tips
The list of calls is in alphabetical order (with the very first item highlighted by default) - type the first letter of the desired
call to jump to that point in the list. Use the scroll bar to scroll through the list of calls and click to select the item that
you want to insert at the cursor's position.
Double-click, or press the Tab key (or Enter on your keyboard) to insert the selection.
In the example below, the user entered SYSTEM_CALL, then selected 'ALL OFF', and added a space and an open
parenthesis to receive the following Call Tip:
FIG. 146
Call Tips
The Call Tip displays a list of parameters that are valid for the particular function you are adding (separated by commas),
with the current parameter appearing in bold (DEV DECK in the example above).
You may enable or disable this feature by toggling the Enable Call Tips check box in
the Editor tab of the Preferences dialog.
82
There is no default keystroke assignment for Next Suggestion (to avoid conflicting with pre-existing custom
keystrokes). You must set your own keystroke to take effect.
Stack Variables/Parameters only auto-suggest when they are within the scope of the CALL, FUNCTION or
EVENT that they were declared in.
A function name is followed by an open parenthesis.
A single-quoted call name is followed by an open parenthesis.
A single-quoted system call name is followed by an open parenthesis.
NetLinx Studio - Instruction Manual

Advertisement

Table of Contents
loading

Table of Contents