--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html Sat May 17 19:58:49 2014 +0200 +++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html Sun May 18 14:13:09 2014 +0200 @@ -133,16 +133,16 @@ <td>Protected method used to add the VCS menu for multi selection to all project browsers.</td> </tr><tr> <td><a href="#SvnProjectBrowserHelper.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="#SvnProjectBrowserHelper.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="#SvnProjectBrowserHelper.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="#SvnProjectBrowserHelper.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> @@ -353,7 +353,7 @@ <h4>SvnProjectBrowserHelper.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. @@ -370,7 +370,7 @@ <h4>SvnProjectBrowserHelper.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. @@ -387,7 +387,7 @@ <h4>SvnProjectBrowserHelper.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. @@ -404,7 +404,8 @@ <h4>SvnProjectBrowserHelper.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.