class KTextEditor.CodeCompletionInterfaceabstract class |
|
|
|
Abort the currently displayed code completion without executing any currently selected completion. |
|
Force execution of the currently selected completion, and hide the code completion box. |
|
Determine the status of automatic code completion invocation. |
|
Query whether the code completion box is currently displayed. |
|
Register a new code completion model. model - new completion model See also unregisterCompletionModel() |
|
Enable or disable automatic code completion invocation. |
|
Invoke code completion over a given range, with a specific model. |
|
Unregister a code completion model. model - the model that should be unregistered See also registerCompletionModel() |