Plugins/PluginEricapi.py

branch
Py2 comp.
changeset 3523
8df1ab89e261
parent 3484
645c12de6b0c
child 3656
441956d8fce5
equal deleted inserted replaced
3520:bfcefbb1633c 3523:8df1ab89e261
33 shortDescription = "Show the Ericapi dialogs." 33 shortDescription = "Show the Ericapi dialogs."
34 longDescription = """This plugin implements the Ericapi dialogs.""" \ 34 longDescription = """This plugin implements the Ericapi dialogs.""" \
35 """ Ericapi is used to generate a QScintilla API file for Python and""" \ 35 """ Ericapi is used to generate a QScintilla API file for Python and""" \
36 """ Ruby projects.""" 36 """ Ruby projects."""
37 pyqtApi = 2 37 pyqtApi = 2
38 python2Compatible = True
38 # End-Of-Header 39 # End-Of-Header
39 40
40 error = "" 41 error = ""
41 42
42 43

eric ide

mercurial