Skip to main content

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

Excellent, thanks for the contribution!

We're doing testing for the M4 build today, and gearing down for christmas
with some people away soon.  So if you don't hear back right away, its not
that we don't care :)

Thanks,
Kevin




                                                                                                                                       
                      "Gregor Kohlwes"                                                                                                 
                      <gkohlwes@cscploenzke.d         To:      platform-vcm-dev@xxxxxxxxxxx                                            
                      e>                              cc:                                                                              
                      Sent by:                        Subject: [platform-vcm-dev] Implementation of the cvs editors command            
                      platform-vcm-dev-admin@                                                                                          
                      eclipse.org                                                                                                      
                                                                                                                                       
                                                                                                                                       
                      12/18/2002 08:14 AM                                                                                              
                      Please respond to                                                                                                
                      platform-vcm-dev                                                                                                 
                                                                                                                                       
                                                                                                                                       




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



_______________________________________________
platform-vcm-dev mailing list
platform-vcm-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-vcm-dev






Back to the top