eric6/QScintilla/Editor.py

changeset 6954
b5a772d457f0
parent 6942
2602857055c5
child 6989
8b8cadf8d7e9
child 6996
7d5a103bdb76
--- a/eric6/QScintilla/Editor.py	Fri Apr 19 11:03:34 2019 +0200
+++ b/eric6/QScintilla/Editor.py	Fri Apr 19 11:10:35 2019 +0200
@@ -4370,7 +4370,6 @@
             Preferences.getEditorColour("NonmatchingBrace"))
         self.setUnmatchedBraceBackgroundColor(
             Preferences.getEditorColour("NonmatchingBraceBack"))
-        # TODO: add support for multiple selections
         if Preferences.getEditor("CustomSelectionColours"):
             self.setSelectionBackgroundColor(
                 Preferences.getEditorColour("SelectionBackground"))

eric ide

mercurial