17 # Start-of-Header |
17 # Start-of-Header |
18 name = "APIs Plugin" |
18 name = "APIs Plugin" |
19 author = "Detlev Offenbach <detlev@die-offenbachs.de>" |
19 author = "Detlev Offenbach <detlev@die-offenbachs.de>" |
20 autoactivate = True |
20 autoactivate = True |
21 deactivateable = True |
21 deactivateable = True |
22 version = "1.1.1" |
22 version = "1.2.0" |
23 className = "PluginApis" |
23 className = "PluginApis" |
24 packageName = "APIs" |
24 packageName = "APIs" |
25 shortDescription = "API files for auto-completion and call tips." |
25 shortDescription = "API files for auto-completion and call tips." |
26 longDescription = \ |
26 longDescription = \ |
27 """This plug-in provides API files for auto-completion""" \ |
27 """This plug-in provides API files for auto-completion""" \ |
28 """ and call tips that are often missing from distribution packages.""" |
28 """ and call tips that are often missing from distribution packages.""" |
29 needsRestart = False |
29 needsRestart = False |
30 pyqtApi = 2 |
30 pyqtApi = 2 |
|
31 python2Compatible = True |
31 # End-of-Header |
32 # End-of-Header |
32 |
33 |
33 error = "" |
34 error = "" |
34 |
35 |
35 |
36 |