编辑:ext-keybinding_menu.js
ace.define("ace/ext/menu_tools/overlay_page",["require","exports","module","ace/lib/dom"],function(e,t,n){"use strict";var r=e("../../lib/dom"),i="#ace_settingsmenu, #kbshortcutmenu {background-color: #F7F7F7;color: black;box-shadow: -5px 4px 5px rgba(126, 126, 126, 0.55);padding: 1em 0.5em 2em 1em;overflow: auto;position: absolute;margin: 0;bottom: 0;right: 0;top: 0;z-index: 9991;cursor: default;}.ace_dark #ace_settingsmenu, .ace_dark #kbshortcutmenu {box-shadow: -20px 10px 25px rgba(126, 126, 126, 0.25);background-color: rgba(255, 255, 255, 0.6);color: black;}.ace_optionsMenuEntry:hover {background-color: rgba(100, 100, 100, 0.1);-webkit-transition: all 0.5s;transition: all 0.3s}.ace_closeButton {background: rgba(245, 146, 146, 0.5);border: 1px solid #F48A8A;border-radius: 50%;padding: 7px;position: absolute;right: -8px;top: -8px;z-index: 1000;}.ace_closeButton{background: rgba(245, 146, 146, 0.9);}.ace_optionsMenuKey {color: darkslateblue;font-weight: bold;}.ace_optionsMenuCommand {color: darkcyan;font-weight: normal;}";r.importCssString(i),n.exports.overlayPage=function(t,n,i,s,o,u){function l(e){e.keyCode===27&&a.click()}i=i?"top: "+i+";":"",o=o?"bottom: "+o+";":"",s=s?"right: "+s+";":"",u=u?"left: "+u+";":"";var a=document.createElement("div"),f=document.createElement("div");a.style.cssText="margin: 0; padding: 0; position: fixed; top:0; bottom:0; left:0; right:0;z-index: 9990; background-color: rgba(0, 0, 0, 0.3);",a.addEventListener("click",function(){document.removeEventListener("keydown",l),a.parentNode.removeChild(a),t.focus(),a=null}),document.addEventListener("keydown",l),f.style.cssText=i+s+o+u,f.addEventListener("click",function(e){e.stopPropagation()});var c=r.createElement("div");c.style.position="relative";var h=r.createElement("div");h.className="ace_closeButton",h.addEventListener("click",function(){a.click()}),c.appendChild(h),f.appendChild(c),f.appendChild(n),a.appendChild(f),document.body.appendChild(a),t.blur()}}),ace.define("ace/ext/menu_tools/get_editor_keyboard_shortcuts",["require","exports","module","ace/lib/keys"],function(e,t,n){"use strict";var r=e("../../lib/keys");n.exports.getEditorKeybordShortcuts=function(e){var t=r.KEY_MODS,n=[],i={};return e.keyBinding.$handlers.forEach(function(e){var t=e.commandKeyBinding;for(var r in t){var s=r.replace(/(^|-)\w/g,function(e){return e.toUpperCase()}),o=t[r];Array.isArray(o)||(o=[o]),o.forEach(function(e){typeof e!="string"&&(e=e.name),i[e]?i[e].key+="|"+s:(i[e]={key:s,command:e},n.push(i[e]))})}}),n}}),ace.define("ace/ext/keybinding_menu",["require","exports","module","ace/editor","ace/ext/menu_tools/overlay_page","ace/ext/menu_tools/get_editor_keyboard_shortcuts"],function(e,t,n){"use strict";function i(t){if(!document.getElementById("kbshortcutmenu")){var n=e("./menu_tools/overlay_page").overlayPage,r=e("./menu_tools/get_editor_keyboard_shortcuts").getEditorKeybordShortcuts,i=r(t),s=document.createElement("div"),o=i.reduce(function(e,t){return e+'<div class="ace_optionsMenuEntry"><span class="ace_optionsMenuCommand">'+t.command+"</span> : "+'<span class="ace_optionsMenuKey">'+t.key+"</span></div>"},"");s.id="kbshortcutmenu",s.innerHTML="<h1>Keyboard Shortcuts</h1>"+o+"</div>",n(t,s,"0","0","0",null)}}var r=e("ace/editor").Editor;n.exports.init=function(e){r.prototype.showKeyboardShortcuts=function(){i(this)},e.commands.addCommands([{name:"showKeyboardShortcuts",bindKey:{win:"Ctrl-Alt-h",mac:"Command-Alt-h"},exec:function(e,t){e.showKeyboardShortcuts()}}])}}); (function() { ace.require(["ace/ext/keybinding_menu"], function() {}); })();
保存文件
位置:
home
/
fembzvrs
/
zimeza.com
/
wp-content
/
plugins
/
ad-inserter
/
includes
/
ace
批量上传
创建
创建
批量权限
批量删除
名称
权限
大小
修改时间
操作
↑ 返回上级
-
-
-
-
LICENSE
-rw-r--r--
1.46 KB
2019-05-08 22:45
编辑
下载
权限
删除
重命名
Readme.md
-rw-r--r--
6.51 KB
2019-05-08 22:45
编辑
下载
权限
删除
重命名
ace.js
-rw-r--r--
330.47 KB
2017-04-27 22:02
编辑
下载
权限
删除
重命名
ext-beautify.js
-rw-r--r--
3.73 KB
2017-04-27 22:02
编辑
下载
权限
删除
重命名
ext-chromevox.js
-rw-r--r--
6.27 KB
2017-04-27 22:02
编辑
下载
权限
删除
重命名
ext-elastic_tabstops_lite.js
-rw-r--r--
3.77 KB
2017-04-27 22:02
编辑
下载
权限
删除
重命名
ext-emmet.js
-rw-r--r--
20.38 KB
2017-04-27 22:02
编辑
下载
权限
删除
重命名
ext-error_marker.js
-rw-r--r--
140 B
2017-04-27 22:02
编辑
下载
权限
删除
重命名
ext-keybinding_menu.js
-rw-r--r--
3.55 KB
2017-04-27 22:02
编辑
下载
权限
删除
重命名
ext-language_tools.js
-rw-r--r--
33.18 KB
2017-04-27 22:02
编辑
下载
权限
删除
重命名
ext-linking.js
-rw-r--r--
825 B
2017-04-27 22:02
编辑
下载
权限
删除
重命名
ext-modelist.js
-rw-r--r--
3.2 KB
2017-04-27 22:02
编辑
下载
权限
删除
重命名
ext-old_ie.js
-rw-r--r--
11.55 KB
2017-04-27 22:02
编辑
下载
权限
删除
重命名
ext-searchbox.js
-rw-r--r--
9.68 KB
2017-04-27 22:02
编辑
下载
权限
删除
重命名
ext-settings_menu.js
-rw-r--r--
10.79 KB
2017-04-27 22:02
编辑
下载
权限
删除
重命名
ext-spellcheck.js
-rw-r--r--
1.41 KB
2017-04-27 22:02
编辑
下载
权限
删除
重命名
ext-static_highlight.js
-rw-r--r--
2.65 KB
2017-04-27 22:02
编辑
下载
权限
删除
重命名
ext-statusbar.js
-rw-r--r--
1.02 KB
2017-04-27 22:02
编辑
下载
权限
删除
重命名
ext-textarea.js
-rw-r--r--
10.46 KB
2017-04-27 22:02
编辑
下载
权限
删除
重命名
ext-themelist.js
-rw-r--r--
1.22 KB
2017-04-27 22:02
编辑
下载
权限
删除
重命名
ext-whitespace.js
-rw-r--r--
2.45 KB
2017-04-27 22:02
编辑
下载
权限
删除
重命名
index.html
-rw-r--r--
44 B
2018-08-24 20:39
编辑
下载
权限
删除
重命名
keybinding-emacs.js
-rw-r--r--
23.98 KB
2017-04-27 22:02
编辑
下载
权限
删除
重命名
mode-ai-html.js
-rw-r--r--
4.37 KB
2026-05-04 22:28
编辑
下载
权限
删除
重命名
mode-ai-php.js
-rw-r--r--
4.44 KB
2026-05-04 22:28
编辑
下载
权限
删除
重命名
mode-html.js
-rw-r--r--
52.41 KB
2017-04-27 22:02
编辑
下载
权限
删除
重命名
theme-ad_inserter.js
-rw-r--r--
3.74 KB
2019-09-22 14:14
编辑
下载
权限
删除
重命名
theme-ambiance.js
-rw-r--r--
27.13 KB
2017-04-27 22:02
编辑
下载
权限
删除
重命名
theme-chaos.js
-rw-r--r--
2.78 KB
2017-04-27 22:02
编辑
下载
权限
删除
重命名
theme-chrome.js
-rw-r--r--
2.65 KB
2017-04-27 22:02
编辑
下载
权限
删除
重命名
theme-clouds_midnight.js
-rw-r--r--
2.4 KB
2017-04-27 22:02
编辑
下载
权限
删除
重命名
theme-cobalt.js
-rw-r--r--
2.32 KB
2017-04-27 22:02
编辑
下载
权限
删除
重命名
theme-crimson_editor.js
-rw-r--r--
2.75 KB
2017-04-27 22:02
编辑
下载
权限
删除
重命名
theme-dawn.js
-rw-r--r--
2.21 KB
2017-04-27 22:02
编辑
下载
权限
删除
重命名
theme-disabled.js
-rw-r--r--
1.27 KB
2017-04-27 22:02
编辑
下载
权限
删除
重命名
theme-dreamweaver.js
-rw-r--r--
3.06 KB
2017-04-27 22:02
编辑
下载
权限
删除
重命名
theme-github.js
-rw-r--r--
2.01 KB
2017-04-27 22:02
编辑
下载
权限
删除
重命名
theme-idle_fingers.js
-rw-r--r--
2.21 KB
2017-04-27 22:02
编辑
下载
权限
删除
重命名
theme-katzenmilch.js
-rw-r--r--
3.01 KB
2017-04-27 22:02
编辑
下载
权限
删除
重命名
theme-kr_theme.js
-rw-r--r--
2.26 KB
2017-04-27 22:02
编辑
下载
权限
删除
重命名
theme-kuroir.js
-rw-r--r--
1.98 KB
2017-04-27 22:02
编辑
下载
权限
删除
重命名
theme-merbivore.js
-rw-r--r--
2.2 KB
2017-04-27 22:02
编辑
下载
权限
删除
重命名
theme-merbivore_soft.js
-rw-r--r--
2.41 KB
2017-04-27 22:02
编辑
下载
权限
删除
重命名
theme-mono_industrial.js
-rw-r--r--
2.74 KB
2017-04-27 22:02
编辑
下载
权限
删除
重命名
theme-monokai.js
-rw-r--r--
2.34 KB
2017-04-27 22:02
编辑
下载
权限
删除
重命名
theme-pastel_on_dark.js
-rw-r--r--
2.59 KB
2017-04-27 22:02
编辑
下载
权限
删除
重命名
theme-solarized_dark.js
-rw-r--r--
2.28 KB
2017-04-27 22:02
编辑
下载
权限
删除
重命名
theme-solarized_light.js
-rw-r--r--
2.32 KB
2017-04-27 22:02
编辑
下载
权限
删除
重命名
theme-terminal.js
-rw-r--r--
2.86 KB
2017-04-27 22:02
编辑
下载
权限
删除
重命名
theme-textmate.js
-rw-r--r--
2.54 KB
2017-04-27 22:02
编辑
下载
权限
删除
重命名
theme-tomorrow.js
-rw-r--r--
2.51 KB
2017-04-27 22:02
编辑
下载
权限
删除
重命名
theme-tomorrow_night.js
-rw-r--r--
2.77 KB
2017-04-27 22:02
编辑
下载
权限
删除
重命名
theme-tomorrow_night_blue.js
-rw-r--r--
2.98 KB
2017-04-27 22:02
编辑
下载
权限
删除
重命名
theme-tomorrow_night_bright.js
-rw-r--r--
3.43 KB
2017-04-27 22:02
编辑
下载
权限
删除
重命名
theme-tomorrow_night_eighties.js
-rw-r--r--
3.16 KB
2017-04-27 22:02
编辑
下载
权限
删除
重命名
theme-twilight.js
-rw-r--r--
2.46 KB
2017-04-27 22:02
编辑
下载
权限
删除
重命名
theme-vibrant_ink.js
-rw-r--r--
2.17 KB
2017-04-27 22:02
编辑
下载
权限
删除
重命名
theme-xcode.js
-rw-r--r--
1.89 KB
2017-04-27 22:02
编辑
下载
权限
删除
重命名
worker-html.js
-rw-r--r--
210.46 KB
2017-04-27 22:02
编辑
下载
权限
删除
重命名