Plugins/PluginEricdoc.py

changeset 3022
57179e4cdadd
parent 3004
c4bf32c791d0
child 3034
7ce719013078
child 3058
0a02c433f52d
--- a/Plugins/PluginEricdoc.py	Mon Oct 14 20:08:19 2013 +0200
+++ b/Plugins/PluginEricdoc.py	Tue Oct 15 18:29:32 2013 +0200
@@ -53,8 +53,8 @@
         exe = os.path.join(getConfig("bindir"), exe + '.bat')
     dataList.append({
         "programEntry": True,
-        "header": QApplication.translate("EricdocPlugin",
-                                "Eric5 Documentation Generator"),
+        "header": QApplication.translate(
+            "EricdocPlugin", "Eric5 Documentation Generator"),
         "exe": exe,
         "versionCommand": '--version',
         "versionStartsWith": 'eric5_',
@@ -69,8 +69,8 @@
         exe += '.exe'
     dataList.append({
         "programEntry": True,
-        "header": QApplication.translate("EricdocPlugin",
-                                "Qt Help Tools"),
+        "header": QApplication.translate(
+            "EricdocPlugin", "Qt Help Tools"),
         "exe": exe,
         "versionCommand": '-v',
         "versionStartsWith": 'Qt',
@@ -85,8 +85,8 @@
         exe += '.exe'
     dataList.append({
         "programEntry": True,
-        "header": QApplication.translate("EricdocPlugin",
-                                "Qt Help Tools"),
+        "header": QApplication.translate(
+            "EricdocPlugin", "Qt Help Tools"),
         "exe": exe,
         "versionCommand": '-v',
         "versionStartsWith": 'Qt',
@@ -127,7 +127,8 @@
         menu = e5App().getObject("Project").getMenu("Apidoc")
         if menu:
             self.__projectAct = \
-                E5Action(self.trUtf8('Generate documentation (eric5_doc)'),
+                E5Action(
+                    self.trUtf8('Generate documentation (eric5_doc)'),
                     self.trUtf8('Generate &documentation (eric5_doc)'), 0, 0,
                     self, 'doc_eric5_doc')
             self.__projectAct.setStatusTip(

eric ide

mercurial