This commit is contained in:
Van 2015-01-04 16:37:43 +08:00
commit 43a0c9ea6e
2 changed files with 5 additions and 1 deletions

View File

@ -216,7 +216,7 @@ var hotkeys = {
var hotKeys = hotkeys.defaultKeyMap;
if (event.ctrlKey === hotKeys.clearWindow.ctrlKey
&& event.which === hotKeys.clearWindow.which) { // Ctrl-F 搜索
&& event.which === hotKeys.clearWindow.which) { // Ctrl-C clear output
bottomGroup.clear('output');
return;
}

View File

@ -409,6 +409,10 @@
<span class="space"></span> {{.i18n.rename}}
</li>
<li class="hr"></li>
<li class="find" onclick="$('#dialogSearchForm').dialog('open');">
<span class="font-ico ico-findfiles"></span> {{.i18n.find_in_files}}
</li>
<li class="hr"></li>
<li onclick="tree.refresh(this);">
<span class="ico-refresh font-ico"></span> {{.i18n.refresh}}
</li>