Package implementing various modules for source code checks.
Checkers | Class implementing the high level interface. |
None |
Class implementing the high level interface.
Checkers | Constructor |
getActions | Public method to get a list of all actions. |
handlePyLint | Public method used to perform a PyLint run. |
handlePyLintShow | Private slot to show the PyLint dialog with the results of the last run. |
handleShowMenu | Private slot to handle the aboutToShow signal of the menu. |
handleSyntaxCheck | Private slot used to check the project files for bad syntax. |
handleTabnanny | Private slot used to check the project files for bad indentations. |
initActions | Private method to initialize the Checkers actions. |
initMenu | Private method called to build the project packagers submenu. |
Constructor
Public method to get a list of all actions.
Public method used to perform a PyLint run.
Private slot to show the PyLint dialog with the results of the last run.
Private slot to handle the aboutToShow signal of the menu.
Private slot used to check the project files for bad syntax.
Private slot used to check the project files for bad indentations.
Private method to initialize the Checkers actions.
Private method called to build the project packagers submenu.