Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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

Back to the top