Plugins/PluginTabnanny.py

changeset 2712
4354ab0b67c7
parent 2407
b98cc8ee1142
child 2791
a9577f248f04
child 3004
c4bf32c791d0
equal deleted inserted replaced
2710:8c91d494ad06 2712:4354ab0b67c7
20 # Start-Of-Header 20 # Start-Of-Header
21 name = "Tabnanny Plugin" 21 name = "Tabnanny Plugin"
22 author = "Detlev Offenbach <detlev@die-offenbachs.de>" 22 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
23 autoactivate = True 23 autoactivate = True
24 deactivateable = True 24 deactivateable = True
25 version = "5.1.0" 25 version = "5.4.0"
26 className = "TabnannyPlugin" 26 className = "TabnannyPlugin"
27 packageName = "__core__" 27 packageName = "__core__"
28 shortDescription = "Show the Tabnanny dialog." 28 shortDescription = "Show the Tabnanny dialog."
29 longDescription = """This plugin implements the Tabnanny dialog.""" \ 29 longDescription = """This plugin implements the Tabnanny dialog.""" \
30 """ Tabnanny is used to check Python source files for correct indentations.""" 30 """ Tabnanny is used to check Python source files for correct indentations."""

eric ide

mercurial