Removed the highlight of the caret line from the shell window because that doesn't make sense.

Sat, 09 Nov 2013 15:23:52 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 09 Nov 2013 15:23:52 +0100
changeset 3068
e2650fb5db4e
parent 3067
8fd7ae10de2b
child 3069
8a9579bbf583

Removed the highlight of the caret line from the shell window because that doesn't make sense.

QScintilla/Shell.py file | annotate | diff | comparison | revisions
--- a/QScintilla/Shell.py	Fri Nov 08 19:22:12 2013 +0100
+++ b/QScintilla/Shell.py	Sat Nov 09 15:23:52 2013 +0100
@@ -403,11 +403,7 @@
         self.setSelectionToEol(Preferences.getEditor("ExtendSelectionToEol"))
         self.setCaretForegroundColor(
             Preferences.getEditorColour("CaretForeground"))
-        self.setCaretLineBackgroundColor(
-            Preferences.getEditorColour("CaretLineBackground"))
-        self.setCaretLineVisible(Preferences.getEditor("CaretLineVisible"))
-        self.setCaretLineAlwaysVisible(
-            Preferences.getEditor("CaretLineAlwaysVisible"))
+        self.setCaretLineVisible(False)
         self.caretWidth = Preferences.getEditor("CaretWidth")
         self.setCaretWidth(self.caretWidth)
         if Preferences.getShell("WrapEnabled"):

eric ide

mercurial