--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.ProjectBrowserHelper.html Fri Oct 27 14:07:03 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.ProjectBrowserHelper.html Fri Oct 27 14:09:40 2023 +0200 @@ -132,19 +132,19 @@ </tr> <tr> <td><a href="#GitProjectBrowserHelper.showContextMenu">showContextMenu</a></td> -<td></td> +<td>Public slot called before the context menu is shown.</td> </tr> <tr> <td><a href="#GitProjectBrowserHelper.showContextMenuDir">showContextMenuDir</a></td> -<td></td> +<td>Public slot called before the context menu is shown.</td> </tr> <tr> <td><a href="#GitProjectBrowserHelper.showContextMenuDirMulti">showContextMenuDirMulti</a></td> -<td></td> +<td>Public slot called before the context menu is shown.</td> </tr> <tr> <td><a href="#GitProjectBrowserHelper.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> @@ -378,18 +378,95 @@ <h4>GitProjectBrowserHelper.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="GitProjectBrowserHelper.showContextMenuDir" ID="GitProjectBrowserHelper.showContextMenuDir"></a> <h4>GitProjectBrowserHelper.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="GitProjectBrowserHelper.showContextMenuDirMulti" ID="GitProjectBrowserHelper.showContextMenuDirMulti"></a> <h4>GitProjectBrowserHelper.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="GitProjectBrowserHelper.showContextMenuMulti" ID="GitProjectBrowserHelper.showContextMenuMulti"></a> <h4>GitProjectBrowserHelper.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