diff -r 61ca9619decb -r bd5cd5858503 eric6/Documentation/Source/eric6.QScintilla.MiniEditor.html --- a/eric6/Documentation/Source/eric6.QScintilla.MiniEditor.html Wed Mar 17 19:54:32 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.MiniEditor.html Sun Mar 21 14:17:16 2021 +0100 @@ -1605,6 +1605,10 @@ <td>Constructor</td> </tr> <tr> +<td><a href="#MiniScintilla.editorCommand">editorCommand</a></td> +<td>Public method to perform a simple editor command.</td> +</tr> +<tr> <td><a href="#MiniScintilla.encloseSelectedText">encloseSelectedText</a></td> <td>Local function to enclose the current selection with some characters.</td> </tr> @@ -1649,6 +1653,20 @@ parent widget </dd> </dl> +<a NAME="MiniScintilla.editorCommand" ID="MiniScintilla.editorCommand"></a> +<h4>MiniScintilla.editorCommand</h4> +<b>editorCommand</b>(<i>cmd</i>) + +<p> + Public method to perform a simple editor command. +</p> +<dl> + +<dt><i>cmd</i></dt> +<dd> +the scintilla command to be performed (integer) +</dd> +</dl> <a NAME="MiniScintilla.encloseSelectedText" ID="MiniScintilla.encloseSelectedText"></a> <h4>MiniScintilla.encloseSelectedText</h4> <b>encloseSelectedText</b>(<i></i>)