--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html Sat May 17 19:58:49 2014 +0200 +++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html Sun May 18 14:13:09 2014 +0200 @@ -82,7 +82,7 @@ <td>Private slot called by the context menu to mark conflicts of a file as being resolved.</td> </tr><tr> <td><a href="#HgProjectBrowserHelper.__HgRevert">__HgRevert</a></td> -<td>Protected slot called by the context menu to revert changes made.</td> +<td>Private slot called by the context menu to revert changes made.</td> </tr><tr> <td><a href="#HgProjectBrowserHelper.__HgSbsDiff">__HgSbsDiff</a></td> <td>Private slot called by the context menu to show the difference of a file to the repository side-by-side.</td> @@ -115,16 +115,16 @@ <td>Protected method used to add the VCS menu for multi selection to all project browsers.</td> </tr><tr> <td><a href="#HgProjectBrowserHelper.showContextMenu">showContextMenu</a></td> -<td>Slot called before the context menu is shown.</td> +<td>Public slot called before the context menu is shown.</td> </tr><tr> <td><a href="#HgProjectBrowserHelper.showContextMenuDir">showContextMenuDir</a></td> -<td>Slot called before the context menu is shown.</td> +<td>Public slot called before the context menu is shown.</td> </tr><tr> <td><a href="#HgProjectBrowserHelper.showContextMenuDirMulti">showContextMenuDirMulti</a></td> -<td>Slot called before the context menu is shown.</td> +<td>Public slot called before the context menu is shown.</td> </tr><tr> <td><a href="#HgProjectBrowserHelper.showContextMenuMulti">showContextMenuMulti</a></td> -<td>Slot called before the context menu (multiple selections) is shown.</td> +<td>Public slot called before the context menu (multiple selections) is shown.</td> </tr> </table> <h3>Static Methods</h3> @@ -202,7 +202,7 @@ <h4>HgProjectBrowserHelper.__HgRevert</h4> <b>__HgRevert</b>(<i></i>) <p> - Protected slot called by the context menu to revert changes made. + Private slot called by the context menu to revert changes made. </p><a NAME="HgProjectBrowserHelper.__HgSbsDiff" ID="HgProjectBrowserHelper.__HgSbsDiff"></a> <h4>HgProjectBrowserHelper.__HgSbsDiff</h4> <b>__HgSbsDiff</b>(<i></i>) @@ -313,7 +313,7 @@ <h4>HgProjectBrowserHelper.showContextMenu</h4> <b>showContextMenu</b>(<i>menu, standardItems</i>) <p> - Slot called before the context menu is shown. + 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. @@ -330,7 +330,7 @@ <h4>HgProjectBrowserHelper.showContextMenuDir</h4> <b>showContextMenuDir</b>(<i>menu, standardItems</i>) <p> - Slot called before the context menu is shown. + 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. @@ -347,7 +347,7 @@ <h4>HgProjectBrowserHelper.showContextMenuDirMulti</h4> <b>showContextMenuDirMulti</b>(<i>menu, standardItems</i>) <p> - Slot called before the context menu is shown. + 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. @@ -364,7 +364,8 @@ <h4>HgProjectBrowserHelper.showContextMenuMulti</h4> <b>showContextMenuMulti</b>(<i>menu, standardItems</i>) <p> - Slot called before the context menu (multiple selections) is shown. + 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.