--- a/Documentation/Source/eric6.ViewManager.ViewManager.html Thu Feb 08 18:57:11 2018 +0100 +++ b/Documentation/Source/eric6.ViewManager.ViewManager.html Thu Feb 08 18:58:07 2018 +0100 @@ -1108,21 +1108,24 @@ </dd> </dl><a NAME="ViewManager.__cursorChanged" ID="ViewManager.__cursorChanged"></a> <h4>ViewManager.__cursorChanged</h4> -<b>__cursorChanged</b>(<i>fn, line, pos</i>) +<b>__cursorChanged</b>(<i>fn, line, pos, editor</i>) <p> Private slot to handle the cursorChanged signal. </p><p> It emits the signal cursorChanged with parameter editor. </p><dl> -<dt><i>fn</i></dt> +<dt><i>fn</i> (str)</dt> <dd> -filename (string) -</dd><dt><i>line</i></dt> +filename +</dd><dt><i>line</i> (int)</dt> <dd> -line number of the cursor (int) -</dd><dt><i>pos</i></dt> +line number of the cursor +</dd><dt><i>pos</i> (int)</dt> <dd> -position in line of the cursor (int) +position in line of the cursor +</dd><dt><i>editor</i> (Editor)</dt> +<dd> +reference to the editor </dd> </dl><a NAME="ViewManager.__editAutoComplete" ID="ViewManager.__editAutoComplete"></a> <h4>ViewManager.__editAutoComplete</h4> @@ -1291,14 +1294,17 @@ Private slot to edit the user word list. </p><a NAME="ViewManager.__editorAutoCompletionAPIsAvailable" ID="ViewManager.__editorAutoCompletionAPIsAvailable"></a> <h4>ViewManager.__editorAutoCompletionAPIsAvailable</h4> -<b>__editorAutoCompletionAPIsAvailable</b>(<i>available</i>) +<b>__editorAutoCompletionAPIsAvailable</b>(<i>available, editor</i>) <p> Private method to handle the availability of API autocompletion signal. </p><dl> -<dt><i>available</i></dt> +<dt><i>available</i> (bool)</dt> <dd> flag indicating the availability of API - autocompletion (boolean) + autocompletion +</dd><dt><i>editor</i> (Editor)</dt> +<dd> +reference to the editor </dd> </dl><a NAME="ViewManager.__editorCommand" ID="ViewManager.__editorCommand"></a> <h4>ViewManager.__editorCommand</h4> @@ -1312,44 +1318,60 @@ </dd> </dl><a NAME="ViewManager.__editorConfigChanged" ID="ViewManager.__editorConfigChanged"></a> <h4>ViewManager.__editorConfigChanged</h4> -<b>__editorConfigChanged</b>(<i></i>) +<b>__editorConfigChanged</b>(<i>editor</i>) <p> Private slot to handle changes of an editor's configuration. -</p><a NAME="ViewManager.__editorOpened" ID="ViewManager.__editorOpened"></a> +</p><dl> +<dt><i>editor</i> (Editor)</dt> +<dd> +reference to the editor +</dd> +</dl><a NAME="ViewManager.__editorOpened" ID="ViewManager.__editorOpened"></a> <h4>ViewManager.__editorOpened</h4> <b>__editorOpened</b>(<i></i>) <p> Private slot to handle the editorOpened signal. </p><a NAME="ViewManager.__editorRenamed" ID="ViewManager.__editorRenamed"></a> <h4>ViewManager.__editorRenamed</h4> -<b>__editorRenamed</b>(<i>fn</i>) +<b>__editorRenamed</b>(<i>fn, editor</i>) <p> Private slot to handle the editorRenamed signal. </p><p> - It simply reemits the signal. + It simply re-emits the signal. </p><dl> -<dt><i>fn</i></dt> +<dt><i>fn</i> (str)</dt> <dd> -filename of the renamed editor (string) +filename of the renamed editor +</dd><dt><i>editor</i> (Editor)</dt> +<dd> +reference to the editor </dd> </dl><a NAME="ViewManager.__editorSaved" ID="ViewManager.__editorSaved"></a> <h4>ViewManager.__editorSaved</h4> -<b>__editorSaved</b>(<i>fn</i>) +<b>__editorSaved</b>(<i>fn, editor</i>) <p> Private slot to handle the editorSaved signal. </p><p> - It simply reemits the signal. + It simply re-emits the signal. </p><dl> -<dt><i>fn</i></dt> +<dt><i>fn</i> (str)</dt> <dd> -filename of the saved editor (string) +filename of the saved editor +</dd><dt><i>editor</i> (Editor)</dt> +<dd> +reference to the editor </dd> </dl><a NAME="ViewManager.__editorSelectionChanged" ID="ViewManager.__editorSelectionChanged"></a> <h4>ViewManager.__editorSelectionChanged</h4> -<b>__editorSelectionChanged</b>(<i></i>) +<b>__editorSelectionChanged</b>(<i>editor</i>) <p> Private slot to handle changes of the current editors selection. -</p><a NAME="ViewManager.__enableSpellingActions" ID="ViewManager.__enableSpellingActions"></a> +</p><dl> +<dt><i>editor</i> (Editor)</dt> +<dd> +reference to the editor +</dd> +</dl><a NAME="ViewManager.__enableSpellingActions" ID="ViewManager.__enableSpellingActions"></a> <h4>ViewManager.__enableSpellingActions</h4> <b>__enableSpellingActions</b>(<i></i>) <p> @@ -3351,13 +3373,16 @@ </dd> </dl><a NAME="ViewManager.zoomValueChanged" ID="ViewManager.zoomValueChanged"></a> <h4>ViewManager.zoomValueChanged</h4> -<b>zoomValueChanged</b>(<i>value</i>) +<b>zoomValueChanged</b>(<i>value, zoomingWidget</i>) <p> Public slot to handle changes of the zoom value. </p><dl> -<dt><i>value</i></dt> +<dt><i>value</i> (int)</dt> <dd> -new zoom value (integer) +new zoom value +</dd><dt><i>zoomingWidget</i> (Editor or Shell)</dt> +<dd> +reference to the widget triggering the slot </dd> </dl> <div align="right"><a href="#top">Up</a></div>