PluginApis.py

changeset 4
a27bb7a06650
parent 3
551bd94613ac
child 6
89b4debad1df
equal deleted inserted replaced
3:551bd94613ac 4:a27bb7a06650
21 deactivateable = True 21 deactivateable = True
22 version = "1.1.0" 22 version = "1.1.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 = """This plug-in provides API files for auto-completion and""" \ 26 longDescription = """This plug-in provides API files for auto-completion""" \
27 """ call tips that are often missing from distribution packages.""" 27 """ and call tips that are often missing from distribution packages."""
28 needsRestart = False 28 needsRestart = False
29 pyqtApi = 2 29 pyqtApi = 2
30 # End-of-Header 30 # End-of-Header
31 31
32 error = "" 32 error = ""

eric ide

mercurial