Documentation/Source/eric6.QScintilla.ShellWindow.html

changeset 6581
8eb6220f2bb7
parent 6576
ea60ea85067a
--- a/Documentation/Source/eric6.QScintilla.ShellWindow.html	Sun Nov 04 12:38:32 2018 +0100
+++ b/Documentation/Source/eric6.QScintilla.ShellWindow.html	Sun Nov 04 17:20:11 2018 +0100
@@ -96,12 +96,6 @@
 <td><a href="#ShellWindow.__createViewActions">__createViewActions</a></td>
 <td>Private method defining the user interface actions for the view commands.</td>
 </tr><tr>
-<td><a href="#ShellWindow.__doClearRestart">__doClearRestart</a></td>
-<td>Private slot to handle the 'restart and clear' menu entry.</td>
-</tr><tr>
-<td><a href="#ShellWindow.__doRestart">__doRestart</a></td>
-<td>Private slot to handle the 'restart' menu entry.</td>
-</tr><tr>
 <td><a href="#ShellWindow.__historyStyleChanged">__historyStyleChanged</a></td>
 <td>Private slot to handle a change of the shell history style.</td>
 </tr><tr>
@@ -123,6 +117,9 @@
 <td><a href="#ShellWindow.__startShell">__startShell</a></td>
 <td>Private slot to start a shell according to the action triggered.</td>
 </tr><tr>
+<td><a href="#ShellWindow.__virtualEnvironmentChanged">__virtualEnvironmentChanged</a></td>
+<td>Private slot handling a change of the shell's virtual environment.</td>
+</tr><tr>
 <td><a href="#ShellWindow.__whatsThis">__whatsThis</a></td>
 <td>Private slot called in to enter Whats This mode.</td>
 </tr><tr>
@@ -169,11 +166,14 @@
 </table>
 <a NAME="ShellWindow.__init__" ID="ShellWindow.__init__"></a>
 <h4>ShellWindow (Constructor)</h4>
-<b>ShellWindow</b>(<i>parent=None, name=None</i>)
+<b>ShellWindow</b>(<i>originalPathString, parent=None, name=None</i>)
 <p>
         Constructor
 </p><dl>
-<dt><i>parent</i> (QWidget)</dt>
+<dt><i>originalPathString</i> (str)</dt>
+<dd>
+original PATH environment variable
+</dd><dt><i>parent</i> (QWidget)</dt>
 <dd>
 reference to the parent widget
 </dd><dt><i>name</i> (str)</dt>
@@ -245,16 +245,6 @@
 <p>
         Private method defining the user interface actions for the view
         commands.
-</p><a NAME="ShellWindow.__doClearRestart" ID="ShellWindow.__doClearRestart"></a>
-<h4>ShellWindow.__doClearRestart</h4>
-<b>__doClearRestart</b>(<i></i>)
-<p>
-        Private slot to handle the 'restart and clear' menu entry.
-</p><a NAME="ShellWindow.__doRestart" ID="ShellWindow.__doRestart"></a>
-<h4>ShellWindow.__doRestart</h4>
-<b>__doRestart</b>(<i></i>)
-<p>
-        Private slot to handle the 'restart' menu entry.
 </p><a NAME="ShellWindow.__historyStyleChanged" ID="ShellWindow.__historyStyleChanged"></a>
 <h4>ShellWindow.__historyStyleChanged</h4>
 <b>__historyStyleChanged</b>(<i>historyStyle</i>)
@@ -308,6 +298,16 @@
 <dd>
 menu action that was triggered (QAction)
 </dd>
+</dl><a NAME="ShellWindow.__virtualEnvironmentChanged" ID="ShellWindow.__virtualEnvironmentChanged"></a>
+<h4>ShellWindow.__virtualEnvironmentChanged</h4>
+<b>__virtualEnvironmentChanged</b>(<i>venvName</i>)
+<p>
+        Private slot handling a change of the shell's virtual environment.
+</p><dl>
+<dt><i>venvName</i> (str)</dt>
+<dd>
+name of the virtual environment of the shell
+</dd>
 </dl><a NAME="ShellWindow.__whatsThis" ID="ShellWindow.__whatsThis"></a>
 <h4>ShellWindow.__whatsThis</h4>
 <b>__whatsThis</b>(<i></i>)

eric ide

mercurial