Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 271021

Summary: Look at taking advantage of getDoubleClickTime()
Product: [Tools] GEF Reporter: Anthony Hunter <ahunter.eclipse>
Component: GEF-Legacy GEF (MVC)Assignee: Alexander Nyßen <nyssen>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: nyssen
Version: 3.5   
Target Milestone: 3.10.0 (Mars) M1   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Anthony Hunter CLA 2009-04-02 13:50:31 EDT
From Bug 231842 and DelayedDirectEditHelper:

We noticed that SWT has added getDoubleClickTime() to
Display. We originally had to guess at this, which is why we have a magic
number (400) in the code.
Comment 1 Alexander Nyßen CLA 2014-08-09 06:13:42 EDT
Replaced magic number (400) within DelayedDirectEditHelper with Display#getDoubleClickTime(). 

Pushed changes to origin/master, resolving as fixed in 3.10.0M1.