select the contents of the search string in the 'search in files' dialog

closes PR 12667
This commit is contained in:
Robby Findler 2012-03-31 12:12:12 -05:00
parent f13d9a56d2
commit 033536e746

View File

@ -528,6 +528,8 @@
(set-method (preferences:get 'drracket:multi-file-search:search-type))
(send search-text-field focus)
(let ([t (send search-text-field get-editor)])
(send t set-position 0 (send t last-position)))
(send dialog show #t)
(and