--- a/Documentation/Source/eric6.ViewManager.ViewManager.html Sat Mar 11 19:17:59 2017 +0100 +++ b/Documentation/Source/eric6.ViewManager.ViewManager.html Sat Mar 11 19:18:57 2017 +0100 @@ -1874,7 +1874,7 @@ </dd> </dl><a NAME="ViewManager._addView" ID="ViewManager._addView"></a> <h4>ViewManager._addView</h4> -<b>_addView</b>(<i>win, fn=None, noName="", next=False</i>) +<b>_addView</b>(<i>win, fn=None, noName="", addNext=False</i>) <p> Protected method to add a view (i.e. window). </p><dl> @@ -1887,7 +1887,7 @@ </dd><dt><i>noName</i></dt> <dd> name to be used for an unnamed editor (string) -</dd><dt><i>next</i></dt> +</dd><dt><i>addNext</i></dt> <dd> flag indicating to add the view next to the current view (bool) @@ -2283,11 +2283,11 @@ </dd> </dl><a NAME="ViewManager.eventFilter" ID="ViewManager.eventFilter"></a> <h4>ViewManager.eventFilter</h4> -<b>eventFilter</b>(<i>object, event</i>) +<b>eventFilter</b>(<i>qobject, event</i>) <p> Public method called to filter an event. </p><dl> -<dt><i>object</i></dt> +<dt><i>qobject</i></dt> <dd> object, that generated the event (QObject) </dd><dt><i>event</i></dt> @@ -2316,16 +2316,15 @@ </dd> </dl><a NAME="ViewManager.getActions" ID="ViewManager.getActions"></a> <h4>ViewManager.getActions</h4> -<b>getActions</b>(<i>type</i>) +<b>getActions</b>(<i>actionSetType</i>) <p> Public method to get a list of all actions. </p><dl> -<dt><i>type</i></dt> +<dt><i>actionSetType</i></dt> <dd> string denoting the action set to get. - It must be one of "edit", "file", "search", - "view", "window", "macro", "bookmark" or - "spelling". + It must be one of "edit", "file", "search", "view", "window", + "macro", "bookmark" or "spelling". </dd> </dl><dl> <dt>Returns:</dt> @@ -2344,7 +2343,7 @@ </dd> </dl><a NAME="ViewManager.getEditor" ID="ViewManager.getEditor"></a> <h4>ViewManager.getEditor</h4> -<b>getEditor</b>(<i>fn, filetype="", next=False</i>) +<b>getEditor</b>(<i>fn, filetype="", addNext=False</i>) <p> Public method to return the editor displaying the given file. </p><p> @@ -2357,10 +2356,10 @@ </dd><dt><i>filetype</i></dt> <dd> type of the source file (string) -</dd><dt><i>next</i></dt> +</dd><dt><i>addNext</i></dt> <dd> -flag indicating that if a new editor needs to be created, - it should be added next to the current editor (bool) +flag indicating that if a new editor needs to be + created, it should be added next to the current editor (bool) </dd> </dl><dl> <dt>Returns:</dt> @@ -2710,7 +2709,7 @@ </dd> </dl><a NAME="ViewManager.openSourceFile" ID="ViewManager.openSourceFile"></a> <h4>ViewManager.openSourceFile</h4> -<b>openSourceFile</b>(<i>fn, lineno=-1, filetype="", selStart=0, selEnd=0, pos=0, next=False</i>) +<b>openSourceFile</b>(<i>fn, lineno=-1, filetype="", selStart=0, selEnd=0, pos=0, addNext=False</i>) <p> Public slot to display a file in an editor. </p><dl> @@ -2734,7 +2733,7 @@ </dd><dt><i>pos</i></dt> <dd> position within the line to place the cursor at (integer) -</dd><dt><i>next</i></dt> +</dd><dt><i>addNext</i></dt> <dd> flag indicating to add the file next to the current editor (bool) @@ -2808,11 +2807,11 @@ Public slot to handle the projectOpened signal. </p><a NAME="ViewManager.receive" ID="ViewManager.receive"></a> <h4>ViewManager.receive</h4> -<b>receive</b>(<i>hash, fileName, command</i>) +<b>receive</b>(<i>projectHash, fileName, command</i>) <p> Public slot to handle received editor commands. </p><dl> -<dt><i>hash</i></dt> +<dt><i>projectHash</i></dt> <dd> hash of the project (string) </dd><dt><i>fileName</i></dt>