Module implementing a simple Python syntax checker.
None |
SyntaxCheckerDialog | Class implementing a dialog to display the results of a syntax check run. |
None |
Class implementing a dialog to display the results of a syntax check run.
None |
SyntaxCheckerDialog | Constructor |
__clearErrors | Private method to clear all error markers of open editors. |
__createResultItem | Private method to create an entry in the result list. |
__finish | Private slot called when the syntax check finished or the user pressed the button. |
__resort | Private method to resort the tree. |
on_buttonBox_clicked | Private slot called by a button of the button box clicked. |
on_resultList_itemActivated | Private slot to handle the activation of an item. |
on_showButton_clicked | Private slot to handle the "Show" button press. |
start | Public slot to start the syntax check. |
Constructor
Private method to clear all error markers of open editors.
Private method to create an entry in the result list.
Private slot called when the syntax check finished or the user pressed the button.
Private method to resort the tree.
Private slot called by a button of the button box clicked.
Private slot to handle the activation of an item.
Private slot to handle the "Show" button press.
Public slot to start the syntax check.