Sat, 04 Nov 2023 16:17:29 +0100
Corrected some code style issues.
src/eric7/Preferences/ConfigurationPages/EditorStylesPage.py | file | annotate | diff | comparison | revisions | |
src/eric7/QScintilla/Editor.py | file | annotate | diff | comparison | revisions |
--- a/src/eric7/Preferences/ConfigurationPages/EditorStylesPage.py Sat Nov 04 16:10:40 2023 +0100 +++ b/src/eric7/Preferences/ConfigurationPages/EditorStylesPage.py Sat Nov 04 16:17:29 2023 +0100 @@ -597,7 +597,7 @@ @type QLineEdit """ bgColorStr = f"Annotations{annotationType}Background" - fgColorStr =f"Annotations{annotationType}Foreground" + fgColorStr = f"Annotations{annotationType}Foreground" color = QColorDialog.getColor( self.editorColours[bgColorStr]
--- a/src/eric7/QScintilla/Editor.py Sat Nov 04 16:10:40 2023 +0100 +++ b/src/eric7/QScintilla/Editor.py Sat Nov 04 16:17:29 2023 +0100 @@ -2523,7 +2523,6 @@ self.__markerMap.update() return - def newBreakpointWithProperties(self, line, properties): """ Public method to set a new breakpoint and its properties.