CompletionWords
A iface@CompletionProvider for the completion of words.
The GtkSourceCompletionWords
is an example of an implementation of the iface@CompletionProvider interface. The proposals are words appearing in the registered class@Gtk.TextBuffers.
Skipped during bindings generation
method
minimum-word-size
: Property has no getter nor settermethod
priority
: Property has no getter nor settermethod
proposals-batch-size
: Property has no getter nor settermethod
scan-batch-size
: Property has no getter nor settermethod
title
: Property has no getter nor setter
Constructors
Properties
Functions
This function requests @proposal to be activated by the #GtkSourceCompletionProvider.
This function requests that the #GtkSourceCompletionProvider prepares
This function should return the priority of @self in @context.
This function is used to determine if a key typed by the user should activate @proposal (resulting in committing the text to the editor).
Asynchronously requests that the provider populates the completion results for @context.
Completes an asynchronous operation to populate a completion provider.
This function can be used to filter results previously provided to the class@CompletionContext by the #GtkSourceCompletionProvider.
Unregisters @buffer from the @words provider.