Default
TokenListCompletionSupport for text fields in the application UI. It uses a
StringValueHistory to retrieve the list of tokens that make up its
CompletionContext. It uses {@link AutoCompleterFactory#defaultFactory()} forcreating its
AutoCompleter instance.
Two types of completion supports are available: dropdown support, and code-style support. In drop-down support the list of available completion tokens is automatically made visible as the user is typing in the text field. In code-style support the user needs to press CTRL-SPACE in the text field for the completion list to appear.
@see AutoCompleterFactory
@see TokenListCompletionSupport
@author Torgil Zethson
@since 1.3.0