Plugins/PluginWizardQRegularExpression.py

branch
Py2 comp.
changeset 3523
8df1ab89e261
parent 3484
645c12de6b0c
child 3656
441956d8fce5
equal deleted inserted replaced
3520:bfcefbb1633c 3523:8df1ab89e261
25 className = "QRegularExpressionWizard" 25 className = "QRegularExpressionWizard"
26 packageName = "__core__" 26 packageName = "__core__"
27 shortDescription = "Show the QRegularExpression wizard." 27 shortDescription = "Show the QRegularExpression wizard."
28 longDescription = """This plugin shows the QRegularExpression wizard.""" 28 longDescription = """This plugin shows the QRegularExpression wizard."""
29 pyqtApi = 2 29 pyqtApi = 2
30 python2Compatible = True
30 # End-Of-Header 31 # End-Of-Header
31 32
32 error = "" 33 error = ""
33 34
34 35

eric ide

mercurial