diff -r 1a274e1ef9c0 -r e78be0616e6e Documentation/Source/eric6.QScintilla.MiniEditor.html --- a/Documentation/Source/eric6.QScintilla.MiniEditor.html Wed Jun 20 18:34:44 2018 +0200 +++ b/Documentation/Source/eric6.QScintilla.MiniEditor.html Wed Jun 20 18:45:07 2018 +0200 @@ -279,6 +279,9 @@ <td><a href="#MiniEditor.getSRHistory">getSRHistory</a></td> <td>Public method to get the search or replace history list.</td> </tr><tr> +<td><a href="#MiniEditor.gotoLine">gotoLine</a></td> +<td>Public slot to jump to the beginning of a line.</td> +</tr><tr> <td><a href="#MiniEditor.setLanguage">setLanguage</a></td> <td>Public method to set a lexer language.</td> </tr><tr> @@ -938,6 +941,19 @@ <dd> the requested history list (list of strings) </dd> +</dl><a NAME="MiniEditor.gotoLine" ID="MiniEditor.gotoLine"></a> +<h4>MiniEditor.gotoLine</h4> +<b>gotoLine</b>(<i>line, pos=1</i>) +<p> + Public slot to jump to the beginning of a line. +</p><dl> +<dt><i>line</i> (int)</dt> +<dd> +line number to go to +</dd><dt><i>pos=</i> (int)</dt> +<dd> +position in line to go to +</dd> </dl><a NAME="MiniEditor.setLanguage" ID="MiniEditor.setLanguage"></a> <h4>MiniEditor.setLanguage</h4> <b>setLanguage</b>(<i>filename, initTextDisplay=True, pyname=""</i>)