Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-vcm-dev] Disabling outgoing mode in synchronize view


All,

I am working on a repository plug-in similar to CVS. Different types of synchronize functionality are provided so as to allow users to synchronize on different hierarchical elements in the repository. One such synchronize functionality does not allow users to perform operations on the repository. To accomplish this, I have disabled all the context menu items necessary to perform operations on a repository. A better approach would be to disable the outgoing mode in the
synchronize view.

I looked at the CatchupReleaseViewer code and SyncCompareInput code with the hope that Eclipse framework would allow plug-in developers to disable the incoming / outgoing / incoming-outgoing toolbar items. But all the items in the toolbar are private..


Is it possible to disable the incoming / outgoing / incoming-outgoing modes inside a synchronize view?

Thanks
Balaji


Back to the top