diff -r 2f70ca07f0af -r 4cd7e5a8b3cf src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.ProjectBrowserHelper.html --- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.ProjectBrowserHelper.html Fri Dec 22 19:45:17 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.ProjectBrowserHelper.html Sat Dec 23 15:40:23 2023 +0100 @@ -94,15 +94,15 @@ </p> <dl> -<dt><i>vcsObject</i></dt> +<dt><i>vcsObject</i> (Hg)</dt> <dd> reference to the vcs object </dd> -<dt><i>browserObject</i></dt> +<dt><i>browserObject</i> (ProjectBaseBrowser)</dt> <dd> reference to the project browser object </dd> -<dt><i>projectObject</i></dt> +<dt><i>projectObject</i> (Project)</dt> <dd> reference to the project object </dd> @@ -123,14 +123,14 @@ </p> <dl> -<dt><i>shouldReopen</i></dt> +<dt><i>shouldReopen</i> (bool)</dt> <dd> flag indicating that the project should - be reopened (boolean) + be reopened </dd> -<dt><i>title</i></dt> +<dt><i>title</i> (str)</dt> <dd> -title of the message box (string) +title of the message box </dd> </dl> <a NAME="ShelveProjectBrowserHelper.initMenus" ID="ShelveProjectBrowserHelper.initMenus"></a> @@ -143,9 +143,14 @@ <dl> <dt>Return:</dt> <dd> -dictionary of populated menu (dict of QMenu). The dict - must have the keys 'mainMenu', 'multiMenu', 'backMenu', 'dirMenu' - and 'dirMultiMenu'. +dictionary of populated menu. The dict must have the keys 'mainMenu', + 'multiMenu', 'backMenu', 'dirMenu' and 'dirMultiMenu'. +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +dict of QMenu </dd> </dl> <a NAME="ShelveProjectBrowserHelper.menuTitle" ID="ShelveProjectBrowserHelper.menuTitle"></a> @@ -158,7 +163,13 @@ <dl> <dt>Return:</dt> <dd> -title of the menu (string) +title of the menu +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <a NAME="ShelveProjectBrowserHelper.showExtensionMenu" ID="ShelveProjectBrowserHelper.showExtensionMenu"></a> @@ -170,16 +181,15 @@ </p> <dl> -<dt><i>key</i></dt> +<dt><i>key</i> (str)</dt> <dd> -menu key (string, one of 'mainMenu', 'multiMenu', - 'backMenu', 'dirMenu' or 'dirMultiMenu') +menu key (one of 'mainMenu', 'multiMenu', 'backMenu', 'dirMenu' + or 'dirMultiMenu') </dd> -<dt><i>controlled</i></dt> +<dt><i>controlled</i> (bool)</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>