17 from E5Gui.E5Application import e5App |
17 from E5Gui.E5Application import e5App |
18 |
18 |
19 from E5Gui.E5Action import E5Action |
19 from E5Gui.E5Action import E5Action |
20 |
20 |
21 import Utilities |
21 import Utilities |
|
22 import UI.Info |
22 |
23 |
23 from eric6config import getConfig |
24 from eric6config import getConfig |
24 |
25 |
25 # Start-Of-Header |
26 # Start-Of-Header |
26 name = "Ericapi Plugin" |
27 name = "Ericapi Plugin" |
27 author = "Detlev Offenbach <detlev@die-offenbachs.de>" |
28 author = "Detlev Offenbach <detlev@die-offenbachs.de>" |
28 autoactivate = True |
29 autoactivate = True |
29 deactivateable = True |
30 deactivateable = True |
30 version = "6.2.0" |
31 version = UI.Info.VersionOnly |
31 className = "EricapiPlugin" |
32 className = "EricapiPlugin" |
32 packageName = "__core__" |
33 packageName = "__core__" |
33 shortDescription = "Show the Ericapi dialogs." |
34 shortDescription = "Show the Ericapi dialogs." |
34 longDescription = """This plugin implements the Ericapi dialogs.""" \ |
35 longDescription = """This plugin implements the Ericapi dialogs.""" \ |
35 """ Ericapi is used to generate a QScintilla API file for Python and""" \ |
36 """ Ericapi is used to generate a QScintilla API file for Python and""" \ |