25 # Start-Of-Header |
25 # Start-Of-Header |
26 name = "Ericapi Plugin" |
26 name = "Ericapi Plugin" |
27 author = "Detlev Offenbach <detlev@die-offenbachs.de>" |
27 author = "Detlev Offenbach <detlev@die-offenbachs.de>" |
28 autoactivate = True |
28 autoactivate = True |
29 deactivateable = True |
29 deactivateable = True |
30 version = "6.0.0" |
30 version = "6.1.0" |
31 className = "EricapiPlugin" |
31 className = "EricapiPlugin" |
32 packageName = "__core__" |
32 packageName = "__core__" |
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""" \ |