Plugins/PluginTabnanny.py

branch
Py2 comp.
changeset 2791
a9577f248f04
parent 2525
8b507a9a2d40
parent 2712
4354ab0b67c7
child 3057
10516539f238
equal deleted inserted replaced
2790:6686a3326df8 2791:a9577f248f04
22 # Start-Of-Header 22 # Start-Of-Header
23 name = "Tabnanny Plugin" 23 name = "Tabnanny Plugin"
24 author = "Detlev Offenbach <detlev@die-offenbachs.de>" 24 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
25 autoactivate = True 25 autoactivate = True
26 deactivateable = True 26 deactivateable = True
27 version = "5.1.0" 27 version = "5.4.0"
28 className = "TabnannyPlugin" 28 className = "TabnannyPlugin"
29 packageName = "__core__" 29 packageName = "__core__"
30 shortDescription = "Show the Tabnanny dialog." 30 shortDescription = "Show the Tabnanny dialog."
31 longDescription = """This plugin implements the Tabnanny dialog.""" \ 31 longDescription = """This plugin implements the Tabnanny dialog.""" \
32 """ Tabnanny is used to check Python source files for correct indentations.""" 32 """ Tabnanny is used to check Python source files for correct indentations."""

eric ide

mercurial