--- a/src/eric7/Documentation/Source/eric7.JediInterface.AssistantJedi.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.JediInterface.AssistantJedi.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,53 +7,50 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.JediInterface.AssistantJedi</h1> - <p> Module implementing the Jedi assistant plug-in. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#AssistantJedi">AssistantJedi</a></td> <td>Class implementing the Jedi assistant interface.</td> </tr> </table> + <h3>Functions</h3> - <table> <tr><td>None</td></tr> </table> + <hr /> <hr /> <a NAME="AssistantJedi" ID="AssistantJedi"></a> <h2>AssistantJedi</h2> - <p> Class implementing the Jedi assistant interface. </p> + <h3>Derived from</h3> QObject <h3>Class Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Class Methods</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Methods</h3> - <table> - <tr> <td><a href="#AssistantJedi.__init__">AssistantJedi</a></td> <td>Constructor</td> @@ -119,19 +116,20 @@ <td>Private method to unset the calltip hook.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="AssistantJedi.__init__" ID="AssistantJedi.__init__"></a> <h4>AssistantJedi (Constructor)</h4> <b>AssistantJedi</b>(<i>ui, viewManager, project</i>) - <p> Constructor </p> + <dl> <dt><i>ui</i> (UserInterface)</dt> @@ -150,10 +148,10 @@ <a NAME="AssistantJedi.__connectEditor" ID="AssistantJedi.__connectEditor"></a> <h4>AssistantJedi.__connectEditor</h4> <b>__connectEditor</b>(<i>editor</i>) - <p> Private method to connect an editor. </p> + <dl> <dt><i>editor</i> (Editor)</dt> @@ -164,10 +162,10 @@ <a NAME="AssistantJedi.__connectMouseClickHandler" ID="AssistantJedi.__connectMouseClickHandler"></a> <h4>AssistantJedi.__connectMouseClickHandler</h4> <b>__connectMouseClickHandler</b>(<i>editor</i>) - <p> Private method to connect the mouse click handler to an editor. </p> + <dl> <dt><i>editor</i> (Editor)</dt> @@ -178,10 +176,10 @@ <a NAME="AssistantJedi.__determineLanguage" ID="AssistantJedi.__determineLanguage"></a> <h4>AssistantJedi.__determineLanguage</h4> <b>__determineLanguage</b>(<i></i>) - <p> Private method to determine the valid language strings. </p> + <dl> <dt>Return:</dt> <dd> @@ -197,10 +195,10 @@ <a NAME="AssistantJedi.__disconnectEditor" ID="AssistantJedi.__disconnectEditor"></a> <h4>AssistantJedi.__disconnectEditor</h4> <b>__disconnectEditor</b>(<i>editor</i>) - <p> Private method to disconnect an editor. </p> + <dl> <dt><i>editor</i> (Editor)</dt> @@ -211,10 +209,10 @@ <a NAME="AssistantJedi.__disconnectMouseClickHandler" ID="AssistantJedi.__disconnectMouseClickHandler"></a> <h4>AssistantJedi.__disconnectMouseClickHandler</h4> <b>__disconnectMouseClickHandler</b>(<i>editor</i>) - <p> Private method to disconnect the mouse click handler from an editor. </p> + <dl> <dt><i>editor</i> (Editor)</dt> @@ -225,10 +223,10 @@ <a NAME="AssistantJedi.__editorClosed" ID="AssistantJedi.__editorClosed"></a> <h4>AssistantJedi.__editorClosed</h4> <b>__editorClosed</b>(<i>editor</i>) - <p> Private slot called, when an editor was closed. </p> + <dl> <dt><i>editor</i> (Editor)</dt> @@ -239,10 +237,10 @@ <a NAME="AssistantJedi.__editorLanguageChanged" ID="AssistantJedi.__editorLanguageChanged"></a> <h4>AssistantJedi.__editorLanguageChanged</h4> <b>__editorLanguageChanged</b>(<i>language</i>) - <p> Private slot to handle the language change of an editor. </p> + <dl> <dt><i>language</i> (str)</dt> @@ -253,10 +251,10 @@ <a NAME="AssistantJedi.__editorOpened" ID="AssistantJedi.__editorOpened"></a> <h4>AssistantJedi.__editorOpened</h4> <b>__editorOpened</b>(<i>editor</i>) - <p> Private slot called, when a new editor was opened. </p> + <dl> <dt><i>editor</i> (Editor)</dt> @@ -267,11 +265,11 @@ <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> @@ -290,24 +288,24 @@ <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>) - <p> Private slot handling changes of the Disassembly viewer settings. </p> + <a NAME="AssistantJedi.__setAutoCompletionHook" ID="AssistantJedi.__setAutoCompletionHook"></a> <h4>AssistantJedi.__setAutoCompletionHook</h4> <b>__setAutoCompletionHook</b>(<i>editor</i>) - <p> Private method to set the autocompletion hook. </p> + <dl> <dt><i>editor</i> (Editor)</dt> @@ -318,10 +316,10 @@ <a NAME="AssistantJedi.__setCalltipsHook" ID="AssistantJedi.__setCalltipsHook"></a> <h4>AssistantJedi.__setCalltipsHook</h4> <b>__setCalltipsHook</b>(<i>editor</i>) - <p> Private method to set the calltip hook. </p> + <dl> <dt><i>editor</i> (Editor)</dt> @@ -332,10 +330,10 @@ <a NAME="AssistantJedi.__unsetAutoCompletionHook" ID="AssistantJedi.__unsetAutoCompletionHook"></a> <h4>AssistantJedi.__unsetAutoCompletionHook</h4> <b>__unsetAutoCompletionHook</b>(<i>editor</i>) - <p> Private method to unset the autocompletion hook. </p> + <dl> <dt><i>editor</i> (Editor)</dt> @@ -346,10 +344,10 @@ <a NAME="AssistantJedi.__unsetCalltipsHook" ID="AssistantJedi.__unsetCalltipsHook"></a> <h4>AssistantJedi.__unsetCalltipsHook</h4> <b>__unsetCalltipsHook</b>(<i>editor</i>) - <p> Private method to unset the calltip hook. </p> + <dl> <dt><i>editor</i> (Editor)</dt> @@ -359,4 +357,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>