This commit is contained in:
Liang Ding 2014-11-14 17:34:01 +08:00
commit 4168a7c0ce
7 changed files with 33 additions and 6 deletions

View File

@ -122,5 +122,6 @@
"discard": "Discard",
"close": "Close",
"close_other": "Close Other",
"clear": "Clear"
"clear": "Clear",
"perference": "Perference"
}

View File

@ -122,5 +122,6 @@
"discard": "あきらめる",
"close": "クローズ",
"close_other": "閉じるその他",
"clear": "空の"
"clear": "空の",
"perference": "偏好设定"
}

View File

@ -122,5 +122,6 @@
"discard": "放弃",
"close": "关闭",
"close_other": "关闭其它",
"clear": "清空"
"clear": "清空",
"perference": "偏好设定"
}

View File

@ -122,5 +122,6 @@
"discard": "放棄",
"close": "關閉",
"close_other": "關閉其它",
"clear": "清空"
"clear": "清空",
"perference": "偏好設定"
}

View File

@ -299,8 +299,11 @@ var wide = {
var name = $("#dialogGoFilePrompt > input").val();
var request = newWideRequest();
request.path = wide.curNode.path;
request.path = '';
request.name = '*' + name + '*';
if (wide.curNode) {
request.path = wide.curNode.path;
}
$.ajax({
type: 'POST',
@ -448,6 +451,20 @@ var wide = {
});
});
},
openPreference:function () {
$("#dialogPreference").dialog("open");
},
_initPreference: function () {
$("#dialogPreference").load('/preference', function () {
$("#dialogPreference").dialog({
"modal": true,
"height": 460,
"width": 800,
"title": config.label.perference,
"hideFooter": true
});
});
},
_initLayout: function () {
var mainH = $(window).height() - $(".menu").height() - $(".footer").height(),
bottomH = Math.floor(mainH * 0.3);

View File

@ -37,6 +37,9 @@
<li class="close-all" onclick="wide.closeAllFiles()">
<span>{{.i18n.close_all_files}}</span>
</li>
<li class="close-all" onclick="wide.openPreference()">
<span>{{.i18n.perference}}</span>
</li>
<li class="hr"></li>
<li onclick="wide.exit()">
<span>{{.i18n.exit}}</span>
@ -232,6 +235,7 @@
</div>
<div id="dialogAlert" class="fn-none"></div>
<div id="dialogAbout" class="fn-none"></div>
<div id="dialogPreference" class="fn-none"></div>
<div id="dialogNewFilePrompt" class="dialog-prompt fn-none">
<input/>
</div>
@ -290,7 +294,8 @@
"new_version_available": "{{.i18n.new_version_available}}",
"colon": "{{.i18n.colon}}",
"file": "{{.i18n.file}}",
"uptodate": "{{.i18n.uptodate}}"
"uptodate": "{{.i18n.uptodate}}",
"perference": "{{.i18n.perference}}"
},
"channel": {
"editor": '{{.conf.EditorChannel}}',

1
views/preference.html Normal file
View File

@ -0,0 +1 @@
perference