Fixed an issue showing the version info of eric5 tools. 5_0_x

Sat, 29 May 2010 18:31:26 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 29 May 2010 18:31:26 +0200
branch
5_0_x
changeset 310
8f325b6b14ce
parent 302
410271cb3675
child 315
e44ee3cb994a

Fixed an issue showing the version info of eric5 tools.

Plugins/PluginEricapi.py file | annotate | diff | comparison | revisions
Plugins/PluginEricdoc.py file | annotate | diff | comparison | revisions
Preferences/ProgramsDialog.py file | annotate | diff | comparison | revisions
--- a/Plugins/PluginEricapi.py	Sat May 29 15:24:20 2010 +0200
+++ b/Plugins/PluginEricapi.py	Sat May 29 18:31:26 2010 +0200
@@ -55,7 +55,7 @@
         "exe"               : exe, 
         "versionCommand"    : '--version', 
         "versionStartsWith" : 'eric5-', 
-        "versionPosition"   : -2, 
+        "versionPosition"   : -3, 
         "version"           : "", 
         "versionCleanup"    : None, 
     }
--- a/Plugins/PluginEricdoc.py	Sat May 29 15:24:20 2010 +0200
+++ b/Plugins/PluginEricdoc.py	Sat May 29 18:31:26 2010 +0200
@@ -54,7 +54,7 @@
         "exe"               : exe, 
         "versionCommand"    : '--version', 
         "versionStartsWith" : 'eric5-', 
-        "versionPosition"   : -2, 
+        "versionPosition"   : -3, 
         "version"           : "", 
         "versionCleanup"    : None, 
     }
--- a/Preferences/ProgramsDialog.py	Sat May 29 15:24:20 2010 +0200
+++ b/Preferences/ProgramsDialog.py	Sat May 29 18:31:26 2010 +0200
@@ -138,11 +138,11 @@
         # 5a. Translation Previewer
         self.__createProgramEntry(self.trUtf8("Eric5 Translation Previewer"), 
             Utilities.isWindowsPlatform() and "eric5-trpreviewer.bat" or "eric5-trpreviewer", 
-            '--version', 'Eric5', -2)
+            '--version', 'Eric5', -3)
         # 5b. Forms Previewer
         self.__createProgramEntry(self.trUtf8("Eric5 Forms Previewer"), 
             Utilities.isWindowsPlatform() and "eric5-uipreviewer.bat" or "eric5-uipreviewer", 
-            '--version', 'Eric5', -2)
+            '--version', 'Eric5', -3)
         
         # 6. do the CORBA programs
         # 6a. omniORB

eric ide

mercurial