Module implementing a simple Python syntax checker.
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.
SyntaxCheckerDialog | Constructor |
buttonPressed | Private slot connected to the button clicked signal. |
clearErrors | Private method to clear all error markers of open editors. |
finish | Private slot called when the syntax check finished or the user pressed the button. |
handleShow | Private slot to handle the "Show" button press. |
openFile | Private slot to handle the doubleClicked signal of the result list. |
start | Public slot to start the syntax check. |
Constructor
Private slot connected to the button clicked signal.
Private method to clear all error markers of open editors.
Private slot called when the syntax check finished or the user pressed the button.
Private slot to handle the "Show" button press.
Private slot to handle the doubleClicked signal of the result list.
Public slot to start the syntax check.