Merge branch 'master' of https://github.com/b3log/wide
This commit is contained in:
commit
43a0c9ea6e
|
@ -216,7 +216,7 @@ var hotkeys = {
|
||||||
|
|
||||||
var hotKeys = hotkeys.defaultKeyMap;
|
var hotKeys = hotkeys.defaultKeyMap;
|
||||||
if (event.ctrlKey === hotKeys.clearWindow.ctrlKey
|
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');
|
bottomGroup.clear('output');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
@ -409,6 +409,10 @@
|
||||||
<span class="space"></span> {{.i18n.rename}}
|
<span class="space"></span> {{.i18n.rename}}
|
||||||
</li>
|
</li>
|
||||||
<li class="hr"></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);">
|
<li onclick="tree.refresh(this);">
|
||||||
<span class="ico-refresh font-ico"></span> {{.i18n.refresh}}
|
<span class="ico-refresh font-ico"></span> {{.i18n.refresh}}
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in New Issue