diff -r a3aec8edaef5 -r 1c9d3b369ea8 Documentation/Source/eric6.VirtualEnv.VirtualenvAddEditDialog.html --- a/Documentation/Source/eric6.VirtualEnv.VirtualenvAddEditDialog.html Sat Feb 09 14:40:32 2019 +0100 +++ b/Documentation/Source/eric6.VirtualEnv.VirtualenvAddEditDialog.html Sun Feb 10 12:13:10 2019 +0100 @@ -78,6 +78,9 @@ <td><a href="#VirtualenvAddEditDialog.on_pythonExecPicker_textChanged">on_pythonExecPicker_textChanged</a></td> <td>Private slot to handle changes of the virtual environment interpreter.</td> </tr><tr> +<td><a href="#VirtualenvAddEditDialog.on_remoteCheckBox_toggled">on_remoteCheckBox_toggled</a></td> +<td>Private slot handling a change of the remote check box state.</td> +</tr><tr> <td><a href="#VirtualenvAddEditDialog.on_targetDirectoryPicker_textChanged">on_targetDirectoryPicker_textChanged</a></td> <td>Private slot to handle changes of the virtual environment directory.</td> </tr> @@ -88,7 +91,7 @@ </table> <a NAME="VirtualenvAddEditDialog.__init__" ID="VirtualenvAddEditDialog.__init__"></a> <h4>VirtualenvAddEditDialog (Constructor)</h4> -<b>VirtualenvAddEditDialog</b>(<i>manager, venvName="", venvDirectory="", venvInterpreter="", venvVariant=3, isGlobal=False, isConda=False, execPath="", parent=None</i>) +<b>VirtualenvAddEditDialog</b>(<i>manager, venvName="", venvDirectory="", venvInterpreter="", venvVariant=3, isGlobal=False, isConda=False, isRemote=False, execPath="", parent=None</i>) <p> Constructor </p><dl> @@ -113,6 +116,9 @@ </dd><dt><i>isConda</i> (bool)</dt> <dd> flag indicating an Anaconda virtual environment +</dd><dt><i>isRemote</i> (bool)</dt> +<dd> +flag indicating a remotely accessed environment </dd><dt><i>execPath</i> (str)</dt> <dd> search path string to be prepended to the PATH @@ -137,13 +143,14 @@ tuple containing the logical name, the directory, the interpreter of the virtual environment, the Python variant, a flag indicating a global environment, a flag indicating an - Anaconda environment and a string to be prepended to the PATH - environment variable + Anaconda environment, aflag indicating a remotely accessed + environment and a string to be prepended to the PATH environment + variable </dd> </dl><dl> <dt>Return Type:</dt> <dd> -tuple of (str, str, str, int, bool,bool, str) +tuple of (str, str, str, int, bool, bool, bool, str) </dd> </dl><a NAME="VirtualenvAddEditDialog.on_anacondaCheckBox_clicked" ID="VirtualenvAddEditDialog.on_anacondaCheckBox_clicked"></a> <h4>VirtualenvAddEditDialog.on_anacondaCheckBox_clicked</h4> @@ -185,6 +192,16 @@ <dd> virtual environment interpreter </dd> +</dl><a NAME="VirtualenvAddEditDialog.on_remoteCheckBox_toggled" ID="VirtualenvAddEditDialog.on_remoteCheckBox_toggled"></a> +<h4>VirtualenvAddEditDialog.on_remoteCheckBox_toggled</h4> +<b>on_remoteCheckBox_toggled</b>(<i>checked</i>) +<p> + Private slot handling a change of the remote check box state. +</p><dl> +<dt><i>checked</i> (bool)</dt> +<dd> +state of the check box +</dd> </dl><a NAME="VirtualenvAddEditDialog.on_targetDirectoryPicker_textChanged" ID="VirtualenvAddEditDialog.on_targetDirectoryPicker_textChanged"></a> <h4>VirtualenvAddEditDialog.on_targetDirectoryPicker_textChanged</h4> <b>on_targetDirectoryPicker_textChanged</b>(<i>txt</i>)