pip Interface: ammended some pip dialogs to be more consistent.

Sun, 17 Jun 2018 13:09:00 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 17 Jun 2018 13:09:00 +0200
changeset 6351
27ce01e44a5f
parent 6350
18ef5cfdb32d
child 6352
4bdc6503df81

pip Interface: ammended some pip dialogs to be more consistent.

Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui file | annotate | diff | comparison | revisions
Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui file | annotate | diff | comparison | revisions
Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui file | annotate | diff | comparison | revisions
i18n/eric6_cs.ts file | annotate | diff | comparison | revisions
i18n/eric6_de.qm file | annotate | diff | comparison | revisions
i18n/eric6_de.ts file | annotate | diff | comparison | revisions
i18n/eric6_empty.ts file | annotate | diff | comparison | revisions
i18n/eric6_en.ts file | annotate | diff | comparison | revisions
i18n/eric6_es.ts file | annotate | diff | comparison | revisions
i18n/eric6_fr.ts file | annotate | diff | comparison | revisions
i18n/eric6_it.ts file | annotate | diff | comparison | revisions
i18n/eric6_pt.ts file | annotate | diff | comparison | revisions
i18n/eric6_tr.ts file | annotate | diff | comparison | revisions
i18n/eric6_zh_CN.ts file | annotate | diff | comparison | revisions
--- a/Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui	Sun Jun 17 13:08:15 2018 +0200
+++ b/Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui	Sun Jun 17 13:09:00 2018 +0200
@@ -21,11 +21,28 @@
   </property>
   <layout class="QVBoxLayout" name="verticalLayout">
    <item>
-    <widget class="QComboBox" name="venvComboBox">
-     <property name="toolTip">
-      <string>Select the virtual environment to be used</string>
-     </property>
-    </widget>
+    <layout class="QHBoxLayout" name="horizontalLayout_2">
+     <item>
+      <widget class="QLabel" name="label_2">
+       <property name="text">
+        <string>Virtual Environment:</string>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <widget class="QComboBox" name="venvComboBox">
+       <property name="sizePolicy">
+        <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
+         <horstretch>0</horstretch>
+         <verstretch>0</verstretch>
+        </sizepolicy>
+       </property>
+       <property name="toolTip">
+        <string>Select the virtual environment to be used</string>
+       </property>
+      </widget>
+     </item>
+    </layout>
    </item>
    <item>
     <widget class="QCheckBox" name="localCheckBox">
@@ -66,13 +83,6 @@
    </item>
    <item>
     <layout class="QGridLayout" name="gridLayout">
-     <item row="0" column="0" rowspan="7">
-      <widget class="QPlainTextEdit" name="requirementsEdit">
-       <property name="tabChangesFocus">
-        <bool>true</bool>
-       </property>
-      </widget>
-     </item>
      <item row="0" column="1">
       <widget class="QPushButton" name="saveButton">
        <property name="toolTip">
@@ -143,6 +153,13 @@
        </property>
       </spacer>
      </item>
+     <item row="0" column="0" rowspan="7">
+      <widget class="QPlainTextEdit" name="requirementsEdit">
+       <property name="tabChangesFocus">
+        <bool>true</bool>
+       </property>
+      </widget>
+     </item>
     </layout>
    </item>
    <item>
--- a/Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui	Sun Jun 17 13:08:15 2018 +0200
+++ b/Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui	Sun Jun 17 13:09:00 2018 +0200
@@ -18,11 +18,28 @@
   </property>
   <layout class="QVBoxLayout" name="verticalLayout_2">
    <item>
-    <widget class="QComboBox" name="venvComboBox">
-     <property name="toolTip">
-      <string>Select the virtual environment to be used</string>
-     </property>
-    </widget>
+    <layout class="QHBoxLayout" name="horizontalLayout">
+     <item>
+      <widget class="QLabel" name="label_2">
+       <property name="text">
+        <string>Virtual Environment:</string>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <widget class="QComboBox" name="venvComboBox">
+       <property name="sizePolicy">
+        <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
+         <horstretch>0</horstretch>
+         <verstretch>0</verstretch>
+        </sizepolicy>
+       </property>
+       <property name="toolTip">
+        <string>Select the virtual environment to be used</string>
+       </property>
+      </widget>
+     </item>
+    </layout>
    </item>
    <item>
     <layout class="QGridLayout" name="gridLayout">
--- a/Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui	Sun Jun 17 13:08:15 2018 +0200
+++ b/Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui	Sun Jun 17 13:09:00 2018 +0200
@@ -18,11 +18,28 @@
   </property>
   <layout class="QVBoxLayout" name="verticalLayout">
    <item>
-    <widget class="QComboBox" name="venvComboBox">
-     <property name="toolTip">
-      <string>Select the virtual environment to be used</string>
-     </property>
-    </widget>
+    <layout class="QHBoxLayout" name="horizontalLayout_2">
+     <item>
+      <widget class="QLabel" name="label_2">
+       <property name="text">
+        <string>Virtual Environment:</string>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <widget class="QComboBox" name="venvComboBox">
+       <property name="sizePolicy">
+        <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
+         <horstretch>0</horstretch>
+         <verstretch>0</verstretch>
+        </sizepolicy>
+       </property>
+       <property name="toolTip">
+        <string>Select the virtual environment to be used</string>
+       </property>
+      </widget>
+     </item>
+    </layout>
    </item>
    <item>
     <layout class="QHBoxLayout" name="horizontalLayout">
@@ -110,6 +127,12 @@
    </item>
   </layout>
  </widget>
+ <tabstops>
+  <tabstop>venvComboBox</tabstop>
+  <tabstop>searchEdit</tabstop>
+  <tabstop>searchButton</tabstop>
+  <tabstop>resultList</tabstop>
+ </tabstops>
  <resources/>
  <connections/>
 </ui>
--- a/i18n/eric6_cs.ts	Sun Jun 17 13:08:15 2018 +0200
+++ b/i18n/eric6_cs.ts	Sun Jun 17 13:09:00 2018 +0200
@@ -48919,77 +48919,77 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="26"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="41"/>
         <source>Select the virtual environment to be used</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="33"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="50"/>
         <source>Select to show requirements for locally-installed packages only</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="36"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="53"/>
         <source>Local packages only</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="48"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="65"/>
         <source>Requirements File:</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="79"/>
-        <source>Press to save to the requirements file</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="82"/>
-        <source>Save</source>
-        <translation type="unfinished">Uložit</translation>
-    </message>
-    <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="89"/>
-        <source>Save to a new file</source>
+        <source>Press to save to the requirements file</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="92"/>
-        <source>Save To</source>
-        <translation type="unfinished"></translation>
+        <source>Save</source>
+        <translation type="unfinished">Uložit</translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="99"/>
-        <source>Copy the requirements text to the clipboard</source>
+        <source>Save to a new file</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="102"/>
-        <source>Copy</source>
-        <translation type="unfinished">Kopírovat</translation>
+        <source>Save To</source>
+        <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="109"/>
-        <source>Insert the requirements text at the cursor position</source>
+        <source>Copy the requirements text to the clipboard</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="112"/>
-        <source>Insert</source>
-        <translation type="unfinished"></translation>
+        <source>Copy</source>
+        <translation type="unfinished">Kopírovat</translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="119"/>
-        <source>Replace Selection</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="126"/>
-        <source>Replace all text with the requirements text</source>
+        <source>Insert the requirements text at the cursor position</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="122"/>
+        <source>Insert</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="129"/>
+        <source>Replace Selection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="136"/>
+        <source>Replace all text with the requirements text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="139"/>
         <source>Replace All</source>
         <translation type="unfinished"></translation>
     </message>
@@ -49023,6 +49023,11 @@
         <source>&lt;p&gt;The requirements could not be written to &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="28"/>
+        <source>Virtual Environment:</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>PipInterfacePlugin</name>
@@ -49045,47 +49050,47 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="23"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="38"/>
         <source>Select the virtual environment to be used</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="52"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="69"/>
         <source>Select to show only locally-installed packages</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="55"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="72"/>
         <source>Local packages only</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="65"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="82"/>
         <source>Select to list packages that are not dependencies of installed packages</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="68"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="85"/>
         <source>Not required Packages</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="145"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="162"/>
         <source>Select to show verbose package information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="148"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="165"/>
         <source>Verbose Package Information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="155"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="172"/>
         <source>Select to show information about installed files</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="158"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="175"/>
         <source>Installed Files Information</source>
         <translation type="unfinished"></translation>
     </message>
@@ -49245,12 +49250,12 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="75"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="92"/>
         <source>Select to show only packages installed to the user-site</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="78"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="95"/>
         <source>User-Site only</source>
         <translation type="unfinished"></translation>
     </message>
@@ -49259,6 +49264,11 @@
         <source>&lt;p&gt;The command failed.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="25"/>
+        <source>Virtual Environment:</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>PipPackageDetailsDialog</name>
@@ -49576,42 +49586,42 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="23"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="38"/>
         <source>Select the virtual environment to be used</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="32"/>
-        <source>Query:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="39"/>
-        <source>Enter the search term</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="49"/>
+        <source>Query:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="56"/>
+        <source>Enter the search term</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="66"/>
         <source>Press to start the search</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="52"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="69"/>
         <source>Search</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="83"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="100"/>
         <source>Package</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="88"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="105"/>
         <source>Score</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="93"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="110"/>
         <source>Description</source>
         <translation type="unfinished">Popisek</translation>
     </message>
@@ -49683,6 +49693,11 @@
         <source>Install to &amp;User-Site</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="25"/>
+        <source>Virtual Environment:</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>PipSelectionDialog</name>
Binary file i18n/eric6_de.qm has changed
--- a/i18n/eric6_de.ts	Sun Jun 17 13:08:15 2018 +0200
+++ b/i18n/eric6_de.ts	Sun Jun 17 13:09:00 2018 +0200
@@ -47904,77 +47904,77 @@
         <translation>Ersetzen der aktuellen Auswahl mit dem Anforderungstext</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="26"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="41"/>
         <source>Select the virtual environment to be used</source>
         <translation>Wähle die zu verwendende virtuelle Umgebung</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="33"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="50"/>
         <source>Select to show requirements for locally-installed packages only</source>
         <translation>Auswählen, um nur die Anforderungen für lokal installierte Packete anzuzeigen</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="36"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="53"/>
         <source>Local packages only</source>
         <translation>Nur lokale Pakete</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="48"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="65"/>
         <source>Requirements File:</source>
         <translation>Anforderungsdatei:</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="79"/>
-        <source>Press to save to the requirements file</source>
-        <translation>Drücken, um in die Anforderungsdatei zu speichern</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="82"/>
-        <source>Save</source>
-        <translation>Speichern</translation>
-    </message>
-    <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="89"/>
-        <source>Save to a new file</source>
-        <translation>Speichert in eine neue Datei</translation>
+        <source>Press to save to the requirements file</source>
+        <translation>Drücken, um in die Anforderungsdatei zu speichern</translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="92"/>
-        <source>Save To</source>
-        <translation>Speichern unter</translation>
+        <source>Save</source>
+        <translation>Speichern</translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="99"/>
-        <source>Copy the requirements text to the clipboard</source>
-        <translation>Kopiert den Anforderungstext in die Zwischenablage</translation>
+        <source>Save to a new file</source>
+        <translation>Speichert in eine neue Datei</translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="102"/>
-        <source>Copy</source>
-        <translation>Kopieren</translation>
+        <source>Save To</source>
+        <translation>Speichern unter</translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="109"/>
-        <source>Insert the requirements text at the cursor position</source>
-        <translation>Fügt den Anforderungstext an der Position der Einfügemarke ein</translation>
+        <source>Copy the requirements text to the clipboard</source>
+        <translation>Kopiert den Anforderungstext in die Zwischenablage</translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="112"/>
-        <source>Insert</source>
-        <translation>Einfügen</translation>
+        <source>Copy</source>
+        <translation>Kopieren</translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="119"/>
-        <source>Replace Selection</source>
-        <translation>Auswahl ersetzen</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="126"/>
-        <source>Replace all text with the requirements text</source>
-        <translation>Gesamten Text mit dem Anforderungstext ersetzen</translation>
+        <source>Insert the requirements text at the cursor position</source>
+        <translation>Fügt den Anforderungstext an der Position der Einfügemarke ein</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="122"/>
+        <source>Insert</source>
+        <translation>Einfügen</translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="129"/>
+        <source>Replace Selection</source>
+        <translation>Auswahl ersetzen</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="136"/>
+        <source>Replace all text with the requirements text</source>
+        <translation>Gesamten Text mit dem Anforderungstext ersetzen</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="139"/>
         <source>Replace All</source>
         <translation>Alles Ersetzen</translation>
     </message>
@@ -48008,6 +48008,11 @@
         <source>&lt;p&gt;The requirements could not be written to &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Die Anforderungen konnten nicht in &lt;b&gt;{0}&lt;/b&gt; gespeichert werden.&lt;/p&gt;&lt;p&gt;Ursache: {1}&lt;/p&gt;</translation>
     </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="28"/>
+        <source>Virtual Environment:</source>
+        <translation>Virtuelle Umgebung:</translation>
+    </message>
 </context>
 <context>
     <name>PipInterfacePlugin</name>
@@ -48030,17 +48035,17 @@
         <translation>Paketliste</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="23"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="38"/>
         <source>Select the virtual environment to be used</source>
         <translation>Wähle die zu verwendende virtuelle Umgebung</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="52"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="69"/>
         <source>Select to show only locally-installed packages</source>
         <translation>Auswählen, um nur lokal installierte Pakete anzuzeigen</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="55"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="72"/>
         <source>Local packages only</source>
         <translation>Nur lokale Pakete</translation>
     </message>
@@ -48130,32 +48135,32 @@
         <translation>Pakettyp</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="65"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="82"/>
         <source>Select to list packages that are not dependencies of installed packages</source>
         <translation>Auswählen, um Pakete, die nicht von installierten Paketen benötigt werden, anzuzeigen</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="68"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="85"/>
         <source>Not required Packages</source>
         <translation>Nicht erforderliche Pakete</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="145"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="162"/>
         <source>Select to show verbose package information</source>
         <translation>Auswählen, um ausführlichere Informationen anzuzeigen</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="148"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="165"/>
         <source>Verbose Package Information</source>
         <translation>Ausführliche Paketinformationen</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="155"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="172"/>
         <source>Select to show information about installed files</source>
         <translation>Auswählen, um installierte Dateien anzuzeigen</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="158"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="175"/>
         <source>Installed Files Information</source>
         <translation>Installierte Dateien</translation>
     </message>
@@ -48230,12 +48235,12 @@
         <translation>Dateien:</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="75"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="92"/>
         <source>Select to show only packages installed to the user-site</source>
         <translation>Auswählen, um nur Pakete anzuzeigen, die in das Nutzerverzeichnis installiert wurden</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="78"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="95"/>
         <source>User-Site only</source>
         <translation>Nur Nutzerverzeichnis</translation>
     </message>
@@ -48244,6 +48249,11 @@
         <source>&lt;p&gt;The command failed.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Der Befehl ist fehlgeschlagen.&lt;/p&gt;&lt;p&gt;Ursache: {0}&lt;/p&gt;</translation>
     </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="25"/>
+        <source>Virtual Environment:</source>
+        <translation>Virtuelle Umgebung:</translation>
+    </message>
 </context>
 <context>
     <name>PipPackageDetailsDialog</name>
@@ -48543,32 +48553,32 @@
         <translation>PyPI durchsuchen</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="32"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="49"/>
         <source>Query:</source>
         <translation>Abfrage:</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="39"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="56"/>
         <source>Enter the search term</source>
         <translation>Gib den Suchausdruck ein</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="49"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="66"/>
         <source>Press to start the search</source>
         <translation>Drücken, um die Suche zu starten</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="52"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="69"/>
         <source>Search</source>
         <translation>Suchen</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="83"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="100"/>
         <source>Package</source>
         <translation>Paket</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="93"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="110"/>
         <source>Description</source>
         <translation>Beschreibung</translation>
     </message>
@@ -48578,7 +48588,7 @@
         <translation>&amp;Installieren</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="23"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="38"/>
         <source>Select the virtual environment to be used</source>
         <translation>Wähle die zu verwendende virtuelle Umgebung</translation>
     </message>
@@ -48639,7 +48649,7 @@
         <translation>Wähle die Paketversion aus:</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="88"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="105"/>
         <source>Score</source>
         <translation>Wert</translation>
     </message>
@@ -48648,6 +48658,11 @@
         <source>Install to &amp;User-Site</source>
         <translation>In &amp;Nutzerverzeichnis installieren</translation>
     </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="25"/>
+        <source>Virtual Environment:</source>
+        <translation>Virtuelle Umgebung:</translation>
+    </message>
 </context>
 <context>
     <name>PipSelectionDialog</name>
--- a/i18n/eric6_empty.ts	Sun Jun 17 13:08:15 2018 +0200
+++ b/i18n/eric6_empty.ts	Sun Jun 17 13:09:00 2018 +0200
@@ -47659,77 +47659,77 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="26"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="41"/>
         <source>Select the virtual environment to be used</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="33"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="50"/>
         <source>Select to show requirements for locally-installed packages only</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="36"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="53"/>
         <source>Local packages only</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="48"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="65"/>
         <source>Requirements File:</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="79"/>
-        <source>Press to save to the requirements file</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="82"/>
-        <source>Save</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="89"/>
-        <source>Save to a new file</source>
+        <source>Press to save to the requirements file</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="92"/>
-        <source>Save To</source>
+        <source>Save</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="99"/>
-        <source>Copy the requirements text to the clipboard</source>
+        <source>Save to a new file</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="102"/>
-        <source>Copy</source>
+        <source>Save To</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="109"/>
-        <source>Insert the requirements text at the cursor position</source>
+        <source>Copy the requirements text to the clipboard</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="112"/>
-        <source>Insert</source>
+        <source>Copy</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="119"/>
-        <source>Replace Selection</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="126"/>
-        <source>Replace all text with the requirements text</source>
+        <source>Insert the requirements text at the cursor position</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="122"/>
+        <source>Insert</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="129"/>
+        <source>Replace Selection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="136"/>
+        <source>Replace all text with the requirements text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="139"/>
         <source>Replace All</source>
         <translation type="unfinished"></translation>
     </message>
@@ -47763,6 +47763,11 @@
         <source>&lt;p&gt;The requirements could not be written to &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="28"/>
+        <source>Virtual Environment:</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>PipInterfacePlugin</name>
@@ -47785,47 +47790,47 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="23"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="38"/>
         <source>Select the virtual environment to be used</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="52"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="69"/>
         <source>Select to show only locally-installed packages</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="55"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="72"/>
         <source>Local packages only</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="65"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="82"/>
         <source>Select to list packages that are not dependencies of installed packages</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="68"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="85"/>
         <source>Not required Packages</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="145"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="162"/>
         <source>Select to show verbose package information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="148"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="165"/>
         <source>Verbose Package Information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="155"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="172"/>
         <source>Select to show information about installed files</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="158"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="175"/>
         <source>Installed Files Information</source>
         <translation type="unfinished"></translation>
     </message>
@@ -47985,12 +47990,12 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="75"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="92"/>
         <source>Select to show only packages installed to the user-site</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="78"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="95"/>
         <source>User-Site only</source>
         <translation type="unfinished"></translation>
     </message>
@@ -47999,6 +48004,11 @@
         <source>&lt;p&gt;The command failed.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="25"/>
+        <source>Virtual Environment:</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>PipPackageDetailsDialog</name>
@@ -48298,42 +48308,42 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="23"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="38"/>
         <source>Select the virtual environment to be used</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="32"/>
-        <source>Query:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="39"/>
-        <source>Enter the search term</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="49"/>
+        <source>Query:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="56"/>
+        <source>Enter the search term</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="66"/>
         <source>Press to start the search</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="52"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="69"/>
         <source>Search</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="83"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="100"/>
         <source>Package</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="88"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="105"/>
         <source>Score</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="93"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="110"/>
         <source>Description</source>
         <translation type="unfinished"></translation>
     </message>
@@ -48401,6 +48411,11 @@
         <source>Install to &amp;User-Site</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="25"/>
+        <source>Virtual Environment:</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>PipSelectionDialog</name>
--- a/i18n/eric6_en.ts	Sun Jun 17 13:08:15 2018 +0200
+++ b/i18n/eric6_en.ts	Sun Jun 17 13:09:00 2018 +0200
@@ -47704,77 +47704,77 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="26"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="41"/>
         <source>Select the virtual environment to be used</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="33"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="50"/>
         <source>Select to show requirements for locally-installed packages only</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="36"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="53"/>
         <source>Local packages only</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="48"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="65"/>
         <source>Requirements File:</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="79"/>
-        <source>Press to save to the requirements file</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="82"/>
-        <source>Save</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="89"/>
-        <source>Save to a new file</source>
+        <source>Press to save to the requirements file</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="92"/>
-        <source>Save To</source>
+        <source>Save</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="99"/>
-        <source>Copy the requirements text to the clipboard</source>
+        <source>Save to a new file</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="102"/>
-        <source>Copy</source>
+        <source>Save To</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="109"/>
-        <source>Insert the requirements text at the cursor position</source>
+        <source>Copy the requirements text to the clipboard</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="112"/>
-        <source>Insert</source>
+        <source>Copy</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="119"/>
-        <source>Replace Selection</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="126"/>
-        <source>Replace all text with the requirements text</source>
+        <source>Insert the requirements text at the cursor position</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="122"/>
+        <source>Insert</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="129"/>
+        <source>Replace Selection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="136"/>
+        <source>Replace all text with the requirements text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="139"/>
         <source>Replace All</source>
         <translation type="unfinished"></translation>
     </message>
@@ -47808,6 +47808,11 @@
         <source>&lt;p&gt;The requirements could not be written to &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="28"/>
+        <source>Virtual Environment:</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>PipInterfacePlugin</name>
@@ -47830,17 +47835,17 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="23"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="38"/>
         <source>Select the virtual environment to be used</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="52"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="69"/>
         <source>Select to show only locally-installed packages</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="55"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="72"/>
         <source>Local packages only</source>
         <translation type="unfinished"></translation>
     </message>
@@ -47930,32 +47935,32 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="65"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="82"/>
         <source>Select to list packages that are not dependencies of installed packages</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="68"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="85"/>
         <source>Not required Packages</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="145"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="162"/>
         <source>Select to show verbose package information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="148"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="165"/>
         <source>Verbose Package Information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="155"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="172"/>
         <source>Select to show information about installed files</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="158"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="175"/>
         <source>Installed Files Information</source>
         <translation type="unfinished"></translation>
     </message>
@@ -48030,12 +48035,12 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="75"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="92"/>
         <source>Select to show only packages installed to the user-site</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="78"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="95"/>
         <source>User-Site only</source>
         <translation type="unfinished"></translation>
     </message>
@@ -48044,6 +48049,11 @@
         <source>&lt;p&gt;The command failed.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="25"/>
+        <source>Virtual Environment:</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>PipPackageDetailsDialog</name>
@@ -48343,32 +48353,32 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="32"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="49"/>
         <source>Query:</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="39"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="56"/>
         <source>Enter the search term</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="49"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="66"/>
         <source>Press to start the search</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="52"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="69"/>
         <source>Search</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="83"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="100"/>
         <source>Package</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="93"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="110"/>
         <source>Description</source>
         <translation type="unfinished"></translation>
     </message>
@@ -48378,7 +48388,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="23"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="38"/>
         <source>Select the virtual environment to be used</source>
         <translation type="unfinished"></translation>
     </message>
@@ -48439,7 +48449,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="88"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="105"/>
         <source>Score</source>
         <translation type="unfinished"></translation>
     </message>
@@ -48448,6 +48458,11 @@
         <source>Install to &amp;User-Site</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="25"/>
+        <source>Virtual Environment:</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>PipSelectionDialog</name>
--- a/i18n/eric6_es.ts	Sun Jun 17 13:08:15 2018 +0200
+++ b/i18n/eric6_es.ts	Sun Jun 17 13:09:00 2018 +0200
@@ -48011,22 +48011,22 @@
         <translation>Reemplazar la selección actual con el texto de requisitos</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="26"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="41"/>
         <source>Select the virtual environment to be used</source>
         <translation type="unfinished">Seleccionar el comando pip a utilizar</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="33"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="50"/>
         <source>Select to show requirements for locally-installed packages only</source>
         <translation>Seleccionar para mostrar requisitos solo para packages instalados localmente</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="36"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="53"/>
         <source>Local packages only</source>
         <translation>Packages locales solo</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="48"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="65"/>
         <source>Requirements File:</source>
         <translation>Archivo de Requisitos:</translation>
     </message>
@@ -48041,57 +48041,57 @@
         <translation type="obsolete">Seleccionar el archivo de requisitos a t ravés de un diálogo de selección de archivos</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="79"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="89"/>
         <source>Press to save to the requirements file</source>
         <translation>Pulsar para guardar en el archivo de requisitos</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="82"/>
-        <source>Save</source>
-        <translation>Guardar</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="89"/>
-        <source>Save to a new file</source>
-        <translation>Guardar en archivo nuevo</translation>
-    </message>
-    <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="92"/>
-        <source>Save To</source>
-        <translation>Guardar En</translation>
+        <source>Save</source>
+        <translation>Guardar</translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="99"/>
-        <source>Copy the requirements text to the clipboard</source>
-        <translation>Copiar el texto de requisitos al portapapeles</translation>
+        <source>Save to a new file</source>
+        <translation>Guardar en archivo nuevo</translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="102"/>
-        <source>Copy</source>
-        <translation>Copiar</translation>
+        <source>Save To</source>
+        <translation>Guardar En</translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="109"/>
-        <source>Insert the requirements text at the cursor position</source>
-        <translation>Insertar el texto de requisitos en la posición del cursor</translation>
+        <source>Copy the requirements text to the clipboard</source>
+        <translation>Copiar el texto de requisitos al portapapeles</translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="112"/>
-        <source>Insert</source>
-        <translation>Insertar</translation>
+        <source>Copy</source>
+        <translation>Copiar</translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="119"/>
-        <source>Replace Selection</source>
-        <translation>Reemplazar Selección</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="126"/>
-        <source>Replace all text with the requirements text</source>
-        <translation>Reemplazar todo el texto con el texto de requisitos</translation>
+        <source>Insert the requirements text at the cursor position</source>
+        <translation>Insertar el texto de requisitos en la posición del cursor</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="122"/>
+        <source>Insert</source>
+        <translation>Insertar</translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="129"/>
+        <source>Replace Selection</source>
+        <translation>Reemplazar Selección</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="136"/>
+        <source>Replace all text with the requirements text</source>
+        <translation>Reemplazar todo el texto con el texto de requisitos</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="139"/>
         <source>Replace All</source>
         <translation>Reemplazar Todo</translation>
     </message>
@@ -48135,6 +48135,11 @@
         <source>&lt;p&gt;The requirements could not be written to &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;TLos requisitos no se han podido escribir en &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Razón: {1}&lt;/p&gt;</translation>
     </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="28"/>
+        <source>Virtual Environment:</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>PipInterfacePlugin</name>
@@ -48157,17 +48162,17 @@
         <translation>Lista de Packages</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="23"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="38"/>
         <source>Select the virtual environment to be used</source>
         <translation type="unfinished">Seleccionar el comando pip a utilizar</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="52"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="69"/>
         <source>Select to show only locally-installed packages</source>
         <translation>Seleccionar para mostrar solo packages instalados localmente</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="55"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="72"/>
         <source>Local packages only</source>
         <translation>Packages locales solo</translation>
     </message>
@@ -48267,32 +48272,32 @@
         <translation>Tipo de Package</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="65"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="82"/>
         <source>Select to list packages that are not dependencies of installed packages</source>
         <translation>Seleccionar para listar packages que no son dependencias de packages instalados</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="68"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="85"/>
         <source>Not required Packages</source>
         <translation>Packages no requeridos</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="145"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="162"/>
         <source>Select to show verbose package information</source>
         <translation>Seleccionar para mostrar información minuciosa de package</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="148"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="165"/>
         <source>Verbose Package Information</source>
         <translation>Información Minuciosa de Package</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="155"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="172"/>
         <source>Select to show information about installed files</source>
         <translation>Seleccionar para mostrar información sobre archivos instalados</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="158"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="175"/>
         <source>Installed Files Information</source>
         <translation>Información Archivos Instalados</translation>
     </message>
@@ -48367,12 +48372,12 @@
         <translation>Archivos:</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="75"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="92"/>
         <source>Select to show only packages installed to the user-site</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="78"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="95"/>
         <source>User-Site only</source>
         <translation type="unfinished"></translation>
     </message>
@@ -48381,6 +48386,11 @@
         <source>&lt;p&gt;The command failed.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="25"/>
+        <source>Virtual Environment:</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>PipPackageDetailsDialog</name>
@@ -48740,32 +48750,32 @@
         <translation>Buscar PyPI</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="32"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="49"/>
         <source>Query:</source>
         <translation>Cadena de Búsqueda:</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="39"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="56"/>
         <source>Enter the search term</source>
         <translation>Introducir el término de búsqueda</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="49"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="66"/>
         <source>Press to start the search</source>
         <translation>Pulsar para iniciar la búsqueda</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="52"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="69"/>
         <source>Search</source>
         <translation>Buscar</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="83"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="100"/>
         <source>Package</source>
         <translation>Package</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="93"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="110"/>
         <source>Description</source>
         <translation>Descripción</translation>
     </message>
@@ -48780,7 +48790,7 @@
         <translation type="obsolete">&lt;Default&gt;</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="23"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="38"/>
         <source>Select the virtual environment to be used</source>
         <translation type="unfinished">Seleccionar el comando pip a utilizar para la instalación de packages</translation>
     </message>
@@ -48841,7 +48851,7 @@
         <translation>Seleccionar versión del package:</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="88"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="105"/>
         <source>Score</source>
         <translation>Puntuación</translation>
     </message>
@@ -48850,6 +48860,11 @@
         <source>Install to &amp;User-Site</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="25"/>
+        <source>Virtual Environment:</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>PipSelectionDialog</name>
--- a/i18n/eric6_fr.ts	Sun Jun 17 13:08:15 2018 +0200
+++ b/i18n/eric6_fr.ts	Sun Jun 17 13:09:00 2018 +0200
@@ -48649,77 +48649,77 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="26"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="41"/>
         <source>Select the virtual environment to be used</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="33"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="50"/>
         <source>Select to show requirements for locally-installed packages only</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="36"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="53"/>
         <source>Local packages only</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="48"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="65"/>
         <source>Requirements File:</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="79"/>
-        <source>Press to save to the requirements file</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="82"/>
-        <source>Save</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="89"/>
-        <source>Save to a new file</source>
+        <source>Press to save to the requirements file</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="92"/>
-        <source>Save To</source>
+        <source>Save</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="99"/>
-        <source>Copy the requirements text to the clipboard</source>
+        <source>Save to a new file</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="102"/>
-        <source>Copy</source>
-        <translation type="unfinished">Copier</translation>
+        <source>Save To</source>
+        <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="109"/>
-        <source>Insert the requirements text at the cursor position</source>
+        <source>Copy the requirements text to the clipboard</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="112"/>
-        <source>Insert</source>
-        <translation type="unfinished"></translation>
+        <source>Copy</source>
+        <translation type="unfinished">Copier</translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="119"/>
-        <source>Replace Selection</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="126"/>
-        <source>Replace all text with the requirements text</source>
+        <source>Insert the requirements text at the cursor position</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="122"/>
+        <source>Insert</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="129"/>
+        <source>Replace Selection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="136"/>
+        <source>Replace all text with the requirements text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="139"/>
         <source>Replace All</source>
         <translation type="unfinished"></translation>
     </message>
@@ -48753,6 +48753,11 @@
         <source>&lt;p&gt;The requirements could not be written to &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="28"/>
+        <source>Virtual Environment:</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>PipInterfacePlugin</name>
@@ -48775,47 +48780,47 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="23"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="38"/>
         <source>Select the virtual environment to be used</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="52"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="69"/>
         <source>Select to show only locally-installed packages</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="55"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="72"/>
         <source>Local packages only</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="65"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="82"/>
         <source>Select to list packages that are not dependencies of installed packages</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="68"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="85"/>
         <source>Not required Packages</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="145"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="162"/>
         <source>Select to show verbose package information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="148"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="165"/>
         <source>Verbose Package Information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="155"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="172"/>
         <source>Select to show information about installed files</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="158"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="175"/>
         <source>Installed Files Information</source>
         <translation type="unfinished"></translation>
     </message>
@@ -48975,12 +48980,12 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="75"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="92"/>
         <source>Select to show only packages installed to the user-site</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="78"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="95"/>
         <source>User-Site only</source>
         <translation type="unfinished"></translation>
     </message>
@@ -48989,6 +48994,11 @@
         <source>&lt;p&gt;The command failed.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="25"/>
+        <source>Virtual Environment:</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>PipPackageDetailsDialog</name>
@@ -49316,42 +49326,42 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="23"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="38"/>
         <source>Select the virtual environment to be used</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="32"/>
-        <source>Query:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="39"/>
-        <source>Enter the search term</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="49"/>
+        <source>Query:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="56"/>
+        <source>Enter the search term</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="66"/>
         <source>Press to start the search</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="52"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="69"/>
         <source>Search</source>
         <translation type="unfinished">Rechercher</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="83"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="100"/>
         <source>Package</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="88"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="105"/>
         <source>Score</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="93"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="110"/>
         <source>Description</source>
         <translation type="unfinished">Description</translation>
     </message>
@@ -49421,6 +49431,11 @@
         <source>Install to &amp;User-Site</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="25"/>
+        <source>Virtual Environment:</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>PipSelectionDialog</name>
--- a/i18n/eric6_it.ts	Sun Jun 17 13:08:15 2018 +0200
+++ b/i18n/eric6_it.ts	Sun Jun 17 13:09:00 2018 +0200
@@ -47922,77 +47922,77 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="26"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="41"/>
         <source>Select the virtual environment to be used</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="33"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="50"/>
         <source>Select to show requirements for locally-installed packages only</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="36"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="53"/>
         <source>Local packages only</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="48"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="65"/>
         <source>Requirements File:</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="79"/>
-        <source>Press to save to the requirements file</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="82"/>
-        <source>Save</source>
-        <translation type="unfinished">Salva</translation>
-    </message>
-    <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="89"/>
-        <source>Save to a new file</source>
+        <source>Press to save to the requirements file</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="92"/>
-        <source>Save To</source>
-        <translation type="unfinished"></translation>
+        <source>Save</source>
+        <translation type="unfinished">Salva</translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="99"/>
-        <source>Copy the requirements text to the clipboard</source>
+        <source>Save to a new file</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="102"/>
-        <source>Copy</source>
-        <translation type="unfinished">Copia</translation>
+        <source>Save To</source>
+        <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="109"/>
-        <source>Insert the requirements text at the cursor position</source>
+        <source>Copy the requirements text to the clipboard</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="112"/>
-        <source>Insert</source>
-        <translation type="unfinished"></translation>
+        <source>Copy</source>
+        <translation type="unfinished">Copia</translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="119"/>
-        <source>Replace Selection</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="126"/>
-        <source>Replace all text with the requirements text</source>
+        <source>Insert the requirements text at the cursor position</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="122"/>
+        <source>Insert</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="129"/>
+        <source>Replace Selection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="136"/>
+        <source>Replace all text with the requirements text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="139"/>
         <source>Replace All</source>
         <translation type="unfinished"></translation>
     </message>
@@ -48026,6 +48026,11 @@
         <source>&lt;p&gt;The requirements could not be written to &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="28"/>
+        <source>Virtual Environment:</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>PipInterfacePlugin</name>
@@ -48048,47 +48053,47 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="23"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="38"/>
         <source>Select the virtual environment to be used</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="52"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="69"/>
         <source>Select to show only locally-installed packages</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="55"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="72"/>
         <source>Local packages only</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="65"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="82"/>
         <source>Select to list packages that are not dependencies of installed packages</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="68"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="85"/>
         <source>Not required Packages</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="145"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="162"/>
         <source>Select to show verbose package information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="148"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="165"/>
         <source>Verbose Package Information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="155"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="172"/>
         <source>Select to show information about installed files</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="158"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="175"/>
         <source>Installed Files Information</source>
         <translation type="unfinished"></translation>
     </message>
@@ -48248,12 +48253,12 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="75"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="92"/>
         <source>Select to show only packages installed to the user-site</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="78"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="95"/>
         <source>User-Site only</source>
         <translation type="unfinished"></translation>
     </message>
@@ -48262,6 +48267,11 @@
         <source>&lt;p&gt;The command failed.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="25"/>
+        <source>Virtual Environment:</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>PipPackageDetailsDialog</name>
@@ -48594,42 +48604,42 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="23"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="38"/>
         <source>Select the virtual environment to be used</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="32"/>
-        <source>Query:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="39"/>
-        <source>Enter the search term</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="49"/>
+        <source>Query:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="56"/>
+        <source>Enter the search term</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="66"/>
         <source>Press to start the search</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="52"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="69"/>
         <source>Search</source>
         <translation type="unfinished">Ricerca</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="83"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="100"/>
         <source>Package</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="88"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="105"/>
         <source>Score</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="93"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="110"/>
         <source>Description</source>
         <translation type="unfinished">Descrizione</translation>
     </message>
@@ -48699,6 +48709,11 @@
         <source>Install to &amp;User-Site</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="25"/>
+        <source>Virtual Environment:</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>PipSelectionDialog</name>
--- a/i18n/eric6_pt.ts	Sun Jun 17 13:08:15 2018 +0200
+++ b/i18n/eric6_pt.ts	Sun Jun 17 13:09:00 2018 +0200
@@ -49372,77 +49372,77 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="26"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="41"/>
         <source>Select the virtual environment to be used</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="33"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="50"/>
         <source>Select to show requirements for locally-installed packages only</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="36"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="53"/>
         <source>Local packages only</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="48"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="65"/>
         <source>Requirements File:</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="79"/>
-        <source>Press to save to the requirements file</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="82"/>
-        <source>Save</source>
-        <translation type="unfinished">Gravar</translation>
-    </message>
-    <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="89"/>
-        <source>Save to a new file</source>
+        <source>Press to save to the requirements file</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="92"/>
-        <source>Save To</source>
-        <translation type="unfinished"></translation>
+        <source>Save</source>
+        <translation type="unfinished">Gravar</translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="99"/>
-        <source>Copy the requirements text to the clipboard</source>
+        <source>Save to a new file</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="102"/>
-        <source>Copy</source>
-        <translation type="unfinished">Copiar</translation>
+        <source>Save To</source>
+        <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="109"/>
-        <source>Insert the requirements text at the cursor position</source>
+        <source>Copy the requirements text to the clipboard</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="112"/>
-        <source>Insert</source>
-        <translation type="unfinished"></translation>
+        <source>Copy</source>
+        <translation type="unfinished">Copiar</translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="119"/>
-        <source>Replace Selection</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="126"/>
-        <source>Replace all text with the requirements text</source>
+        <source>Insert the requirements text at the cursor position</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="122"/>
+        <source>Insert</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="129"/>
+        <source>Replace Selection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="136"/>
+        <source>Replace all text with the requirements text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="139"/>
         <source>Replace All</source>
         <translation type="unfinished"></translation>
     </message>
@@ -49476,6 +49476,11 @@
         <source>&lt;p&gt;The requirements could not be written to &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="28"/>
+        <source>Virtual Environment:</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>PipInterfacePlugin</name>
@@ -49498,47 +49503,47 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="23"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="38"/>
         <source>Select the virtual environment to be used</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="52"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="69"/>
         <source>Select to show only locally-installed packages</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="55"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="72"/>
         <source>Local packages only</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="65"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="82"/>
         <source>Select to list packages that are not dependencies of installed packages</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="68"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="85"/>
         <source>Not required Packages</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="145"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="162"/>
         <source>Select to show verbose package information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="148"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="165"/>
         <source>Verbose Package Information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="155"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="172"/>
         <source>Select to show information about installed files</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="158"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="175"/>
         <source>Installed Files Information</source>
         <translation type="unfinished"></translation>
     </message>
@@ -49698,12 +49703,12 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="75"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="92"/>
         <source>Select to show only packages installed to the user-site</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="78"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="95"/>
         <source>User-Site only</source>
         <translation type="unfinished"></translation>
     </message>
@@ -49712,6 +49717,11 @@
         <source>&lt;p&gt;The command failed.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="25"/>
+        <source>Virtual Environment:</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>PipPackageDetailsDialog</name>
@@ -50039,42 +50049,42 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="23"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="38"/>
         <source>Select the virtual environment to be used</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="32"/>
-        <source>Query:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="39"/>
-        <source>Enter the search term</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="49"/>
+        <source>Query:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="56"/>
+        <source>Enter the search term</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="66"/>
         <source>Press to start the search</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="52"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="69"/>
         <source>Search</source>
         <translation type="unfinished">Procurar</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="83"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="100"/>
         <source>Package</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="88"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="105"/>
         <source>Score</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="93"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="110"/>
         <source>Description</source>
         <translation type="unfinished">Descrição</translation>
     </message>
@@ -50144,6 +50154,11 @@
         <source>Install to &amp;User-Site</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="25"/>
+        <source>Virtual Environment:</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>PipSelectionDialog</name>
--- a/i18n/eric6_tr.ts	Sun Jun 17 13:08:15 2018 +0200
+++ b/i18n/eric6_tr.ts	Sun Jun 17 13:09:00 2018 +0200
@@ -48750,77 +48750,77 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="26"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="41"/>
         <source>Select the virtual environment to be used</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="33"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="50"/>
         <source>Select to show requirements for locally-installed packages only</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="36"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="53"/>
         <source>Local packages only</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="48"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="65"/>
         <source>Requirements File:</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="79"/>
-        <source>Press to save to the requirements file</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="82"/>
-        <source>Save</source>
-        <translation type="unfinished">Kaydet</translation>
-    </message>
-    <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="89"/>
-        <source>Save to a new file</source>
+        <source>Press to save to the requirements file</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="92"/>
-        <source>Save To</source>
-        <translation type="unfinished"></translation>
+        <source>Save</source>
+        <translation type="unfinished">Kaydet</translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="99"/>
-        <source>Copy the requirements text to the clipboard</source>
+        <source>Save to a new file</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="102"/>
-        <source>Copy</source>
-        <translation type="unfinished">Kopyala</translation>
+        <source>Save To</source>
+        <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="109"/>
-        <source>Insert the requirements text at the cursor position</source>
+        <source>Copy the requirements text to the clipboard</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="112"/>
-        <source>Insert</source>
-        <translation type="unfinished"></translation>
+        <source>Copy</source>
+        <translation type="unfinished">Kopyala</translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="119"/>
-        <source>Replace Selection</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="126"/>
-        <source>Replace all text with the requirements text</source>
+        <source>Insert the requirements text at the cursor position</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="122"/>
+        <source>Insert</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="129"/>
+        <source>Replace Selection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="136"/>
+        <source>Replace all text with the requirements text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="139"/>
         <source>Replace All</source>
         <translation type="unfinished"></translation>
     </message>
@@ -48854,6 +48854,11 @@
         <source>&lt;p&gt;The requirements could not be written to &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="28"/>
+        <source>Virtual Environment:</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>PipInterfacePlugin</name>
@@ -48876,47 +48881,47 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="23"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="38"/>
         <source>Select the virtual environment to be used</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="52"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="69"/>
         <source>Select to show only locally-installed packages</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="55"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="72"/>
         <source>Local packages only</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="65"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="82"/>
         <source>Select to list packages that are not dependencies of installed packages</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="68"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="85"/>
         <source>Not required Packages</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="145"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="162"/>
         <source>Select to show verbose package information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="148"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="165"/>
         <source>Verbose Package Information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="155"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="172"/>
         <source>Select to show information about installed files</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="158"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="175"/>
         <source>Installed Files Information</source>
         <translation type="unfinished"></translation>
     </message>
@@ -49076,12 +49081,12 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="75"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="92"/>
         <source>Select to show only packages installed to the user-site</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="78"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="95"/>
         <source>User-Site only</source>
         <translation type="unfinished"></translation>
     </message>
@@ -49090,6 +49095,11 @@
         <source>&lt;p&gt;The command failed.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="25"/>
+        <source>Virtual Environment:</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>PipPackageDetailsDialog</name>
@@ -49417,42 +49427,42 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="23"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="38"/>
         <source>Select the virtual environment to be used</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="32"/>
-        <source>Query:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="39"/>
-        <source>Enter the search term</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="49"/>
+        <source>Query:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="56"/>
+        <source>Enter the search term</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="66"/>
         <source>Press to start the search</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="52"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="69"/>
         <source>Search</source>
         <translation type="unfinished">Ara</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="83"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="100"/>
         <source>Package</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="88"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="105"/>
         <source>Score</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="93"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="110"/>
         <source>Description</source>
         <translation type="unfinished">Açıklama</translation>
     </message>
@@ -49522,6 +49532,11 @@
         <source>Install to &amp;User-Site</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="25"/>
+        <source>Virtual Environment:</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>PipSelectionDialog</name>
--- a/i18n/eric6_zh_CN.ts	Sun Jun 17 13:08:15 2018 +0200
+++ b/i18n/eric6_zh_CN.ts	Sun Jun 17 13:09:00 2018 +0200
@@ -48731,77 +48731,77 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="26"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="41"/>
         <source>Select the virtual environment to be used</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="33"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="50"/>
         <source>Select to show requirements for locally-installed packages only</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="36"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="53"/>
         <source>Local packages only</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="48"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="65"/>
         <source>Requirements File:</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="79"/>
-        <source>Press to save to the requirements file</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="82"/>
-        <source>Save</source>
-        <translation type="unfinished">保存</translation>
-    </message>
-    <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="89"/>
-        <source>Save to a new file</source>
+        <source>Press to save to the requirements file</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="92"/>
-        <source>Save To</source>
-        <translation type="unfinished"></translation>
+        <source>Save</source>
+        <translation type="unfinished">保存</translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="99"/>
-        <source>Copy the requirements text to the clipboard</source>
+        <source>Save to a new file</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="102"/>
-        <source>Copy</source>
-        <translation type="unfinished">复制</translation>
+        <source>Save To</source>
+        <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="109"/>
-        <source>Insert the requirements text at the cursor position</source>
+        <source>Copy the requirements text to the clipboard</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="112"/>
-        <source>Insert</source>
-        <translation type="unfinished"></translation>
+        <source>Copy</source>
+        <translation type="unfinished">复制</translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="119"/>
-        <source>Replace Selection</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="126"/>
-        <source>Replace all text with the requirements text</source>
+        <source>Insert the requirements text at the cursor position</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="122"/>
+        <source>Insert</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="129"/>
+        <source>Replace Selection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="136"/>
+        <source>Replace all text with the requirements text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="139"/>
         <source>Replace All</source>
         <translation type="unfinished"></translation>
     </message>
@@ -48835,6 +48835,11 @@
         <source>&lt;p&gt;The requirements could not be written to &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipFreezeDialog.ui" line="28"/>
+        <source>Virtual Environment:</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>PipInterfacePlugin</name>
@@ -48857,47 +48862,47 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="23"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="38"/>
         <source>Select the virtual environment to be used</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="52"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="69"/>
         <source>Select to show only locally-installed packages</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="55"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="72"/>
         <source>Local packages only</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="65"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="82"/>
         <source>Select to list packages that are not dependencies of installed packages</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="68"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="85"/>
         <source>Not required Packages</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="145"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="162"/>
         <source>Select to show verbose package information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="148"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="165"/>
         <source>Verbose Package Information</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="155"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="172"/>
         <source>Select to show information about installed files</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="158"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="175"/>
         <source>Installed Files Information</source>
         <translation type="unfinished"></translation>
     </message>
@@ -49057,12 +49062,12 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="75"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="92"/>
         <source>Select to show only packages installed to the user-site</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="78"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="95"/>
         <source>User-Site only</source>
         <translation type="unfinished"></translation>
     </message>
@@ -49071,6 +49076,11 @@
         <source>&lt;p&gt;The command failed.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui" line="25"/>
+        <source>Virtual Environment:</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>PipPackageDetailsDialog</name>
@@ -49408,42 +49418,42 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="23"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="38"/>
         <source>Select the virtual environment to be used</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="32"/>
-        <source>Query:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="39"/>
-        <source>Enter the search term</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="49"/>
+        <source>Query:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="56"/>
+        <source>Enter the search term</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="66"/>
         <source>Press to start the search</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="52"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="69"/>
         <source>Search</source>
         <translation type="unfinished">搜索</translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="83"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="100"/>
         <source>Package</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="88"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="105"/>
         <source>Score</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="93"/>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="110"/>
         <source>Description</source>
         <translation type="unfinished">描述</translation>
     </message>
@@ -49511,6 +49521,11 @@
         <source>Install to &amp;User-Site</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui" line="25"/>
+        <source>Virtual Environment:</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>PipSelectionDialog</name>

eric ide

mercurial