guides:programming:programmers_reference_manual:autocompletemode

AUTOCOMPLETEMODE property

Editline Autocompletion

This property specifies if Autocomplete is active, and if so how the suggested string is displayed. It can be one of the following values:

ValueDescription
"0"Autocomplete is disabled
"1"Autocomplete is enables and in "append" mode: the remainder of the suggested string is added to the end of the characters the user has typed in and highlighted.
"2"Autocomplete is enabled and in "suggest" mode: the system displays a drop-down list of possible matches to what the user is typing.
"3"Autocomplete is enabled and in "suggest-append" mode. This is a combination of the previous two modes.

Each control has a default property. The controls and properties are as follows.

Control Namedefault Property

Note:

  • guides/programming/programmers_reference_manual/autocompletemode.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1