4741 QsciScintilla.AutoCompletionSource.AcsAPIs) |
4741 QsciScintilla.AutoCompletionSource.AcsAPIs) |
4742 else: |
4742 else: |
4743 self.setAutoCompletionSource( |
4743 self.setAutoCompletionSource( |
4744 QsciScintilla.AutoCompletionSource.AcsAll) |
4744 QsciScintilla.AutoCompletionSource.AcsAll) |
4745 |
4745 |
4746 self.maxLines = Preferences.getEditor("AutoCompletionMaxLines") |
4746 self.setAutoCompletionWidgetSize( |
4747 self.maxChars = Preferences.getEditor("AutoCompletionMaxChars") |
4747 Preferences.getEditor("AutoCompletionMaxChars"), |
|
4748 Preferences.getEditor("AutoCompletionMaxLines") |
|
4749 ) |
4748 |
4750 |
4749 def __setCallTips(self): |
4751 def __setCallTips(self): |
4750 """ |
4752 """ |
4751 Private method to configure the calltips function. |
4753 Private method to configure the calltips function. |
4752 """ |
4754 """ |