Skip to main content

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




Back to the top