--- a/src/eric7/Documentation/Source/eric7.JediInterface.AssistantJedi.html Fri Oct 27 14:07:03 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.JediInterface.AssistantJedi.html Fri Oct 27 14:09:40 2023 +0200 @@ -92,7 +92,7 @@ </tr> <tr> <td><a href="#AssistantJedi.__editorShowMenu">__editorShowMenu</a></td> -<td></td> +<td>Private slot called, when the the editor context menu or a submenu is about to be shown.</td> </tr> <tr> <td><a href="#AssistantJedi.__initRefactoringMenu">__initRefactoringMenu</a></td> @@ -268,6 +268,25 @@ <h4>AssistantJedi.__editorShowMenu</h4> <b>__editorShowMenu</b>(<i>menuName, menu, editor</i>) +<p> + Private slot called, when the the editor context menu or a submenu is + about to be shown. +</p> +<dl> + +<dt><i>menuName</i> (str)</dt> +<dd> +name of the menu to be shown +</dd> +<dt><i>menu</i> (QMenu)</dt> +<dd> +reference to the menu +</dd> +<dt><i>editor</i> (Editor)</dt> +<dd> +reference to the editor +</dd> +</dl> <a NAME="AssistantJedi.__initRefactoringMenu" ID="AssistantJedi.__initRefactoringMenu"></a> <h4>AssistantJedi.__initRefactoringMenu</h4> <b>__initRefactoringMenu</b>(<i></i>)