23 # Start-Of-Header |
23 # Start-Of-Header |
24 name = "Ericapi Plugin" |
24 name = "Ericapi Plugin" |
25 author = "Detlev Offenbach <detlev@die-offenbachs.de>" |
25 author = "Detlev Offenbach <detlev@die-offenbachs.de>" |
26 autoactivate = True |
26 autoactivate = True |
27 deactivateable = True |
27 deactivateable = True |
28 version = "5.4.0" |
28 version = "5.5.0" |
29 className = "EricapiPlugin" |
29 className = "EricapiPlugin" |
30 packageName = "__core__" |
30 packageName = "__core__" |
31 shortDescription = "Show the Ericapi dialogs." |
31 shortDescription = "Show the Ericapi dialogs." |
32 longDescription = """This plugin implements the Ericapi dialogs.""" \ |
32 longDescription = """This plugin implements the Ericapi dialogs.""" \ |
33 """ Ericapi is used to generate a QScintilla API file for Python and""" \ |
33 """ Ericapi is used to generate a QScintilla API file for Python and""" \ |