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