--- a/Documentation/Source/eric6.ViewManager.ViewManager.html Thu Aug 27 17:45:22 2015 +0200 +++ b/Documentation/Source/eric6.ViewManager.ViewManager.html Fri Aug 28 16:38:57 2015 +0200 @@ -888,6 +888,12 @@ <td><a href="#ViewManager.saveAsEditorEd">saveAsEditorEd</a></td> <td>Public slot to save the contents of an editor to a new file.</td> </tr><tr> +<td><a href="#ViewManager.saveCopyCurrentEditor">saveCopyCurrentEditor</a></td> +<td>Public slot to save the contents of the current editor to a new copy of the file.</td> +</tr><tr> +<td><a href="#ViewManager.saveCopyEditorEd">saveCopyEditorEd</a></td> +<td>Public slot to save the contents of an editor to a new copy of the file.</td> +</tr><tr> <td><a href="#ViewManager.saveCurrentEditor">saveCurrentEditor</a></td> <td>Public slot to save the contents of the current editor.</td> </tr><tr> @@ -2842,6 +2848,23 @@ <dd> editor to be saved </dd> +</dl><a NAME="ViewManager.saveCopyCurrentEditor" ID="ViewManager.saveCopyCurrentEditor"></a> +<h4>ViewManager.saveCopyCurrentEditor</h4> +<b>saveCopyCurrentEditor</b>(<i></i>) +<p> + Public slot to save the contents of the current editor to a new copy + of the file. +</p><a NAME="ViewManager.saveCopyEditorEd" ID="ViewManager.saveCopyEditorEd"></a> +<h4>ViewManager.saveCopyEditorEd</h4> +<b>saveCopyEditorEd</b>(<i>ed</i>) +<p> + Public slot to save the contents of an editor to a new copy of + the file. +</p><dl> +<dt><i>ed</i></dt> +<dd> +editor to be saved +</dd> </dl><a NAME="ViewManager.saveCurrentEditor" ID="ViewManager.saveCurrentEditor"></a> <h4>ViewManager.saveCurrentEditor</h4> <b>saveCurrentEditor</b>(<i></i>)