guides:programming:programmers_reference_manual:autocompletesource

AUTOCOMPLETESOURCE property

Editline Autocompletion

This property specifies where the list of possible suggested strings is obtained from. It can be one of the following values:

ValueDescription
"0"Custom List: a list set via the AUTOCOMPLETELIST property
"1"File List: a list of matching file and directory names supplied by Windows
"2"Directory List: a list of matching directory names supplied by Windows
"3"History List: a list of matches against the users URL history list
"4"MRU List: a list of matches against the users MRU list
"5"Shell List: a list of matches against all objects in the Windows Shell Namespace

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

Control Namedefault Property

Note:

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