Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Oct 22, 2014
1 parent ce1ebda commit bc91457
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/wide.exe
/wide
/main

/data/workspace/bin/
/data/workspace/pkg/
Expand Down
2 changes: 2 additions & 0 deletions static/js/wide.js
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,8 @@ var wide = {
if ($(".menu li.save-all").hasClass("disabled")) {
return false;
}

// TODO: 只保存未保存过的文件

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);
Expand Down

0 comments on commit bc91457

Please sign in to comment.