diff -r e7764f992a01 -r b51dfacef37f src/eric7/Documentation/Source/eric7.Plugins.PluginEricapi.html --- a/src/eric7/Documentation/Source/eric7.Plugins.PluginEricapi.html Fri Oct 27 14:07:03 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.PluginEricapi.html Fri Oct 27 14:09:40 2023 +0200 @@ -72,7 +72,7 @@ </tr> <tr> <td><a href="#EricapiPlugin.__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="#EricapiPlugin.activate">activate</a></td> @@ -121,6 +121,21 @@ <h4>EricapiPlugin.__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="EricapiPlugin.activate" ID="EricapiPlugin.activate"></a> <h4>EricapiPlugin.activate</h4> <b>activate</b>(<i></i>)