Sat, 15 Jan 2022 19:53:40 +0100
Fixed some code style issues.
--- 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])