https://bugs.documentfoundation.org/show_bug.cgi?id=162580
--- Comment #10 from Jim Raykowski <[email protected]> --- The patch committed above copies the query text from the sidebar Find deck/panel when the Find&Replace button in the toolbar is pressed. It doesn't work for Ctrl+H shortcut, yet. Below is a link to a patch that copies the query text to the Find&Replace dialog when Ctrl+H is pressed in the Find toolbar find text field control. Normally Ctrl+H toggles the Find&Replace dialog on and off. This patch makes the Find&Replace dialog not toggle off when Ctrl+H is pressed in the Find toolbar find text field control. It either opens the Find&Replace dialog and copies the query text to it or copies the query text to the already open dialog. The patch does not address copying the query text when the Find&Replace button is pressed in the Find toolbar. A possible way to make this work is to add the .uno:SearchDialog command directly to tbunosearchcontrollers.cxx instead of as a separate button as it is now. https://gerrit.libreoffice.org/c/core/+/193837 -- You are receiving this mail because: You are the assignee for the bug.
