--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html Fri Oct 27 14:07:03 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html Fri Oct 27 14:09:40 2023 +0200 @@ -148,19 +148,19 @@ </tr> <tr> <td><a href="#HgProjectBrowserHelper.showContextMenu">showContextMenu</a></td> -<td></td> +<td>Public slot called before the context menu is shown.</td> </tr> <tr> <td><a href="#HgProjectBrowserHelper.showContextMenuDir">showContextMenuDir</a></td> -<td></td> +<td>Public slot called before the context menu is shown.</td> </tr> <tr> <td><a href="#HgProjectBrowserHelper.showContextMenuDirMulti">showContextMenuDirMulti</a></td> -<td></td> +<td>Public slot called before the context menu is shown.</td> </tr> <tr> <td><a href="#HgProjectBrowserHelper.showContextMenuMulti">showContextMenuMulti</a></td> -<td></td> +<td>Public slot called before the context menu (multiple selections) is shown.</td> </tr> </table> <h3>Static Methods</h3> @@ -456,18 +456,95 @@ <h4>HgProjectBrowserHelper.showContextMenu</h4> <b>showContextMenu</b>(<i>menu, standardItems</i>) +<p> + Public slot called before the context menu is shown. +</p> +<p> + It enables/disables the VCS menu entries depending on the overall + VCS status and the file status. +</p> +<dl> + +<dt><i>menu</i></dt> +<dd> +reference to the menu to be shown +</dd> +<dt><i>standardItems</i></dt> +<dd> +array of standard items that need + activation/deactivation depending on the overall VCS status +</dd> +</dl> <a NAME="HgProjectBrowserHelper.showContextMenuDir" ID="HgProjectBrowserHelper.showContextMenuDir"></a> <h4>HgProjectBrowserHelper.showContextMenuDir</h4> <b>showContextMenuDir</b>(<i>menu, standardItems</i>) +<p> + Public slot called before the context menu is shown. +</p> +<p> + It enables/disables the VCS menu entries depending on the overall + VCS status and the directory status. +</p> +<dl> + +<dt><i>menu</i></dt> +<dd> +reference to the menu to be shown +</dd> +<dt><i>standardItems</i></dt> +<dd> +array of standard items that need + activation/deactivation depending on the overall VCS status +</dd> +</dl> <a NAME="HgProjectBrowserHelper.showContextMenuDirMulti" ID="HgProjectBrowserHelper.showContextMenuDirMulti"></a> <h4>HgProjectBrowserHelper.showContextMenuDirMulti</h4> <b>showContextMenuDirMulti</b>(<i>menu, standardItems</i>) +<p> + Public slot called before the context menu is shown. +</p> +<p> + It enables/disables the VCS menu entries depending on the overall + VCS status and the directory status. +</p> +<dl> + +<dt><i>menu</i></dt> +<dd> +reference to the menu to be shown +</dd> +<dt><i>standardItems</i></dt> +<dd> +array of standard items that need + activation/deactivation depending on the overall VCS status +</dd> +</dl> <a NAME="HgProjectBrowserHelper.showContextMenuMulti" ID="HgProjectBrowserHelper.showContextMenuMulti"></a> <h4>HgProjectBrowserHelper.showContextMenuMulti</h4> <b>showContextMenuMulti</b>(<i>menu, standardItems</i>) +<p> + Public slot called before the context menu (multiple selections) is + shown. +</p> +<p> + It enables/disables the VCS menu entries depending on the overall + VCS status and the files status. +</p> +<dl> + +<dt><i>menu</i></dt> +<dd> +reference to the menu to be shown +</dd> +<dt><i>standardItems</i></dt> +<dd> +array of standard items that need + activation/deactivation depending on the overall VCS status +</dd> +</dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html> \ No newline at end of file