Module implementing the PyLint plugin.
PyLintPlugin | Class implementing the PyLint plugin. |
exeDisplayData | Public method to support the display of some executable info. |
Class implementing the PyLint plugin.
PyLintPlugin | Constructor |
__initialize | Private slot to (re)initialize the plugin. |
__loadTranslator | Private method to load the translation file. |
__projectBrowserPylint | Private method to handle the Pylint context menu action of the project sources browser. |
__projectBrowserPylintShow | Public slot to show the PyLint dialog with the results of the last run. |
__projectBrowserShowMenu | Private slot called, when the the project browser menu or a submenu is about to be shown. |
__projectPylint | Public slot used to check the project files with Pylint. |
__projectPylintShow | Public slot to show the PyLint dialog with the results of the last run. |
__projectShowMenu | Private slot called, when the the project menu or a submenu is about to be shown. |
__pyLint | Private method used to perform a PyLint run. |
activate | Public method to activate this plugin. |
deactivate | Public method to deactivate this plugin. |
Constructor
Private slot to (re)initialize the plugin.
Private method to load the translation file.
Private method to handle the Pylint context menu action of the project sources browser.
Public slot to show the PyLint dialog with the results of the last run.
Private slot called, when the the project browser menu or a submenu is about to be shown.
Public slot used to check the project files with Pylint.
Public slot to show the PyLint dialog with the results of the last run.
Private slot called, when the the project menu or a submenu is about to be shown.
Private method used to perform a PyLint run.
Public method to activate this plugin.
Public method to deactivate this plugin.
Public method to support the display of some executable info.