This commit is contained in:
parent
ce1ebda2a6
commit
bc9145790c
|
@ -1,5 +1,6 @@
|
||||||
/wide.exe
|
/wide.exe
|
||||||
/wide
|
/wide
|
||||||
|
/main
|
||||||
|
|
||||||
/data/workspace/bin/
|
/data/workspace/bin/
|
||||||
/data/workspace/pkg/
|
/data/workspace/pkg/
|
||||||
|
|
|
@ -432,6 +432,8 @@ var wide = {
|
||||||
if ($(".menu li.save-all").hasClass("disabled")) {
|
if ($(".menu li.save-all").hasClass("disabled")) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: 只保存未保存过的文件
|
||||||
|
|
||||||
for (var i = 0, ii = editors.data.length; i < ii; i++) {
|
for (var i = 0, ii = editors.data.length; i < ii; i++) {
|
||||||
this.fmt(tree.fileTree.getNodeByTId(editors.data[i].id).path, editors.data[i].editor);
|
this.fmt(tree.fileTree.getNodeByTId(editors.data[i].id).path, editors.data[i].editor);
|
||||||
|
|
Loading…
Reference in New Issue