Re: [racket-users] mouse selection on a text-field%

2016-04-08 Thread Matthew Flatt
At Fri, 8 Apr 2016 18:50:09 +0200, mazert wrote: > I try to find an easy way to add the general mouse selection system > (double click on a word will select it for example) on a text-field gui > component. In the case of double-click to select a word, you could implement it via the keymap in a t

[racket-users] mouse selection on a text-field%

2016-04-08 Thread mazert
Hello, I try to find an easy way to add the general mouse selection system (double click on a word will select it for example) on a text-field gui component. In the multi file search tool of Drracket, text-fields have this feature, but by looking the source code : https://github.com/racket/