--- a/src/eric7/Documentation/Source/eric7.QScintilla.Shell.html Fri Dec 23 10:58:36 2022 +0100 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Shell.html Fri Dec 23 11:35:54 2022 +0100 @@ -366,6 +366,10 @@ <td>Private method to display the possible completions.</td> </tr> <tr> +<td><a href="#Shell.__showContextMenu">__showContextMenu</a></td> +<td>Private slot to show a context menu.</td> +</tr> +<tr> <td><a href="#Shell.__showStartMenu">__showStartMenu</a></td> <td>Private slot to prepare the start submenu.</td> </tr> @@ -422,10 +426,6 @@ <td>Public method to shutdown the shell.</td> </tr> <tr> -<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> @@ -1473,6 +1473,20 @@ text that is about to be completed (string) </dd> </dl> +<a NAME="Shell.__showContextMenu" ID="Shell.__showContextMenu"></a> +<h4>Shell.__showContextMenu</h4> +<b>__showContextMenu</b>(<i>pos</i>) + +<p> + Private slot to show a context menu. +</p> +<dl> + +<dt><i>pos</i> (QPoint)</dt> +<dd> +position for the context menu +</dd> +</dl> <a NAME="Shell.__showStartMenu" ID="Shell.__showStartMenu"></a> <h4>Shell.__showStartMenu</h4> <b>__showStartMenu</b>(<i></i>) @@ -1622,20 +1636,6 @@ <p> Public method to shutdown the shell. </p> -<a NAME="Shell.contextMenuEvent" ID="Shell.contextMenuEvent"></a> -<h4>Shell.contextMenuEvent</h4> -<b>contextMenuEvent</b>(<i>ev</i>) - -<p> - Protected method to show our own context menu. -</p> -<dl> - -<dt><i>ev</i></dt> -<dd> -context menu event (QContextMenuEvent) -</dd> -</dl> <a NAME="Shell.doClearRestart" ID="Shell.doClearRestart"></a> <h4>Shell.doClearRestart</h4> <b>doClearRestart</b>(<i></i>)