save files before running Replace in Files

pull/261/head
nightwing 2016-02-23 13:14:09 +04:00
rodzic a31f545b79
commit 002235f6dc
2 zmienionych plików z 7 dodań i 7 usunięć

Wyświetl plik

@ -145,10 +145,10 @@ var C9SearchHighlightRules = function() {
});
}
if (replace) {
search = replace;
options = "";
}
// if (replace) {
// search = replace;
// options = "";
// }
if (search) {
if (!/regex/.test(options))

Wyświetl plik

@ -70,7 +70,7 @@
"c9.ide.collab": "#00bd850bba",
"c9.ide.local": "#ded0db8949",
"c9.ide.find": "#e33fbaed2f",
"c9.ide.find.infiles": "#f0149b05ff",
"c9.ide.find.infiles": "#c0a13737ef",
"c9.ide.find.replace": "#8cbce45290",
"c9.ide.run.debug": "#f51895faec",
"c9.automate": "#47e2c429c9",
@ -105,10 +105,10 @@
"c9.ide.recentfiles": "#7c099abf40",
"c9.ide.remote": "#301d2ab519",
"c9.ide.processlist": "#2b12cd1bdd",
"c9.ide.run": "#8130d6ed10",
"c9.ide.run": "#75302f4791",
"c9.ide.run.build": "#0598fff697",
"c9.ide.run.debug.xdebug": "#9956689819",
"c9.ide.save": "#496328f2eb",
"c9.ide.save": "#417e4b53c4",
"c9.ide.scm": "#ca3c94b84f",
"c9.ide.terminal.monitor": "#1a4092ede2",
"c9.ide.test": "#a282ec1619",