Community
Participate
Working Groups
Double clicking on an outline node should update the position in the editor to the clicked node. Currently, this only works (with a single click) if the outline is in linked mode. Compare to JDT outline where a double click always updates the editor position even if the outline is not linked.
Patch for
Ooops, hit RETURN to early :-) Patch for bug 319305 introduced an additional guard that prevents the selection to be transferred from outline to text, regardless of the state of the link with editor button. Made OutlineSelectionChangedListener an IDoubleClickListener to implement the same behavior as in JDT. (The link with editor toggle button is hidden in a submenu in JDT).
Closing bug which were set to RESOLVED before Eclipse Neon.0.