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 |