PluginPyLint.py

branch
eric7
changeset 102
e40ecfd9ec37
parent 101
98784d037491
child 105
ab6d2ee7171e
equal deleted inserted replaced
101:98784d037491 102:e40ecfd9ec37
28 # Start-of-Header 28 # Start-of-Header
29 name = "PyLint Plugin" 29 name = "PyLint Plugin"
30 author = "Detlev Offenbach <detlev@die-offenbachs.de>" 30 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
31 autoactivate = True 31 autoactivate = True
32 deactivateable = True 32 deactivateable = True
33 version = "1.0.0" 33 version = "10.0.0"
34 className = "PyLintPlugin" 34 className = "PyLintPlugin"
35 packageName = "PyLintInterface" 35 packageName = "PyLintInterface"
36 shortDescription = "Show the PyLint dialogs." 36 shortDescription = "Show the PyLint dialogs."
37 longDescription = ( 37 longDescription = (
38 """This plug-in implements the PyLint dialogs. PyLint is used to check""" 38 """This plug-in implements the PyLint dialogs. PyLint is used to check"""

eric ide

mercurial