QScintilla/Shell.py

changeset 6305
7652b925c25e
parent 6086
fff3959796a9
child 6319
df201b9fbad4
child 6335
56d3b6722b3c
--- 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.

eric ide

mercurial