Deactivated the inputMethod override for QScintilla versions 2.8.1 and newer.

Sun, 19 Jan 2014 11:32:42 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 19 Jan 2014 11:32:42 +0100
changeset 3215
6c5877c48067
parent 3213
95fbeca03619
child 3217
87b8a0745edd

Deactivated the inputMethod override for QScintilla versions 2.8.1 and newer.

QScintilla/QsciScintillaCompat.py file | annotate | diff | comparison | revisions
--- a/QScintilla/QsciScintillaCompat.py	Sat Jan 18 15:42:25 2014 +0100
+++ b/QScintilla/QsciScintillaCompat.py	Sun Jan 19 11:32:42 2014 +0100
@@ -1195,9 +1195,8 @@
         """
         return QsciScintillaBase.event(self, evt)
     
-    # TODO: adjust this once we have a working QScintilla version
     if "inputMethodEvent" in QsciScintillaBase.__dict__ and \
-            QSCINTILLA_VERSION() < 0x020900:
+            QSCINTILLA_VERSION() < 0x020801:
         def inputMethodEvent(self, evt):
             """
             Protected method to cope with a glitch in some Qscintilla versions

eric ide

mercurial