--- a/QScintilla/Editor.py Sat Oct 21 15:13:56 2017 +0200 +++ b/QScintilla/Editor.py Sat Oct 21 15:18:15 2017 +0200 @@ -5004,7 +5004,8 @@ @param charNumber value of the character entered (integer) """ char = chr(charNumber) - if char == "(" and Preferences.getEditor("ShowInfoOnOpenParenthesis"): + if char == "(" and \ + Preferences.getDocuViewer("ShowInfoOnOpenParenthesis"): self.vm.showEditorInfo(self) def __showCodeInfo(self):