eric6/Plugins/PluginSyntaxChecker.py

branch
without_py2_and_pyqt4
changeset 7199
c71bd6f21748
parent 6942
2602857055c5
child 7229
53054eb5b15a
equal deleted inserted replaced
7198:684261ef2165 7199:c71bd6f21748
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

eric ide

mercurial