Preferences - Code Assist

Use this dialog window to specify your Code assist preferences.

These settings only apply to the LN Studio Script Editor.

See "Code Assist" in the Infor LN Studio Application Development Guide.
Code Assist
Enable Code Assist
Select this check box to enable the code assist feature.
Present proposals in alphabetical order
If this check box is selected, Code assist presents the list of suggested completions in alphabetical order.
Automatically insert
If this check box is selected, and if there is only one completion proposal for the string you entered in the Script Editor, code assist will automatically insert the proposal at the cursor position.
Example

In the Script Editor, you type " she " and press CTRL+SPACE. Code assist automatically inserts the following text, because this is the only completion proposal available: " shell(command,mode) ".

Completion proposal background
The background color for the completion proposal.
Completion proposal foreground
The foreground color (text color) for the completion proposal.
Auto Activation
Enable auto activation
If this check box is selected, Code Assist starts automatically when you type the auto activation trigger character.
Auto activation delay
The delay in milliseconds between the moment you type the auto activation trigger character, and the moment Code assist starts automatically.
Auto activation trigger Char for Infor LN
The character that triggers the auto activation of Code assist. The default is a dot (.).