PluginSplitMergeCamelCase.py

changeset 22
7845a580e12f
parent 20
8b4c08b95279
child 24
37d06c3a577e
equal deleted inserted replaced
21:dd382aa280e9 22:7845a580e12f
18 # Start-Of-Header 18 # Start-Of-Header
19 name = "Camel Case Handling Plug-in" 19 name = "Camel Case Handling Plug-in"
20 author = "Detlev Offenbach <detlev@die-offenbachs.de>" 20 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
21 autoactivate = True 21 autoactivate = True
22 deactivateable = True 22 deactivateable = True
23 version = "0.5.0" 23 version = "1.0.0"
24 className = "SplitMergeCamelCasePlugin" 24 className = "SplitMergeCamelCasePlugin"
25 packageName = "SplitMergeCamelCase" 25 packageName = "SplitMergeCamelCase"
26 shortDescription = "Split, merge or convert camel case text" 26 shortDescription = "Split, merge or convert camel case text"
27 longDescription = \ 27 longDescription = \
28 """This plug-in implements a tool to split, merge or convert""" \ 28 """This plug-in implements a tool to split, merge or convert""" \
29 """ camel case text. It works with the text of the current""" \ 29 """ camel case text. It works with the text of the current""" \
30 """ editor. The menu entries will only be selectable, if the""" \ 30 """ editor. The menu entries will only be selectable, if the""" \
31 """ current editor has some selected text.""" 31 """ current editor has some selected text."""
32 needsRestart = False 32 needsRestart = False
33 pyqtApi = 2 33 pyqtApi = 2
34 python2Compatible = True
34 # End-Of-Header 35 # End-Of-Header
35 36
36 error = "" 37 error = ""
37 38
38 39

eric ide

mercurial