diff -r eab35f6e709f -r 8cbebde7a984 Documentation/Source/eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html --- a/Documentation/Source/eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html Wed Jul 03 19:34:42 2013 +0200 +++ b/Documentation/Source/eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html Fri Jul 05 19:17:29 2013 +0200 @@ -179,7 +179,7 @@ <td>Constructor</td> </tr><tr> <td><a href="#TabWidget.__captionChange">__captionChange</a></td> -<td>Private method to handle Caption change signals from the editor.</td> +<td>Private slot to handle Caption change signals from the editor.</td> </tr><tr> <td><a href="#TabWidget.__closeButtonClicked">__closeButtonClicked</a></td> <td>Private method to handle the press of the close button.</td> @@ -232,6 +232,9 @@ <td><a href="#TabWidget.__copyTabOther">__copyTabOther</a></td> <td>Private method to copy an editor from another TabWidget.</td> </tr><tr> +<td><a href="#TabWidget.__cursorLineChanged">__cursorLineChanged</a></td> +<td>Private slot to handle a change of the current editor's cursor line.</td> +</tr><tr> <td><a href="#TabWidget.__initMenu">__initMenu</a></td> <td>Private method to initialize the tab context menu.</td> </tr><tr> @@ -296,7 +299,7 @@ <h4>TabWidget.__captionChange</h4> <b>__captionChange</b>(<i>cap, editor</i>) <p> - Private method to handle Caption change signals from the editor. + Private slot to handle Caption change signals from the editor. </p><p> Updates the tab text and tooltip text to reflect the new caption information. </p><dl> @@ -416,6 +419,16 @@ <dd> index position to place it to (integer) </dd> +</dl><a NAME="TabWidget.__cursorLineChanged" ID="TabWidget.__cursorLineChanged"></a> +<h4>TabWidget.__cursorLineChanged</h4> +<b>__cursorLineChanged</b>(<i>lineno</i>) +<p> + Private slot to handle a change of the current editor's cursor line. +</p><dl> +<dt><i>lineno</i></dt> +<dd> +line number of the current editor's cursor (zero based) +</dd> </dl><a NAME="TabWidget.__initMenu" ID="TabWidget.__initMenu"></a> <h4>TabWidget.__initMenu</h4> <b>__initMenu</b>(<i></i>) @@ -635,6 +648,10 @@ <dd> emitted to signal a change of an editors language +</dd><dt>editorLineChanged(str,int)</dt> +<dd> +emitted to signal a change of an editor's + current line (line is given one based) </dd><dt>editorOpened(str)</dt> <dd> emitted after an editor window was opened