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 ( |