Deactivated the inputMethod override for QScintilla versions 2.8.1 and newer. 5_4_x

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

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 19 Jan 2014 11:32:42 +0100
branch
5_4_x
changeset 3216
001982b9acf9
parent 3214
c7c19a65dcde
child 3219
9b95fb6bdfa8

Deactivated the inputMethod override for QScintilla versions 2.8.1 and newer.
(grafted from 6c5877c48067f18b042124ae32ceab61dce08f0f)

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