diff -r 0a02c433f52d -r 5883ce99ee12 Plugins/PluginEricapi.py --- a/Plugins/PluginEricapi.py Fri Nov 01 15:48:48 2013 +0100 +++ b/Plugins/PluginEricapi.py Sun Nov 03 15:58:22 2013 +0100 @@ -32,8 +32,8 @@ packageName = "__core__" shortDescription = "Show the Ericapi dialogs." longDescription = """This plugin implements the Ericapi dialogs.""" \ - """ Ericapi is used to generate a QScintilla API file for Python and Ruby"""\ - """ projects.""" + """ Ericapi is used to generate a QScintilla API file for Python and""" \ + """ Ruby projects.""" pyqtApi = 2 # End-Of-Header @@ -136,8 +136,8 @@ if menuName == "Apidoc": if self.__projectAct is not None: self.__projectAct.setEnabled( - e5App().getObject("Project").getProjectLanguage() in \ - ["Python", "Python2", "Python3", "Ruby"]) + e5App().getObject("Project").getProjectLanguage() in + ["Python", "Python2", "Python3", "Ruby"]) def __doEricapi(self): """