Replace all with Alt-Enter fixed.

This commit is contained in:
Colton Voege 2014-09-25 12:57:32 -04:00
commit 4b44bad687

View file

@ -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) {