--- a/Documentation/Source/eric5.QScintilla.EditorAssembly.html Wed Jul 03 19:23:52 2013 +0200 +++ b/Documentation/Source/eric5.QScintilla.EditorAssembly.html Wed Jul 03 19:34:42 2013 +0200 @@ -62,6 +62,9 @@ <td><a href="#EditorAssembly.__init__">EditorAssembly</a></td> <td>Constructor</td> </tr><tr> +<td><a href="#EditorAssembly.__editorCursorLineChanged">__editorCursorLineChanged</a></td> +<td>Private slot handling a line change of the cursor of the editor.</td> +</tr><tr> <td><a href="#EditorAssembly.__globalsActivated">__globalsActivated</a></td> <td>Private method to jump to the line of the selected global entry and to populate the members combo box.</td> </tr><tr> @@ -111,6 +114,16 @@ <dd> reference to the task viewer object </dd> +</dl><a NAME="EditorAssembly.__editorCursorLineChanged" ID="EditorAssembly.__editorCursorLineChanged"></a> +<h4>EditorAssembly.__editorCursorLineChanged</h4> +<b>__editorCursorLineChanged</b>(<i>lineno</i>) +<p> + Private slot handling a line change of the cursor of the editor. +</p><dl> +<dt><i>lineno</i></dt> +<dd> +line number of the cursor (integer) +</dd> </dl><a NAME="EditorAssembly.__globalsActivated" ID="EditorAssembly.__globalsActivated"></a> <h4>EditorAssembly.__globalsActivated</h4> <b>__globalsActivated</b>(<i>index, moveCursor=True</i>)