--- a/src/eric7/Documentation/Source/eric7.Plugins.PluginCodeStyleChecker.html Fri Oct 27 14:07:03 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.PluginCodeStyleChecker.html Fri Oct 27 14:09:40 2023 +0200 @@ -109,7 +109,7 @@ </tr> <tr> <td><a href="#CodeStyleCheckerPlugin.__projectShowMenu">__projectShowMenu</a></td> -<td></td> +<td>Private slot called, when the the project menu or a submenu is about to be shown.</td> </tr> <tr> <td><a href="#CodeStyleCheckerPlugin.__serviceError">__serviceError</a></td> @@ -272,6 +272,21 @@ <h4>CodeStyleCheckerPlugin.__projectShowMenu</h4> <b>__projectShowMenu</b>(<i>menuName, menu</i>) +<p> + Private slot called, when the the project menu or a submenu is + about to be shown. +</p> +<dl> + +<dt><i>menuName</i></dt> +<dd> +name of the menu to be shown (string) +</dd> +<dt><i>menu</i></dt> +<dd> +reference to the menu (QMenu) +</dd> +</dl> <a NAME="CodeStyleCheckerPlugin.__serviceError" ID="CodeStyleCheckerPlugin.__serviceError"></a> <h4>CodeStyleCheckerPlugin.__serviceError</h4> <b>__serviceError</b>(<i>fn, msg</i>)