--- a/src/eric7/Documentation/Source/eric7.VirtualEnv.VirtualenvAddEditDialog.html Wed Oct 26 11:50:03 2022 +0200 +++ b/src/eric7/Documentation/Source/eric7.VirtualEnv.VirtualenvAddEditDialog.html Wed Oct 26 17:28:33 2022 +0200 @@ -103,7 +103,7 @@ <a NAME="VirtualenvAddEditDialog.__init__" ID="VirtualenvAddEditDialog.__init__"></a> <h4>VirtualenvAddEditDialog (Constructor)</h4> -<b>VirtualenvAddEditDialog</b>(<i>manager, venvName="", venvDirectory="", venvInterpreter="", isGlobal=False, isConda=False, isRemote=False, execPath="", baseDir="", parent=None, </i>) +<b>VirtualenvAddEditDialog</b>(<i>manager, venvName="", venvDirectory="", venvInterpreter="", isGlobal=False, isConda=False, isRemote=False, execPath="", description="", baseDir="", parent=None, </i>) <p> Constructor @@ -143,6 +143,10 @@ search path string to be prepended to the PATH environment variable </dd> +<dt><i>description</i> (str)</dt> +<dd> +descriptive text for the environment +</dd> <dt><i>baseDir</i> (str)</dt> <dd> base directory for the virtual environments @@ -196,17 +200,17 @@ <dl> <dt>Return:</dt> <dd> -tuple containing the logical name, the directory, the - interpreter of the virtual environment, a flag indicating a - global environment, a flag indicating an Anaconda environment, - a flag indicating a remotely accessed environment and a string - to be prepended to the PATH environment variable +tuple containing the logical name, the directory, the interpreter of the + virtual environment, a flag indicating a global environment, a flag + indicating an Anaconda environment, a flag indicating a remotely accessed + environment, a string to be prepended to the PATH environment variable and + a descriptive text </dd> </dl> <dl> <dt>Return Type:</dt> <dd> -tuple of (str, str, str, bool, bool, bool, str) +tuple of (str, str, str, bool, bool, bool, str, str) </dd> </dl> <a NAME="VirtualenvAddEditDialog.on_anacondaCheckBox_clicked" ID="VirtualenvAddEditDialog.on_anacondaCheckBox_clicked"></a>