Community
Participate
Working Groups
Snippet026 is not enabling the editor on double click. The problem is that whenm the editor is activated somehow a Focus-Lost event is produced by SWT by putting back focus to the Tree/Table. A work-around is activating the editor in an Display.asyncExec(). Appending a patch
Created attachment 65124 [details] Fix problem on Gtk needs testing on MacOSX and WinXP
WinXP: +1
Created attachment 65127 [details] apply to HEAD MacOSX: no problem with patch applied
Boris comments? I'd like to resolve this Friday for M7
moving to rc1
Created attachment 66166 [details] Using a double-click listener instead of asyncExec
Test on Linux-Gtk and MacOSX and patch works
+1 for RC1.
Released > N20070508
Verified in I20070517-1700 using Snippet026 as test case