PluginToolGenerateHash.py

changeset 4
b0a982bcf664
parent 1
ce3163531e4b
child 7
3e740cd33e30
equal deleted inserted replaced
3:89c590efb397 4:b0a982bcf664
22 autoactivate = True 22 autoactivate = True
23 deactivateable = True 23 deactivateable = True
24 version = "0.1.0" 24 version = "0.1.0"
25 className = "ToolGenerateHashPlugin" 25 className = "ToolGenerateHashPlugin"
26 packageName = "ToolGenerateHash" 26 packageName = "ToolGenerateHash"
27 shortDescription = "Split, merge or convert camel case text" 27 shortDescription = "Generate a hash for a selectable file or directory"
28 longDescription = \ 28 longDescription = \
29 """Plug-in to generate a hash for a selectable file or directory. The"""\ 29 """Plug-in to generate a hash for a selectable file or directory. The"""\
30 """ hash string will be inserted at the cursor position of the current"""\ 30 """ hash string will be inserted at the cursor position of the current"""\
31 """ editor. The menu will be disabled, if no editor is open.""" 31 """ editor. The menu will be disabled, if no editor is open."""
32 needsRestart = False 32 needsRestart = False

eric ide

mercurial