QScintilla/Editor.py

changeset 5919
d0de2b378b24
parent 5916
26a37798aa75
child 5932
af9aa23e12ec
--- 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):

eric ide

mercurial