--- a/eric6/Documentation/Source/eric6.QScintilla.MiniEditor.html Sun Oct 11 17:54:52 2020 +0200 +++ b/eric6/Documentation/Source/eric6.QScintilla.MiniEditor.html Sun Oct 11 17:56:02 2020 +0200 @@ -23,7 +23,7 @@ <h1>eric6.QScintilla.MiniEditor</h1> <p> -Module implementing a minimalistic editor for simple editing tasks. +Module implementing an editor for simple editing tasks. </p> <h3>Global Attributes</h3> @@ -36,7 +36,7 @@ <tr> <td><a href="#MiniEditor">MiniEditor</a></td> -<td>Class implementing a minimalistic editor for simple editing tasks.</td> +<td>Class implementing an editor for simple editing tasks.</td> </tr> <tr> <td><a href="#MiniScintilla">MiniScintilla</a></td> @@ -54,7 +54,7 @@ <h2>MiniEditor</h2> <p> - Class implementing a minimalistic editor for simple editing tasks. + Class implementing an editor for simple editing tasks. </p> <h3>Signals</h3> <dl> @@ -778,19 +778,25 @@ </p> <dl> -<dt><i>line</i></dt> +<dt><i>line</i> (int)</dt> <dd> -number of line to look at (int) +number of line to look at </dd> -<dt><i>index</i></dt> +<dt><i>index</i> (int)</dt> <dd> -position to look at (int) +position to look at </dd> </dl> <dl> <dt>Returns:</dt> <dd> -the word at that position (string) +the word at that position +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <a NAME="MiniEditor.__initContextMenu" ID="MiniEditor.__initContextMenu"></a>