diff -r 1697b1f40833 -r 3d4e7155d48f Documentation/Source/eric6.Plugins.UiExtensionPlugins.PipInterface.PipFileSelectionDialog.html --- a/Documentation/Source/eric6.Plugins.UiExtensionPlugins.PipInterface.PipFileSelectionDialog.html Fri Jun 08 19:31:38 2018 +0200 +++ b/Documentation/Source/eric6.Plugins.UiExtensionPlugins.PipInterface.PipFileSelectionDialog.html Fri Jun 08 19:32:41 2018 +0200 @@ -73,7 +73,7 @@ </table> <a NAME="PipFileSelectionDialog.__init__" ID="PipFileSelectionDialog.__init__"></a> <h4>PipFileSelectionDialog (Constructor)</h4> -<b>PipFileSelectionDialog</b>(<i>plugin, mode, parent=None</i>) +<b>PipFileSelectionDialog</b>(<i>plugin, mode, install=True, parent=None</i>) <p> Constructor </p><dl> @@ -83,6 +83,9 @@ </dd><dt><i>mode</i> (str)</dt> <dd> mode of the dialog +</dd><dt><i>install</i> (bool)</dt> +<dd> +flag indicating an install action </dd><dt><i>parent</i> (QWidget)</dt> <dd> reference to the parent widget @@ -95,13 +98,14 @@ </p><dl> <dt>Returns:</dt> <dd> -tuple with the pip command and the name of the - selected file +tuple with the pip command, the name of the + selected file and a flag indicating to install to the + user install directory </dd> </dl><dl> <dt>Return Type:</dt> <dd> -tuple of (str, str) +tuple of (str, str, bool) </dd> </dl><a NAME="PipFileSelectionDialog.on_filePicker_textChanged" ID="PipFileSelectionDialog.on_filePicker_textChanged"></a> <h4>PipFileSelectionDialog.on_filePicker_textChanged</h4>