Plugins/PluginWizardPyRegExp.py

changeset 3987
57354896fd29
parent 3677
a53cf139293f
child 4021
195a471c327b
equal deleted inserted replaced
3984:95a1cb48352d 3987:57354896fd29
19 # Start-Of-Header 19 # Start-Of-Header
20 name = "Python re Wizard Plugin" 20 name = "Python re Wizard Plugin"
21 author = "Detlev Offenbach <detlev@die-offenbachs.de>" 21 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
22 autoactivate = True 22 autoactivate = True
23 deactivateable = True 23 deactivateable = True
24 version = "6.0.0" 24 version = "6.1.0"
25 className = "PyRegExpWizard" 25 className = "PyRegExpWizard"
26 packageName = "__core__" 26 packageName = "__core__"
27 shortDescription = "Show the Python re wizard." 27 shortDescription = "Show the Python re wizard."
28 longDescription = """This plugin shows the Python re wizard.""" 28 longDescription = """This plugin shows the Python re wizard."""
29 pyqtApi = 2 29 pyqtApi = 2

eric ide

mercurial