Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-vcm-dev] Implementation of the cvs editors command

Hello,
I have implemented the cvs editors command. You will find the patches
(org.eclipse.team.cvs.core and org.eclipse.team.cvs.ui)  in

http://dev.eclipse.org/bugs/show_bug.cgi?id=26805

There is a new popup team menu entry which opens a new view containing
information about the editors of the selected resource. In case of IProject
and IFolder the view will show the editors of the contained files. This
patch will be the base to fix the bug #26805 by changing the EditAction and
changing the FileModificationValidator. We will show a dialog with the
editors - if there  any - whenever the user wants to edit a file. This
feature will be configurable on the preference page.

I would appreciate if someone would check if the implementation is on the
right way. Especially if it is correct to implement the editors method in
the CVSTeamProvider class.

Any comments, feedback or suggestion are welcome.

Regards
Gregor





Back to the top