--- a/PluginApis.py Sun Oct 13 18:31:06 2013 +0200 +++ b/PluginApis.py Thu Oct 24 19:00:41 2013 +0200 @@ -19,11 +19,12 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "1.1.0" +version = "1.1.1" className = "PluginApis" packageName = "APIs" shortDescription = "API files for auto-completion and call tips." -longDescription = """This plug-in provides API files for auto-completion""" \ +longDescription = \ + """This plug-in provides API files for auto-completion""" \ """ and call tips that are often missing from distribution packages.""" needsRestart = False pyqtApi = 2 @@ -36,6 +37,7 @@ """ Module function to return the API files made available by this plugin. + @param language language to get APIs for (string) @return list of API filenames (list of string) """ if language in ["Python3", "Python2", "Python"]: