From 4b44bad6876a7f1cadf35c387190feaf772093ad Mon Sep 17 00:00:00 2001 From: Colton Voege Date: Thu, 25 Sep 2014 12:57:32 -0400 Subject: [PATCH] Replace all with Alt-Enter fixed. --- lib/ace/ext/searchbox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ace/ext/searchbox.js b/lib/ace/ext/searchbox.js index c306c81e..0369f2d0 100644 --- a/lib/ace/ext/searchbox.js +++ b/lib/ace/ext/searchbox.js @@ -173,7 +173,7 @@ var SearchBox = function(editor, range, showReplaceForm) { }, "Alt-Return": function(sb) { if (sb.activeInput == sb.replaceInput) - sb.replace(); + sb.replaceAll(); sb.findAll(); }, "Tab": function(sb) {