4112 self.setIndentationsUseTabs( |
4112 self.setIndentationsUseTabs( |
4113 Preferences.getEditor("TabForIndentation")) |
4113 Preferences.getEditor("TabForIndentation")) |
4114 self.setTabIndents(Preferences.getEditor("TabIndents")) |
4114 self.setTabIndents(Preferences.getEditor("TabIndents")) |
4115 self.setBackspaceUnindents(Preferences.getEditor("TabIndents")) |
4115 self.setBackspaceUnindents(Preferences.getEditor("TabIndents")) |
4116 self.setIndentationGuides(Preferences.getEditor("IndentationGuides")) |
4116 self.setIndentationGuides(Preferences.getEditor("IndentationGuides")) |
|
4117 self.setIndentationGuidesBackgroundColor( |
|
4118 Preferences.getEditorColour("IndentationGuidesBackground")) |
|
4119 self.setIndentationGuidesForegroundColor( |
|
4120 Preferences.getEditorColour("IndentationGuidesForeground")) |
4117 if Preferences.getEditor("ShowWhitespace"): |
4121 if Preferences.getEditor("ShowWhitespace"): |
4118 self.setWhitespaceVisibility(QsciScintilla.WsVisible) |
4122 self.setWhitespaceVisibility(QsciScintilla.WsVisible) |
4119 try: |
4123 try: |
4120 self.setWhitespaceForegroundColor( |
4124 self.setWhitespaceForegroundColor( |
4121 Preferences.getEditorColour("WhitespaceForeground")) |
4125 Preferences.getEditorColour("WhitespaceForeground")) |