Some refinements and corrections to the code metrics dialog.

Wed, 16 Sep 2015 20:07:28 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 16 Sep 2015 20:07:28 +0200
changeset 7
3eb5fb0ae72c
parent 6
13e9698a9981
child 8
d02708288a22

Some refinements and corrections to the code metrics dialog.

RadonMetrics/RawMetricsDialog.py file | annotate | diff | comparison | revisions
--- a/RadonMetrics/RawMetricsDialog.py	Wed Sep 16 19:36:25 2015 +0200
+++ b/RadonMetrics/RawMetricsDialog.py	Wed Sep 16 20:07:28 2015 +0200
@@ -30,6 +30,7 @@
 import Preferences
 import Utilities
 
+
 class RawMetricsDialog(QDialog, Ui_RawMetricsDialog):
     """
     Class implementing a dialog to show raw code metrics.
@@ -168,7 +169,8 @@
         Public slot to start the code metrics determination.
         
         @param fn file or list of files or directory to show
-                the code metrics for (string or list of strings)
+            the code metrics for
+        @type str or list of str
         """
         self.cancelled = False
         self.buttonBox.button(QDialogButtonBox.Close).setEnabled(False)
@@ -209,7 +211,6 @@
             
             # now go through all the files
             self.progress = 0
-            self.files.sort()
             if len(self.files) == 1 or not self.radonService.hasBatch:
                 self.__batch = False
                 self.rawMetrics()

eric ide

mercurial