| [news.eclipse.tools] DoubleClick strategies |
I am looking at the code responsible for handling double-click selections in the text editor. In org.eclipse.jface.text.TextView, the TextDoubleClickStrategyConnector calls the ITextDoubleClickStrategy.doubleClicked on the mouseUp event. Could someone explain the design decision behind this? It looks like this limits the extendable behavior of mouse based selection. Alan