Module implementing the PEP 8 Checker plugin.
| author |
| autoactivate |
| className |
| deactivateable |
| error |
| longDescription |
| name |
| packageName |
| pyqtApi |
| shortDescription |
| version |
| Pep8CheckerPlugin | Class implementing the PEP 8 Checker plugin. |
| None |
Class implementing the PEP 8 Checker plugin.
| None |
| None |
| Pep8CheckerPlugin | Constructor |
| __editorClosed | Private slot called, when an editor was closed. |
| __editorOpened | Private slot called, when a new editor was opened. |
| __editorPep8Check | Private slot to handle the PEP 8 check context menu action of the editors. |
| __editorShowMenu | Private slot called, when the the editor context menu or a submenu is about to be shown. |
| __initialize | Private slot to (re)initialize the plugin. |
| __projectBrowserPep8Check | Private method to handle the PEP 8 check context menu action of the project sources browser. |
| __projectBrowserShowMenu | Private slot called, when the the project browser menu or a submenu is about to be shown. |
| __projectPep8Check | Public slot used to check the project files for PEP 8 compliance. |
| __projectShowMenu | Private slot called, when the the project menu or a submenu is about to be shown. |
| activate | Public method to activate this plugin. |
| deactivate | Public method to deactivate this plugin. |
| None |
Constructor
Private slot called, when an editor was closed.
Private slot called, when a new editor was opened.
Private slot to handle the PEP 8 check context menu action of the editors.
Private slot called, when the the editor context menu or a submenu is about to be shown.
Private slot to (re)initialize the plugin.
Private method to handle the PEP 8 check context menu action of the project sources browser.
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 for PEP 8 compliance.
Private slot called, when the the project menu or a submenu is about to be shown.
Public method to activate this plugin.
Public method to deactivate this plugin.