QScintilla/Editor.py

changeset 6305
7652b925c25e
parent 6299
feb3cf2cbde3
child 6306
af71f34a0cfb
--- 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.

eric ide

mercurial