--- a/Documentation/Source/eric6.QScintilla.Shell.html Sun Nov 04 12:38:32 2018 +0100 +++ b/Documentation/Source/eric6.QScintilla.Shell.html Sun Nov 04 17:20:11 2018 +0100 @@ -65,6 +65,10 @@ <dd> emitted to indicate the search result +</dd><dt>virtualEnvironmentChanged(str)</dt> +<dd> +emitted to signal the new virtual + environment of the shell </dd> </dl> <h3>Derived from</h3> @@ -248,12 +252,6 @@ <td><a href="#Shell.__raw_input">__raw_input</a></td> <td>Private method to handle raw input.</td> </tr><tr> -<td><a href="#Shell.__reset">__reset</a></td> -<td>Private slot to handle the 'reset' context menu entry.</td> -</tr><tr> -<td><a href="#Shell.__resetAndClear">__resetAndClear</a></td> -<td>Private slot to handle the 'reset and clear' context menu entry.</td> -</tr><tr> <td><a href="#Shell.__resetIncrementalHistorySearch">__resetIncrementalHistorySearch</a></td> <td>Private method to reset the incremental history search.</td> </tr><tr> @@ -296,6 +294,9 @@ <td><a href="#Shell.__showStartMenu">__showStartMenu</a></td> <td>Private slot to prepare the start submenu.</td> </tr><tr> +<td><a href="#Shell.__showVenvName">__showVenvName</a></td> +<td>Private method to show the name of the active virtual environment.</td> +</tr><tr> <td><a href="#Shell.__startDebugClient">__startDebugClient</a></td> <td>Private slot to start a debug client according to the action triggered.</td> </tr><tr> @@ -335,6 +336,12 @@ <td><a href="#Shell.contextMenuEvent">contextMenuEvent</a></td> <td>Protected method to show our own context menu.</td> </tr><tr> +<td><a href="#Shell.doClearRestart">doClearRestart</a></td> +<td>Public slot to handle the 'restart and clear' context menu entry.</td> +</tr><tr> +<td><a href="#Shell.doRestart">doRestart</a></td> +<td>Public slot to handle the 'restart' context menu entry.</td> +</tr><tr> <td><a href="#Shell.dragEnterEvent">dragEnterEvent</a></td> <td>Protected method to handle the drag enter event.</td> </tr><tr> @@ -955,17 +962,7 @@ <dd> Flag indicating echoing of the input (boolean) </dd> -</dl><a NAME="Shell.__reset" ID="Shell.__reset"></a> -<h4>Shell.__reset</h4> -<b>__reset</b>(<i></i>) -<p> - Private slot to handle the 'reset' context menu entry. -</p><a NAME="Shell.__resetAndClear" ID="Shell.__resetAndClear"></a> -<h4>Shell.__resetAndClear</h4> -<b>__resetAndClear</b>(<i></i>) -<p> - Private slot to handle the 'reset and clear' context menu entry. -</p><a NAME="Shell.__resetIncrementalHistorySearch" ID="Shell.__resetIncrementalHistorySearch"></a> +</dl><a NAME="Shell.__resetIncrementalHistorySearch" ID="Shell.__resetIncrementalHistorySearch"></a> <h4>Shell.__resetIncrementalHistorySearch</h4> <b>__resetIncrementalHistorySearch</b>(<i></i>) <p> @@ -1101,6 +1098,11 @@ <b>__showStartMenu</b>(<i></i>) <p> Private slot to prepare the start submenu. +</p><a NAME="Shell.__showVenvName" ID="Shell.__showVenvName"></a> +<h4>Shell.__showVenvName</h4> +<b>__showVenvName</b>(<i></i>) +<p> + Private method to show the name of the active virtual environment. </p><a NAME="Shell.__startDebugClient" ID="Shell.__startDebugClient"></a> <h4>Shell.__startDebugClient</h4> <b>__startDebugClient</b>(<i>action</i>) @@ -1211,7 +1213,17 @@ <dd> context menu event (QContextMenuEvent) </dd> -</dl><a NAME="Shell.dragEnterEvent" ID="Shell.dragEnterEvent"></a> +</dl><a NAME="Shell.doClearRestart" ID="Shell.doClearRestart"></a> +<h4>Shell.doClearRestart</h4> +<b>doClearRestart</b>(<i></i>) +<p> + Public slot to handle the 'restart and clear' context menu entry. +</p><a NAME="Shell.doRestart" ID="Shell.doRestart"></a> +<h4>Shell.doRestart</h4> +<b>doRestart</b>(<i></i>) +<p> + Public slot to handle the 'restart' context menu entry. +</p><a NAME="Shell.dragEnterEvent" ID="Shell.dragEnterEvent"></a> <h4>Shell.dragEnterEvent</h4> <b>dragEnterEvent</b>(<i>event</i>) <p>