Construct a new completion handler for a widget.
Enable/disable continuous hinting mode.
The editor used by the completion handler.
Get whether the completion handler is disposed.
Protected
getGet the state of the text editor at the given position.
Protected
onProtected
onProtected
onHandle selection changed signal from an editor.
If a sub-class reimplements this method, then that class must either call its super method or it must take responsibility for adding and removing the completer completable class to the editor host node.
Despite the fact that the editor widget adds a class whenever there is a primary selection, this method checks independently for two reasons:
jp-mod-has-primary-selection
to filter out any editors that have
a selection means the semantic meaning of jp-mod-completer-enabled
is obscured because there may be cases where the enabled class is added
even though the completer is not available.Protected
onHandle a text changed signal from an editor.
Protected
on
A completion handler for editors.