diff -r 44249d49d892 -r df201b9fbad4 QScintilla/Shell.py --- a/QScintilla/Shell.py Tue May 01 12:04:30 2018 +0200 +++ b/QScintilla/Shell.py Sat Jun 02 12:44:41 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.