diff -r c2d7fe80623f -r 7b1b754a60a6 Documentation/Source/eric5.QScintilla.QsciScintillaCompat.html --- a/Documentation/Source/eric5.QScintilla.QsciScintillaCompat.html Fri Jan 03 18:53:10 2014 +0100 +++ b/Documentation/Source/eric5.QScintilla.QsciScintillaCompat.html Sat Jan 04 16:23:47 2014 +0100 @@ -238,6 +238,12 @@ <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>Protected method to cope with a glitch in some Qscintilla versions handling input events.</td> +</tr><tr> <td><a href="#QsciScintillaCompat.lineAt">lineAt</a></td> <td>Public method to calculate the line at a position.</td> </tr><tr> @@ -1013,6 +1019,34 @@ <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> + 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>query</i></dt> +<dd> +reference to the input method query object + (Qt.InputMethodQuery) +</dd> </dl><a NAME="QsciScintillaCompat.lineAt" ID="QsciScintillaCompat.lineAt"></a> <h4>QsciScintillaCompat.lineAt</h4> <b>lineAt</b>(<i>pos</i>)