--- a/eric7/Documentation/Source/eric7.JediInterface.AssistantJedi.html Tue Oct 05 19:47:03 2021 +0200 +++ b/eric7/Documentation/Source/eric7.JediInterface.AssistantJedi.html Tue Oct 05 19:48:08 2021 +0200 @@ -91,6 +91,14 @@ <td>Private slot called, when a new editor was opened.</td> </tr> <tr> +<td><a href="#AssistantJedi.__editorShowMenu">__editorShowMenu</a></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> +<td>Private method to initialize the Refactoring menu.</td> +</tr> +<tr> <td><a href="#AssistantJedi.__preferencesChanged">__preferencesChanged</a></td> <td>Private slot handling changes of the Disassembly viewer settings.</td> </tr> @@ -256,6 +264,36 @@ reference to the new editor </dd> </dl> +<a NAME="AssistantJedi.__editorShowMenu" ID="AssistantJedi.__editorShowMenu"></a> +<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>) + +<p> + Private method to initialize the Refactoring menu. +</p> <a NAME="AssistantJedi.__preferencesChanged" ID="AssistantJedi.__preferencesChanged"></a> <h4>AssistantJedi.__preferencesChanged</h4> <b>__preferencesChanged</b>(<i></i>)