Module implementic the eric assistant, an alternative autocompletion and calltips system.
AcsAPIs |
AcsDocument |
AcsOther |
AcsProject |
Assistant | Class implementing the autocompletion and calltips system. |
None |
Class implementing the autocompletion and calltips system.
None |
Assistant | Constructor |
__completionListSelected | Private slot to handle the selection from the completion list. |
__editorClosed | Private slot called, when an editor was closed. |
__editorOpened | Private slot called, when a new editor was opened. |
__getApiCompletions | Private method to determine a list of completions from an API object. |
__getCharacter | Private method to get the character to the left of the current position in the current line. |
__preferencesChanged | Private method to handle a change of the global configuration. |
__setAutoCompletionHook | Private method to set the autocompletion hook. |
__setCalltipsHook | Private method to set the calltip hook. |
__shutdown | Private slot to handle the shutdown signal. |
__unsetAutoCompletionHook | Private method to unset the autocompletion hook. |
__unsetCalltipsHook | Private method to unset the calltip hook. |
activate | Public method to perform actions upon activation. |
autocomplete | Public method to determine the autocompletion proposals. |
calltips | Public method to return a list of calltips. |
deactivate | Public method to perform actions upon deactivation. |
getCompletionsFromDocument | Public method to determine autocompletion proposals from the document. |
setEnabled | Public method to enable or disable a feature. |
Constructor
Private slot to handle the selection from the completion list.
Private slot called, when an editor was closed.
Private slot called, when a new editor was opened.
Private method to determine a list of completions from an API object.
Private method to get the character to the left of the current position in the current line.
Private method to handle a change of the global configuration.
Private method to set the autocompletion hook.
Private method to set the calltip hook.
Private slot to handle the shutdown signal.
Private method to unset the autocompletion hook.
Private method to unset the calltip hook.
Public method to perform actions upon activation.
Public method to determine the autocompletion proposals.
Public method to return a list of calltips.
Public method to perform actions upon deactivation.
Public method to determine autocompletion proposals from the document.
Public method to enable or disable a feature.