Module implementing the Tabnanny plugin.
author |
autoactivate |
className |
deactivateable |
error |
longDescription |
name |
packageName |
pyqtApi |
shortDescription |
version |
TabnannyPlugin | Class implementing the Tabnanny plugin. |
None |
Class implementing the Tabnanny plugin.
None |
None |
TabnannyPlugin | Constructor |
__editorClosed | Private slot called, when an editor was closed. |
__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. |
__editorTabnanny | Private slot to handle the tabnanny context menu action of the editors. |
__initialize | Private slot to (re)initialize the plugin. |
__projectBrowserShowMenu | Private slot called, when the the project browser context menu or a submenu is about to be shown. |
__projectBrowserTabnanny | Private method to handle the tabnanny context menu action of the project sources browser. |
__projectShowMenu | Private slot called, when the the project menu or a submenu is about to be shown. |
__projectTabnanny | Private slot used to check the project files for bad indentations. |
__serviceError | Private slot handling service errors. |
activate | Public method to activate this plugin. |
batchJobDone | Public slot handling the completion of a batch job. |
cancelIndentBatchCheck | Public method to cancel all batch jobs. |
deactivate | Public method to deactivate this plugin. |
indentBatchCheck | Public method to prepare an indentation check on multiple Python source files. |
indentCheck | Public method to prepare an indentation check on one Python source file. |
serviceErrorPy3 | Public slot handling service errors for Python 3. |
None |
Constructor
Private slot called, when an editor was closed.
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 handle the tabnanny context menu action of the editors.
Private slot to (re)initialize the plugin.
Private slot called, when the the project browser context menu or a submenu is about to be shown.
Private method to handle the tabnanny context menu action of the project sources browser.
Private slot called, when the the project menu or a submenu is about to be shown.
Private slot used to check the project files for bad indentations.
Private slot handling service errors.
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 method to prepare an indentation check on multiple Python source files.
Public method to prepare an indentation check on one Python source file.
Public slot handling service errors for Python 3.