--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.ProjectBrowserHelper.html Sat Mar 01 18:35:24 2014 +0100 +++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.ProjectBrowserHelper.html Sat Mar 01 18:36:34 2014 +0100 @@ -71,6 +71,9 @@ </tr><tr> <td><a href="#ShelveProjectBrowserHelper.menuTitle">menuTitle</a></td> <td>Public method to get the menu title.</td> +</tr><tr> +<td><a href="#ShelveProjectBrowserHelper.showExtensionMenu">showExtensionMenu</a></td> +<td>Public method to prepare the extension menu for display.</td> </tr> </table> <h3>Static Methods</h3> @@ -117,8 +120,6 @@ <b>initMenus</b>(<i></i>) <p> Public method to generate the extension menus. -</p><p> - Note: Derived class must implement this method. </p><dl> <dt>Returns:</dt> <dd> @@ -131,13 +132,27 @@ <b>menuTitle</b>(<i></i>) <p> Public method to get the menu title. -</p><p> - Note: Derived class must implement this method. </p><dl> <dt>Returns:</dt> <dd> title of the menu (string) </dd> +</dl><a NAME="ShelveProjectBrowserHelper.showExtensionMenu" ID="ShelveProjectBrowserHelper.showExtensionMenu"></a> +<h4>ShelveProjectBrowserHelper.showExtensionMenu</h4> +<b>showExtensionMenu</b>(<i>key, controlled</i>) +<p> + Public method to prepare the extension menu for display. +</p><dl> +<dt><i>key</i></dt> +<dd> +menu key (string, one of 'mainMenu', 'multiMenu', + 'backMenu', 'dirMenu' or 'dirMultiMenu') +</dd><dt><i>controlled</i></dt> +<dd> +flag indicating to prepare the menu for a + version controlled entry or a non-version controlled entry + (boolean) +</dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr />