PluginToolGenerateHash.py

changeset 14
cc0bf6a5e6ff
parent 12
62102ad23820
child 16
091df4c07a8c
equal deleted inserted replaced
13:eb232408df59 14:cc0bf6a5e6ff
21 # Start-Of-Header 21 # Start-Of-Header
22 name = "Generate Hash Tool Plug-in" 22 name = "Generate Hash Tool Plug-in"
23 author = "Detlev Offenbach <detlev@die-offenbachs.de>" 23 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
24 autoactivate = True 24 autoactivate = True
25 deactivateable = True 25 deactivateable = True
26 version = "0.4.0" 26 version = "0.5.0"
27 className = "ToolGenerateHashPlugin" 27 className = "ToolGenerateHashPlugin"
28 packageName = "ToolGenerateHash" 28 packageName = "ToolGenerateHash"
29 shortDescription = "Generate a hash for a selectable file or directory" 29 shortDescription = "Generate a hash for a selectable file or directory"
30 longDescription = \ 30 longDescription = \
31 """Plug-in to generate a hash for a selectable file or directory. The"""\ 31 """Plug-in to generate a hash for a selectable file or directory. The"""\
32 """ hash string will be inserted at the cursor position of the current"""\ 32 """ hash string will be inserted at the cursor position of the current"""\
33 """ editor. The menu will be disabled, if no editor is open.""" 33 """ editor. The menu will be disabled, if no editor is open."""
34 needsRestart = False 34 needsRestart = False
35 pyqtApi = 2 35 pyqtApi = 2
36 python2Compatible = True
36 # End-Of-Header 37 # End-Of-Header
37 38
38 error = "" 39 error = ""
39 40
40 41

eric ide

mercurial