Fri, 19 Apr 2019 11:10:35 +0200
Editor: remove a TODO marker because 'multiple' selections don't work for some reason.
eric6/QScintilla/Editor.py | file | annotate | diff | comparison | revisions |
--- 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"))