diff -r 428c2bec2e8f -r caddf9f36f9f ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.Project.html --- a/ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.Project.html Wed Dec 02 20:04:05 2020 +0100 +++ b/ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.Project.html Sat Dec 05 17:18:17 2020 +0100 @@ -101,6 +101,14 @@ <td>Private slot to start the Flask Web server.</td> </tr> <tr> +<td><a href="#Project.__setDebugEnvironment">__setDebugEnvironment</a></td> +<td>Private method to set the virtual environment as the selected debug environment.</td> +</tr> +<tr> +<td><a href="#Project.__setIgnoreVirtualEnvironment">__setIgnoreVirtualEnvironment</a></td> +<td>Private method to add an embedded project specific virtual environment to the list of ignore files/directories.</td> +</tr> +<tr> <td><a href="#Project.__shellProcessFinished">__shellProcessFinished</a></td> <td>Private slot connected to the finished signal.</td> </tr> @@ -306,6 +314,22 @@ flag indicating development mode </dd> </dl> +<a NAME="Project.__setDebugEnvironment" ID="Project.__setDebugEnvironment"></a> +<h4>Project.__setDebugEnvironment</h4> +<b>__setDebugEnvironment</b>(<i></i>) + +<p> + Private method to set the virtual environment as the selected debug + environment. +</p> +<a NAME="Project.__setIgnoreVirtualEnvironment" ID="Project.__setIgnoreVirtualEnvironment"></a> +<h4>Project.__setIgnoreVirtualEnvironment</h4> +<b>__setIgnoreVirtualEnvironment</b>(<i></i>) + +<p> + Private method to add an embedded project specific virtual environment + to the list of ignore files/directories. +</p> <a NAME="Project.__shellProcessFinished" ID="Project.__shellProcessFinished"></a> <h4>Project.__shellProcessFinished</h4> <b>__shellProcessFinished</b>(<i></i>) @@ -425,7 +449,7 @@ </dl> <a NAME="Project.getFullCommand" ID="Project.getFullCommand"></a> <h4>Project.getFullCommand</h4> -<b>getFullCommand</b>(<i>command</i>) +<b>getFullCommand</b>(<i>command, virtualEnvPath=None</i>) <p> Public method to get the full command for a given command name. @@ -436,6 +460,10 @@ <dd> command name </dd> +<dt><i>virtualEnvPath</i> (str)</dt> +<dd> +path of the virtual environment +</dd> </dl> <dl> <dt>Returns:</dt>