diff -r 68f9aa03bf75 -r 7652b925c25e QScintilla/Editor.py --- a/QScintilla/Editor.py Thu May 24 19:16:36 2018 +0200 +++ b/QScintilla/Editor.py Sun May 27 11:32:01 2018 +0200 @@ -4444,6 +4444,9 @@ self.setAutoCompletionThreshold(-1) self.setAutoCompletionSource(QsciScintilla.AcsNone) + self.maxLines = Preferences.getEditor("AutoCompletionMaxLines") + self.maxChars = Preferences.getEditor("AutoCompletionMaxChars") + def __setCallTips(self): """ Private method to configure the calltips function.