QScintilla/Editor.py

changeset 6930
33c98cea84f0
parent 6891
93f82da09f22
child 6932
8a3df4c6ac9a
--- 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:

eric ide

mercurial