QScintilla/Shell.py

branch
maintenance
changeset 6319
df201b9fbad4
parent 6097
bf18415da0c7
parent 6305
7652b925c25e
child 6395
613e37fabd96
--- 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.

eric ide

mercurial