QScintilla/QsciScintillaCompat.py

branch
5_4_x
changeset 3391
30c8ac760fed
parent 3379
dcf9f81f2ae5
child 3392
af3caefcda31
--- a/QScintilla/QsciScintillaCompat.py	Mon Mar 17 18:28:35 2014 +0100
+++ b/QScintilla/QsciScintillaCompat.py	Mon Mar 17 19:01:14 2014 +0100
@@ -1333,7 +1333,7 @@
             
             return pos
     
-    elif QSCINTILLA_VERSION() >= 0x020800:
+    elif QSCINTILLA_VERSION() >= 0x020700:
         def positionFromLineIndex(self, line, index):
             """
             Public method to convert line and index to an absolute position.
@@ -1373,7 +1373,7 @@
             
             return lin, indx
     
-    elif QSCINTILLA_VERSION() >= 0x020800:
+    elif QSCINTILLA_VERSION() >= 0x020700:
         def lineIndexFromPosition(self, pos):
             """
             Public method to convert an absolute position to line and index.

eric ide

mercurial