--- a/Documentation/Source/eric5.QScintilla.QsciScintillaCompat.html Sun Nov 13 13:59:04 2011 +0100 +++ b/Documentation/Source/eric5.QScintilla.QsciScintillaCompat.html Sun Nov 13 19:13:43 2011 +0100 @@ -131,6 +131,9 @@ <td><a href="#QsciScintillaCompat.editorCommand">editorCommand</a></td> <td>Public method to perform a simple editor command.</td> </tr><tr> +<td><a href="#QsciScintillaCompat.event">event</a></td> +<td>Public method to handle events.</td> +</tr><tr> <td><a href="#QsciScintillaCompat.extendSelectionLeft">extendSelectionLeft</a></td> <td>Public method to extend the selection one character to the left.</td> </tr><tr> @@ -535,6 +538,19 @@ <dd> the scintilla command to be performed (integer) </dd> +</dl><a NAME="QsciScintillaCompat.event" ID="QsciScintillaCompat.event"></a> +<h4>QsciScintillaCompat.event</h4> +<b>event</b>(<i>evt</i>) +<p> + Public method to handle events. +</p><p> + Note: We are not interested in the standard QsciScintilla event handling + because we do it our self. +</p><dl> +<dt><i>evt</i></dt> +<dd> +event object to handle (QEvent) +</dd> </dl><a NAME="QsciScintillaCompat.extendSelectionLeft" ID="QsciScintillaCompat.extendSelectionLeft"></a> <h4>QsciScintillaCompat.extendSelectionLeft</h4> <b>extendSelectionLeft</b>(<i></i>)