QScintilla/Editor.py

changeset 4176
4c09d3d75768
parent 4170
8bc578136279
child 4201
2a9316cb3fad
--- a/QScintilla/Editor.py	Sat Mar 14 14:29:22 2015 +0100
+++ b/QScintilla/Editor.py	Sat Mar 14 14:36:52 2015 +0100
@@ -4114,6 +4114,10 @@
         self.setTabIndents(Preferences.getEditor("TabIndents"))
         self.setBackspaceUnindents(Preferences.getEditor("TabIndents"))
         self.setIndentationGuides(Preferences.getEditor("IndentationGuides"))
+        self.setIndentationGuidesBackgroundColor(
+            Preferences.getEditorColour("IndentationGuidesBackground"))
+        self.setIndentationGuidesForegroundColor(
+            Preferences.getEditorColour("IndentationGuidesForeground"))
         if Preferences.getEditor("ShowWhitespace"):
             self.setWhitespaceVisibility(QsciScintilla.WsVisible)
             try:

eric ide

mercurial