eric6/QScintilla/Shell.py

changeset 7536
861e46f99d65
parent 7533
88261c96484b
child 7560
343db73c4842
child 7564
787684e6f2f3
child 7703
1f800f8295ea
equal deleted inserted replaced
7535:dac9bc72a0f3 7536:861e46f99d65
579 @param language of the calltips set to set (string) 579 @param language of the calltips set to set (string)
580 """ 580 """
581 if Preferences.getShell("CallTipsEnabled"): 581 if Preferences.getShell("CallTipsEnabled"):
582 self.setCallTipsBackgroundColor( 582 self.setCallTipsBackgroundColor(
583 Preferences.getEditorColour("CallTipsBackground")) 583 Preferences.getEditorColour("CallTipsBackground"))
584 self.setCallTipsForegroundColor(
585 Preferences.getEditorColour("CallTipsForeground"))
586 self.setCallTipsHighlightColor(
587 Preferences.getEditorColour("CallTipsHighlight"))
584 self.setCallTipsVisible(Preferences.getEditor("CallTipsVisible")) 588 self.setCallTipsVisible(Preferences.getEditor("CallTipsVisible"))
585 calltipsStyle = Preferences.getEditor("CallTipsStyle") 589 calltipsStyle = Preferences.getEditor("CallTipsStyle")
586 if calltipsStyle == QsciScintilla.CallTipsNoContext: 590 if calltipsStyle == QsciScintilla.CallTipsNoContext:
587 self.setCallTipsStyle(QsciScintilla.CallTipsNoContext) 591 self.setCallTipsStyle(QsciScintilla.CallTipsNoContext)
588 elif ( 592 elif (

eric ide

mercurial