404 self.setCaretForegroundColor( |
404 self.setCaretForegroundColor( |
405 Preferences.getEditorColour("CaretForeground")) |
405 Preferences.getEditorColour("CaretForeground")) |
406 self.setCaretLineBackgroundColor( |
406 self.setCaretLineBackgroundColor( |
407 Preferences.getEditorColour("CaretLineBackground")) |
407 Preferences.getEditorColour("CaretLineBackground")) |
408 self.setCaretLineVisible(Preferences.getEditor("CaretLineVisible")) |
408 self.setCaretLineVisible(Preferences.getEditor("CaretLineVisible")) |
|
409 self.setCaretLineAlwaysVisible( |
|
410 Preferences.getEditor("CaretLineAlwaysVisible")) |
409 self.caretWidth = Preferences.getEditor("CaretWidth") |
411 self.caretWidth = Preferences.getEditor("CaretWidth") |
410 self.setCaretWidth(self.caretWidth) |
412 self.setCaretWidth(self.caretWidth) |
411 if Preferences.getShell("WrapEnabled"): |
413 if Preferences.getShell("WrapEnabled"): |
412 self.setWrapMode(QsciScintilla.WrapWord) |
414 self.setWrapMode(QsciScintilla.WrapWord) |
413 else: |
415 else: |