QScintilla/Shell.py

changeset 3067
8fd7ae10de2b
parent 3039
8dd0165d805d
child 3068
e2650fb5db4e
equal deleted inserted replaced
3064:2e7054d62218 3067:8fd7ae10de2b
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:

eric ide

mercurial