AUTOCOMPLETEOPTIONS

Controls various options for how command names are suggested and displayed in the AutoComplete window when typing in the command bar. This system variable can be set to the sum of any of the following:

2 = Allows searching for and automatically selecting a recently used command. By default, this option is turned on.

4 = Displays icons for commands. By default, this option is turned on.

8 = Pre-fills the command line with the full name as you scroll the list. By default, this option is turned on.

16 = Allows Arrow key scrolling from the end of the list to the beginning (and vice versa).

32 = Show color-codes for names: red indicates an progeCAD command, green indicates an external command, yellow indicates a system variable, blue indicates a LISP function.

64 = Allows selection by hovering the mouse over a desired name. By default, this option is turned on.

Type:     Integer

Saved:     In the registry

Range:      The sum of any of the values listed

Default:     78