Merge pull request +12375 from c9/fix-find-in-files

Fix find in files issues
pull/261/head
Harutyun Amirjanyan 2016-02-26 23:27:31 +04:00
commit 9e1cdc11bb
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": "#10eb45842a",
"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": "#f5e40ce86f",
"c9.ide.run": "#4dec51bc23",
"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",