diff -r 1f08657c8407 -r 93b8c77502e0 Documentation/Source/eric6.MultiProject.MultiProject.html --- a/Documentation/Source/eric6.MultiProject.MultiProject.html Sun Mar 03 17:52:36 2019 +0100 +++ b/Documentation/Source/eric6.MultiProject.MultiProject.html Sun Mar 03 17:53:06 2019 +0100 @@ -161,6 +161,9 @@ <td><a href="#MultiProject.closeMultiProject">closeMultiProject</a></td> <td>Public slot to close the current multi project.</td> </tr><tr> +<td><a href="#MultiProject.copyProject">copyProject</a></td> +<td>Public method to copy the project with given UID on disk.</td> +</tr><tr> <td><a href="#MultiProject.deleteProject">deleteProject</a></td> <td>Public slot to delete project(s) from the multi project and disk.</td> </tr><tr> @@ -434,6 +437,16 @@ <dd> flag indicating success (boolean) </dd> +</dl><a NAME="MultiProject.copyProject" ID="MultiProject.copyProject"></a> +<h4>MultiProject.copyProject</h4> +<b>copyProject</b>(<i>uid</i>) +<p> + Public method to copy the project with given UID on disk. +</p><dl> +<dt><i>uid</i> (str)</dt> +<dd> +UID of the project to copy +</dd> </dl><a NAME="MultiProject.deleteProject" ID="MultiProject.deleteProject"></a> <h4>MultiProject.deleteProject</h4> <b>deleteProject</b>(<i>uid</i>)