The ‘Replace All’ button in the global search dialog is broken. It produces an error in the dev console and doesn’t replace anything:
Uncaught TypeError: Electron_Dialog.showMessageBoxSync is not a function
at Function.electron_DialogFallback.showConfirmWarnProxy (app.js:4138)
at HTMLInputElement.ui_GlobalSearch.btReplace.onclick (app.js:26344)
electron_DialogFallback.showConfirmWarnProxy @ app.js:4138
ui_GlobalSearch.btReplace.onclick @ app.js:26344
All other buttons, including the ‘Preview Replace All’, work as expected. This occurs for me when working on 1.x projects, I have not tested it on a 2.x project.