--- a/Documentation/Source/eric6.Plugins.ViewManagerPlugins.Tabview.Tabview.html Thu Feb 08 18:57:11 2018 +0100 +++ b/Documentation/Source/eric6.Plugins.ViewManagerPlugins.Tabview.Tabview.html Thu Feb 08 18:58:07 2018 +0100 @@ -424,13 +424,16 @@ </dd> </dl><a NAME="TabWidget.__cursorLineChanged" ID="TabWidget.__cursorLineChanged"></a> <h4>TabWidget.__cursorLineChanged</h4> -<b>__cursorLineChanged</b>(<i>lineno</i>) +<b>__cursorLineChanged</b>(<i>lineno, editor</i>) <p> Private slot to handle a change of the current editor's cursor line. </p><dl> <dt><i>lineno</i> (int)</dt> <dd> -line number of the current editor's cursor (zero based) +line number of the editor's cursor (zero based) +</dd><dt><i>editor</i> (Editor)</dt> +<dd> +reference to the editor </dd> </dl><a NAME="TabWidget.__initMenu" ID="TabWidget.__initMenu"></a> <h4>TabWidget.__initMenu</h4>