self.editor.setSelection(self.searchCursor.from(), self.searchCursor.to());
self.editor.scrollIntoView({from: self.searchCursor.from(), to: self.searchCursor.to()}, 20);
self.$replaceButton.removeAttr("disabled");
self.editor.setSelection(self.searchCursor.from(), self.searchCursor.to());
self.editor.scrollIntoView({from: self.searchCursor.from(), to: self.searchCursor.to()}, 20);
self.$replaceButton.removeAttr("disabled");