Module implementing the Eric assistant plugin.
assistantEricPluginObject |
author |
autoactivate |
className |
deactivateable |
error |
longDescription |
name |
needsRestart |
packageName |
shortDescription |
version |
AssistantEricPlugin | Class implementing the Eric assistant plugin. |
createAutoCompletionPage | Module function to create the autocompletion configuration page. |
createCallTipsPage | Module function to create the calltips configuration page. |
getConfigData | Module function returning data as required by the configuration dialog. |
prepareUninstall | Module function to prepare for an uninstallation. |
Class implementing the Eric assistant plugin.
None |
AssistantEricPlugin | Constructor |
__checkQSql | Private method to perform some checks on QSql. |
__checkVersions | Private method to check that the eric4 and Python versions are ok. |
__initialize | Private slot to (re)initialize the plugin. |
__loadTranslator | Private method to load the translation file. |
activate | Public method to activate this plugin. |
deactivate | Public method to deactivate this plugin. |
getPreferences | Public method to retrieve the various refactoring settings. |
prepareUninstall | Public method to prepare for an uninstallation. |
setPreferences | Public method to store the various refactoring settings. |
Constructor
Private method to perform some checks on QSql.
Private method to check that the eric4 and Python versions are ok.
Private slot to (re)initialize the plugin.
Private method to load the translation file.
Public method to activate this plugin.
Public method to deactivate this plugin.
Public method to retrieve the various refactoring settings.
Public method to prepare for an uninstallation.
Public method to store the various refactoring settings.
Module function to create the autocompletion configuration page.
Module function to create the calltips configuration page.
Module function returning data as required by the configuration dialog.
Module function to prepare for an uninstallation.