Module implementing the Pylons project plugin.
author |
autoactivate |
className |
deactivateable |
error |
longDescription |
name |
needsRestart |
packageName |
pylonsPluginObject |
shortDescription |
version |
ProjectPylonsPlugin | Class implementing the Pylons project plugin. |
apiFiles | Module function to return the API files made available by this plugin. |
createPylonsPage | Module function to create the Pylons configuration page. |
getConfigData | Module function returning data as required by the configuration dialog. |
prepareUninstall | Module function to prepare for an uninstallation. |
Class implementing the Pylons project plugin.
lexerAssociations |
ProjectPylonsPlugin | Constructor |
__checkVersions | Private function to check that the eric4 version is ok. |
__initialize | Private slot to (re)initialize the plugin. |
__loadTranslator | Private method to load the translation file. |
__projectClosed | Private slot to handle the projectClosed signal. |
__projectOpened | Private slot to handle the projectOpened signal. |
activate | Public method to activate this plugin. |
binaryTranslationsCallback | Public method to determine the filename of a compiled translation file given the translation source file. |
deactivate | Public method to deactivate this plugin. |
fileTypesCallback | Public method get the filetype associations of the TurboGears project type. |
getPreferences | Public method to retrieve the various refactoring settings. |
lexerAssociationCallback | Public method to get the lexer association of the Pylons project type for a file. |
prepareUninstall | Public method to prepare for an uninstallation. |
setPreferences | Public method to store the various refactoring settings. |
Constructor
Private function to check that the eric4 version is ok.
Private slot to (re)initialize the plugin.
Private method to load the translation file.
Private slot to handle the projectClosed signal.
Private slot to handle the projectOpened signal.
Public method to activate this plugin.
Public method to determine the filename of a compiled translation file given the translation source file.
Public method to deactivate this plugin.
Public method get the filetype associations of the TurboGears project type.
Public method to retrieve the various refactoring settings.
Public method to get the lexer association of the Pylons project type for a file.
Public method to prepare for an uninstallation.
Public method to store the various refactoring settings.
Module function to return the API files made available by this plugin.
Module function to create the Pylons configuration page.
Module function returning data as required by the configuration dialog.
Module function to prepare for an uninstallation.