[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform.swt] Re: is triple click = select-all supported in SWT?
|
You can listen for triple-click as of the 3.3 stream (with the new
MouseEvent.count field) and have this invoke the select all functionality.
I don't think there was a way to do this in 3.1.2 though.
Grant
"Paul Keyser" <rolarenfan@xxxxxxxxxxxxx> wrote in message
news:egm2cu$r9m$1@xxxxxxxxxxxxxxxxxxxx
> R 3.1.2
>
> Some of my users (well, one) have asked to have triple-click in a Text
cause "Select All"; they (he)
> claims this is common in browsers, although my install of mozilla does not
work that way. Has anyone
> else run into this requirement? Does SWT support this? (Eclipse's
java-editor does not seem to, but
> that is no proof either way.)
>
> thanks,
> Paul