eric6/QScintilla/Editor.py

changeset 6954
b5a772d457f0
parent 6942
2602857055c5
child 6989
8b8cadf8d7e9
child 6996
7d5a103bdb76
equal deleted inserted replaced
6953:b06cb5bbc880 6954:b5a772d457f0
4368 Preferences.getEditorColour("MatchingBraceBack")) 4368 Preferences.getEditorColour("MatchingBraceBack"))
4369 self.setUnmatchedBraceForegroundColor( 4369 self.setUnmatchedBraceForegroundColor(
4370 Preferences.getEditorColour("NonmatchingBrace")) 4370 Preferences.getEditorColour("NonmatchingBrace"))
4371 self.setUnmatchedBraceBackgroundColor( 4371 self.setUnmatchedBraceBackgroundColor(
4372 Preferences.getEditorColour("NonmatchingBraceBack")) 4372 Preferences.getEditorColour("NonmatchingBraceBack"))
4373 # TODO: add support for multiple selections
4374 if Preferences.getEditor("CustomSelectionColours"): 4373 if Preferences.getEditor("CustomSelectionColours"):
4375 self.setSelectionBackgroundColor( 4374 self.setSelectionBackgroundColor(
4376 Preferences.getEditorColour("SelectionBackground")) 4375 Preferences.getEditorColour("SelectionBackground"))
4377 else: 4376 else:
4378 self.setSelectionBackgroundColor( 4377 self.setSelectionBackgroundColor(

eric ide

mercurial