eric6/QScintilla/Editor.py

changeset 8485
bb395ec2a6af
parent 8470
7a2678e25528
child 8486
f511dfc8db96
equal deleted inserted replaced
8484:630d4b624847 8485:bb395ec2a6af
4741 QsciScintilla.AutoCompletionSource.AcsAPIs) 4741 QsciScintilla.AutoCompletionSource.AcsAPIs)
4742 else: 4742 else:
4743 self.setAutoCompletionSource( 4743 self.setAutoCompletionSource(
4744 QsciScintilla.AutoCompletionSource.AcsAll) 4744 QsciScintilla.AutoCompletionSource.AcsAll)
4745 4745
4746 self.maxLines = Preferences.getEditor("AutoCompletionMaxLines") 4746 self.setAutoCompletionWidgetSize(
4747 self.maxChars = Preferences.getEditor("AutoCompletionMaxChars") 4747 Preferences.getEditor("AutoCompletionMaxChars"),
4748 Preferences.getEditor("AutoCompletionMaxLines")
4749 )
4748 4750
4749 def __setCallTips(self): 4751 def __setCallTips(self):
4750 """ 4752 """
4751 Private method to configure the calltips function. 4753 Private method to configure the calltips function.
4752 """ 4754 """

eric ide

mercurial