select the contents of the search string in the 'search in files' dialog
closes PR 12667
This commit is contained in:
parent
f13d9a56d2
commit
033536e746
|
@ -528,6 +528,8 @@
|
||||||
(set-method (preferences:get 'drracket:multi-file-search:search-type))
|
(set-method (preferences:get 'drracket:multi-file-search:search-type))
|
||||||
|
|
||||||
(send search-text-field focus)
|
(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)
|
(send dialog show #t)
|
||||||
|
|
||||||
(and
|
(and
|
||||||
|
|
Loading…
Reference in New Issue
Block a user