--- a/src/eric7/Documentation/Source/eric7.Project.ProjectOthersBrowser.html Sun Jul 14 17:24:03 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Project.ProjectOthersBrowser.html Sun Jul 14 17:38:30 2024 +0200 @@ -67,6 +67,14 @@ <td>Constructor</td> </tr> <tr> +<td><a href="#ProjectOthersBrowser.__addNewOthersDirectory">__addNewOthersDirectory</a></td> +<td>Private method to add a new directory to the project.</td> +</tr> +<tr> +<td><a href="#ProjectOthersBrowser.__addNewOthersFile">__addNewOthersFile</a></td> +<td>Private method to add a new source file to the project.</td> +</tr> +<tr> <td><a href="#ProjectOthersBrowser.__addOthersDirectory">__addOthersDirectory</a></td> <td>Private method to add files of a directory to the project.</td> </tr> @@ -172,6 +180,36 @@ parent widget of this browser </dd> </dl> +<a NAME="ProjectOthersBrowser.__addNewOthersDirectory" ID="ProjectOthersBrowser.__addNewOthersDirectory"></a> +<h4>ProjectOthersBrowser.__addNewOthersDirectory</h4> +<b>__addNewOthersDirectory</b>(<i>useCurrent=True</i>) +<p> + Private method to add a new directory to the project. +</p> + +<dl> + +<dt><i>useCurrent</i> (bool (optional))</dt> +<dd> +flag indicating to use the current index for the directory + dialog (defaults to True) +</dd> +</dl> +<a NAME="ProjectOthersBrowser.__addNewOthersFile" ID="ProjectOthersBrowser.__addNewOthersFile"></a> +<h4>ProjectOthersBrowser.__addNewOthersFile</h4> +<b>__addNewOthersFile</b>(<i>useCurrent=True</i>) +<p> + Private method to add a new source file to the project. +</p> + +<dl> + +<dt><i>useCurrent</i> (bool (optional))</dt> +<dd> +flag indicating to use the current index for the directory + dialog (defaults to True) +</dd> +</dl> <a NAME="ProjectOthersBrowser.__addOthersDirectory" ID="ProjectOthersBrowser.__addOthersDirectory"></a> <h4>ProjectOthersBrowser.__addOthersDirectory</h4> <b>__addOthersDirectory</b>(<i></i>)