--- a/Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py Sat May 17 19:58:49 2014 +0200 +++ b/Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py Sun May 18 14:13:09 2014 +0200 @@ -44,7 +44,7 @@ def showContextMenu(self, menu, standardItems): """ - Slot called before the context menu is shown. + Public slot called before the context menu is shown. It enables/disables the VCS menu entries depending on the overall VCS status and the file status. @@ -79,7 +79,8 @@ def showContextMenuMulti(self, menu, standardItems): """ - Slot called before the context menu (multiple selections) is shown. + Public slot called before the context menu (multiple selections) is + shown. It enables/disables the VCS menu entries depending on the overall VCS status and the files status. @@ -120,7 +121,7 @@ def showContextMenuDir(self, menu, standardItems): """ - Slot called before the context menu is shown. + Public slot called before the context menu is shown. It enables/disables the VCS menu entries depending on the overall VCS status and the directory status. @@ -146,7 +147,7 @@ def showContextMenuDirMulti(self, menu, standardItems): """ - Slot called before the context menu is shown. + Public slot called before the context menu is shown. It enables/disables the VCS menu entries depending on the overall VCS status and the directory status.