--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgExtensionProjectBrowserHelper.html Fri Dec 22 19:45:17 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgExtensionProjectBrowserHelper.html Sat Dec 23 15:40:23 2023 +0100 @@ -96,15 +96,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> @@ -118,10 +118,9 @@ </p> <dl> -<dt><i>name</i></dt> +<dt><i>name</i> (str)</dt> <dd> -filename or directoryname of the item to be updated - (string) +filename or directory name of the item to be updated </dd> </dl> <a NAME="HgExtensionProjectBrowserHelper.initMenus" ID="HgExtensionProjectBrowserHelper.initMenus"></a> @@ -137,9 +136,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> <dl> @@ -163,7 +167,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> <dl> @@ -187,16 +197,15 @@ </p> <dl> -<dt><i>key</i></dt> +<dt><i>key</i> (str)</dt> <dd> -menu key (string, one of 'mainMenu', 'multiMenu', +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> <dl>