adjust the find-in-files initial config dialog to
get the "global" framework keybindings closes PR 13110
This commit is contained in:
parent
ac5965a1dc
commit
c069fa67a9
|
@ -358,6 +358,8 @@
|
|||
;; thread: eventspace main thread
|
||||
;; configures the search
|
||||
(define (configure-search)
|
||||
(keymap:call/text-keymap-initializer
|
||||
(λ ()
|
||||
(define dialog (make-object dialog% (string-constant mfs-configure-search)
|
||||
#f 500 #f #f #f '(resize-border)))
|
||||
(define outer-files-panel (make-object vertical-panel% dialog '(border)))
|
||||
|
@ -563,7 +565,7 @@
|
|||
(and (send filter-check-box get-value)
|
||||
(regexp (send filter-text-field get-value)))
|
||||
searcher
|
||||
(send search-text-field get-value))))
|
||||
(send search-text-field get-value))))))
|
||||
|
||||
|
||||
;; do-search : search-info text -> void
|
||||
|
|
Loading…
Reference in New Issue
Block a user