eric6/Documentation/Source/eric6.QScintilla.QsciScintillaCompat.html

branch
without_py2_and_pyqt4
changeset 7204
cbf6d88004ce
parent 6942
2602857055c5
child 7273
391d6b7b1eff
--- a/eric6/Documentation/Source/eric6.QScintilla.QsciScintillaCompat.html	Mon Sep 02 18:52:31 2019 +0200
+++ b/eric6/Documentation/Source/eric6.QScintilla.QsciScintillaCompat.html	Mon Sep 02 18:58:29 2019 +0200
@@ -277,12 +277,6 @@
 <td><a href="#QsciScintillaCompat.indicatorDefine">indicatorDefine</a></td>
 <td>Public method to define the appearance of an indicator.</td>
 </tr><tr>
-<td><a href="#QsciScintillaCompat.inputMethodEvent">inputMethodEvent</a></td>
-<td>Protected method to cope with a glitch in some Qscintilla versions handling input events.</td>
-</tr><tr>
-<td><a href="#QsciScintillaCompat.inputMethodQuery">inputMethodQuery</a></td>
-<td>Public method to cope with a glitch in some Qscintilla versions handling input events.</td>
-</tr><tr>
 <td><a href="#QsciScintillaCompat.insert">insert</a></td>
 <td>Public method to insert text at the cursor position.</td>
 </tr><tr>
@@ -1321,39 +1315,6 @@
 <dd>
 the indicator or style are not valid
 </dd>
-</dl><a NAME="QsciScintillaCompat.inputMethodEvent" ID="QsciScintillaCompat.inputMethodEvent"></a>
-<h4>QsciScintillaCompat.inputMethodEvent</h4>
-<b>inputMethodEvent</b>(<i>evt</i>)
-<p>
-            Protected method to cope with a glitch in some Qscintilla versions
-            handling input events.
-</p><p>
-            Note: This simply disables the Qscintilla behavior.
-</p><dl>
-<dt><i>evt</i></dt>
-<dd>
-reference to the input method event object
-                (QInputMethodEvent)
-</dd>
-</dl><a NAME="QsciScintillaCompat.inputMethodQuery" ID="QsciScintillaCompat.inputMethodQuery"></a>
-<h4>QsciScintillaCompat.inputMethodQuery</h4>
-<b>inputMethodQuery</b>(<i>query</i>)
-<p>
-            Public method to cope with a glitch in some Qscintilla versions
-            handling input events.
-</p><p>
-            Note: This simply disables the Qscintilla behavior.
-</p><dl>
-<dt><i>query</i></dt>
-<dd>
-reference to the input method query object
-                (Qt.InputMethodQuery)
-</dd>
-</dl><dl>
-<dt>Returns:</dt>
-<dd>
-object containing the requested information
-</dd>
 </dl><a NAME="QsciScintillaCompat.insert" ID="QsciScintillaCompat.insert"></a>
 <h4>QsciScintillaCompat.insert</h4>
 <b>insert</b>(<i>txt</i>)
@@ -1413,7 +1374,7 @@
 <h4>QsciScintillaCompat.lineIndexFromPosition</h4>
 <b>lineIndexFromPosition</b>(<i>pos</i>)
 <p>
-            Public method to convert an absolute position to line and index.
+        Public method to convert an absolute position to line and index.
 </p><dl>
 <dt><i>pos</i></dt>
 <dd>
@@ -1510,7 +1471,7 @@
 <h4>QsciScintillaCompat.positionFromLineIndex</h4>
 <b>positionFromLineIndex</b>(<i>line, index</i>)
 <p>
-            Public method to convert line and index to an absolute position.
+        Public method to convert line and index to an absolute position.
 </p><dl>
 <dt><i>line</i></dt>
 <dd>

eric ide

mercurial