Module implementing the code style checker plug-in.
author |
autoactivate |
className |
deactivateable |
error |
longDescription |
name |
packageName |
pyqtApi |
shortDescription |
version |
CodeStyleCheckerPlugin | Class implementing the code style checker plug-in. |
None |
Class implementing the code style checker plug-in.
None |
None |
CodeStyleCheckerPlugin | Constructor |
__editorClosed | Private slot called, when an editor was closed. |
__editorCodeStyleCheck | Private slot to handle the code style check context menu action of the editors. |
__editorOpened | Private slot called, when a new editor was opened. |
__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. |
__projectBrowserCodeStyleCheck | Private method to handle the code style 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. |
__projectCodeStyleCheck | Private slot used to check the project files for code style. |
__projectShowMenu | Private slot called, when the the project menu or a submenu is about to be shown. |
__serviceError | Private slot handling service errors. |
__translateStyleCheck | Private slot called after perfoming a style check on one file. |
activate | Public method to activate this plugin. |
batchJobDone | Public slot handling the completion of a batch job. |
cancelStyleBatchCheck | Public method to cancel all batch jobs. |
deactivate | Public method to deactivate this plugin. |
serviceErrorPy3 | Public slot handling service errors for Python 3. |
styleBatchCheck | Public method to prepare a style check on multiple Python source files. |
styleCheck | Public method to prepare a style check on one Python source file. |
None |
Constructor
Private slot called, when an editor was closed.
Private slot to handle the code style check context menu action of the editors.
Private slot called, when a new editor was opened.
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 code style 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.
Private slot used to check the project files for code style.
Private slot called, when the the project menu or a submenu is about to be shown.
Private slot handling service errors.
Private slot called after perfoming a style check on one file.
Public method to activate this plugin.
Public slot handling the completion of a batch job.
Public method to cancel all batch jobs.
Public method to deactivate this plugin.
Public slot handling service errors for Python 3.
Public method to prepare a style check on multiple Python source files.
Public method to prepare a style check on one Python source file.