33 shortDescription = "Show the Syntax Checker dialog." |
33 shortDescription = "Show the Syntax Checker dialog." |
34 longDescription = """This plugin implements the Syntax Checker dialog.""" \ |
34 longDescription = """This plugin implements the Syntax Checker dialog.""" \ |
35 """ Syntax Checker is used to check Python source files for correct""" \ |
35 """ Syntax Checker is used to check Python source files for correct""" \ |
36 """ syntax.""" |
36 """ syntax.""" |
37 pyqtApi = 2 |
37 pyqtApi = 2 |
38 python2Compatible = True |
|
39 # End-Of-Header |
38 # End-Of-Header |
40 |
39 |
41 error = "" |
40 error = "" |
42 |
41 |
43 |
42 |