Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Anyone using Control.dragDetect(int, int, int, int)?

David,

I have GEF and GMF in my workspace and they don't appear to use this, so
that's probably why they haven't said anything...


Ed Merks/Toronto/IBM@IBMCA
mailto: merks@xxxxxxxxxx
905-413-3265  (t/l 969)




                                                                           
             David M Williams                                              
             <david_williams@u                                             
             s.ibm.com>                                                 To 
             Sent by:                  Cross project issues                
             cross-project-iss         <cross-project-issues-dev@eclipse.o 
             ues-dev-bounces@e         rg>                                 
             clipse.org                                                 cc 
                                                                           
                                                                   Subject 
             03/27/2007 05:11          Re: [cross-project-issues-dev]      
             PM                        Anyone using                        
                                       Control.dragDetect(int,  int, int,  
                                       int)?                               
             Please respond to                                             
               Cross project                                               
                  issues                                                   
             <cross-project-is                                             
             sues-dev@eclipse.                                             
                   org>                                                    
                                                                           
                                                                           





Steve, for what's its worth ... I scanned WTP code for this method and
didn't see it, so, it's fine from our point of view.

Now ... if GEF/GMF would just respond, I'd say that'd cover the risk.



                                                                           
 Steve Northover                                                           
 <Steve_Northover@xxxxxxxxxx>                                              
 Sent by:                                                               To 
 cross-project-issues-dev-bounc         cross-project-issues-dev@eclipse.o 
 es@xxxxxxxxxxx                         rg                                 
                                                                        cc 
                                                                           
 03/26/2007 04:44 PM                                               Subject 
                                        [cross-project-issues-dev]         
                                        Anyone using                       
        Please respond to               Control.dragDetect(int, int, int,  
      Cross project issues              int)?                              
  <cross-project-issues-dev@ecl                                            
            ipse.org>                                                      
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           






The method was introduced in Eclipse 3.3 M5 and right before M6, we
discovered that we needed to know whether the mouse had been double clicked
(which was not one of the ints in the signature).  We replaced it with
Control.dragDetect(MouseEvent) but didn't delete the method for M6 for fear
of breaking the build (we had just broken it that morning).  The plan had
always been to take the method out and the removal was approved on March
17th.  I'd like to remove it now.

Steve_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev




Back to the top