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)?


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: cross-project-issues-dev-bounces@xxxxxxxxxxx

03/26/2007 04:44 PM

Please respond to
Cross project issues <cross-project-issues-dev@xxxxxxxxxxx>

To
cross-project-issues-dev@xxxxxxxxxxx
cc
Subject
[cross-project-issues-dev]         Anyone using Control.dragDetect(int, int, int, int)?






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


Back to the top