eric6/QScintilla/Editor.py

changeset 7536
861e46f99d65
parent 7533
88261c96484b
child 7543
a737e240f27b
equal deleted inserted replaced
7535:dac9bc72a0f3 7536:861e46f99d65
4718 """ 4718 """
4719 Private method to configure the calltips function. 4719 Private method to configure the calltips function.
4720 """ 4720 """
4721 self.setCallTipsBackgroundColor( 4721 self.setCallTipsBackgroundColor(
4722 Preferences.getEditorColour("CallTipsBackground")) 4722 Preferences.getEditorColour("CallTipsBackground"))
4723 self.setCallTipsForegroundColor(
4724 Preferences.getEditorColour("CallTipsForeground"))
4725 self.setCallTipsHighlightColor(
4726 Preferences.getEditorColour("CallTipsHighlight"))
4723 self.setCallTipsVisible(Preferences.getEditor("CallTipsVisible")) 4727 self.setCallTipsVisible(Preferences.getEditor("CallTipsVisible"))
4724 calltipsStyle = Preferences.getEditor("CallTipsStyle") 4728 calltipsStyle = Preferences.getEditor("CallTipsStyle")
4725 try: 4729 try:
4726 self.setCallTipsPosition( 4730 self.setCallTipsPosition(
4727 Preferences.getEditor("CallTipsPosition")) 4731 Preferences.getEditor("CallTipsPosition"))

eric ide

mercurial