Fixed some code style issues. eric7

Sat, 15 Jan 2022 19:53:40 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 15 Jan 2022 19:53:40 +0100
branch
eric7
changeset 8925
8375eb895f70
parent 8924
7f2cad9900cf
child 8926
2855492d8ea6

Fixed some code style issues.

eric7/DebugClients/Python/DebugUtilities.py file | annotate | diff | comparison | revisions
eric7/Project/ProjectOthersBrowser.py file | annotate | diff | comparison | revisions
eric7/UI/Browser.py file | annotate | diff | comparison | revisions
--- a/eric7/DebugClients/Python/DebugUtilities.py	Sat Jan 15 18:42:21 2022 +0100
+++ b/eric7/DebugClients/Python/DebugUtilities.py	Sat Jan 15 19:53:40 2022 +0100
@@ -409,7 +409,7 @@
     buf = ''
     
     argsLen = len(args)
-    i=0
+    i = 0
     while i < argsLen:
         ch = args[i]
         if ch == '\\':
--- a/eric7/Project/ProjectOthersBrowser.py	Sat Jan 15 18:42:21 2022 +0100
+++ b/eric7/Project/ProjectOthersBrowser.py	Sat Jan 15 19:53:40 2022 +0100
@@ -267,7 +267,7 @@
     
     def _openFileInEditor(self):
         """
-        Private slot to handle the Open in Editor menu action.
+        Protected slot to handle the Open in Editor menu action.
         """
         itmList = self.getSelectedItems()
         
--- a/eric7/UI/Browser.py	Sat Jan 15 18:42:21 2022 +0100
+++ b/eric7/UI/Browser.py	Sat Jan 15 19:53:40 2022 +0100
@@ -603,7 +603,7 @@
     
     def _openFileInEditor(self):
         """
-        Private slot to handle the Open in Editor menu action.
+        Protected slot to handle the Open in Editor menu action.
         """
         itmList = self.getSelectedItems([BrowserFileItem])
         

eric ide

mercurial