eric6/QScintilla/Shell.py

branch
multi_processing
changeset 7564
787684e6f2f3
parent 7415
e953b2a449a9
parent 7536
861e46f99d65
child 7802
eefe954f01e8
--- a/eric6/QScintilla/Shell.py	Sat May 02 14:35:03 2020 +0200
+++ b/eric6/QScintilla/Shell.py	Sat May 02 14:45:06 2020 +0200
@@ -329,7 +329,7 @@
         self.__setAutoCompletion()
         self.__setCallTips()
         
-        self.setWindowIcon(UI.PixmapCache.getIcon("eric.png"))
+        self.setWindowIcon(UI.PixmapCache.getIcon("eric"))
         
         self.incrementalSearchString = ""
         self.incrementalSearchActive = False
@@ -583,6 +583,10 @@
         if Preferences.getShell("CallTipsEnabled"):
             self.setCallTipsBackgroundColor(
                 Preferences.getEditorColour("CallTipsBackground"))
+            self.setCallTipsForegroundColor(
+                Preferences.getEditorColour("CallTipsForeground"))
+            self.setCallTipsHighlightColor(
+                Preferences.getEditorColour("CallTipsHighlight"))
             self.setCallTipsVisible(Preferences.getEditor("CallTipsVisible"))
             calltipsStyle = Preferences.getEditor("CallTipsStyle")
             if calltipsStyle == QsciScintilla.CallTipsNoContext:

eric ide

mercurial