diff -r 68f9aa03bf75 -r 7652b925c25e QScintilla/Shell.py --- a/QScintilla/Shell.py Thu May 24 19:16:36 2018 +0200 +++ b/QScintilla/Shell.py Sun May 27 11:32:01 2018 +0200 @@ -526,6 +526,9 @@ self.racEnabled = Preferences.getShell("AutoCompletionEnabled") + self.maxLines = Preferences.getEditor("AutoCompletionMaxLines") + self.maxChars = Preferences.getEditor("AutoCompletionMaxChars") + def __setCallTips(self, language='Python'): """ Private method to configure the calltips function.