--- a/QScintilla/Editor.py Sat Apr 06 14:31:04 2019 +0200 +++ b/QScintilla/Editor.py Sat Apr 06 16:33:49 2019 +0200 @@ -4325,6 +4325,7 @@ Preferences.getEditorColour("NonmatchingBrace")) self.setUnmatchedBraceBackgroundColor( Preferences.getEditorColour("NonmatchingBraceBack")) + # TODO: add support for multiple selections if Preferences.getEditor("CustomSelectionColours"): self.setSelectionBackgroundColor( Preferences.getEditorColour("SelectionBackground")) @@ -4384,6 +4385,8 @@ Preferences.getEditorColour("SpellingMarkers")) self.__setSpelling() + # TODO: add support for a highlight indicator (if not possible via multiple selections) + self.setCursorFlashTime(QApplication.cursorFlashTime()) try: