src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.ProjectBrowserHelper.html

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
diff -r 2f70ca07f0af -r 4cd7e5a8b3cf src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.ProjectBrowserHelper.html
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.ProjectBrowserHelper.html	Fri Dec 22 19:45:17 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.ProjectBrowserHelper.html	Sat Dec 23 15:40:23 2023 +0100
@@ -90,15 +90,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>
@@ -112,9 +112,9 @@
 </p>
 <dl>
 
-<dt><i>mode</i></dt>
+<dt><i>mode</i> (str)</dt>
 <dd>
-add mode (string one of 'normal' or 'large')
+add mode (string ne of 'normal' or 'large')
 </dd>
 </dl>
 <a NAME="LargefilesProjectBrowserHelper.initMenus" ID="LargefilesProjectBrowserHelper.initMenus"></a>
@@ -130,9 +130,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="LargefilesProjectBrowserHelper.menuTitle" ID="LargefilesProjectBrowserHelper.menuTitle"></a>
@@ -148,7 +153,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="LargefilesProjectBrowserHelper.showExtensionMenu" ID="LargefilesProjectBrowserHelper.showExtensionMenu"></a>
@@ -160,16 +171,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>

eric ide

mercurial