--- 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"))