Client: Ace editor now as a bundled lib
authorDarren <darren@Darrens-MacBook-Pro.local>
Fri, 12 Apr 2013 16:52:28 +0000 (17:52 +0100)
committerDarren <darren@Darrens-MacBook-Pro.local>
Fri, 12 Apr 2013 16:52:28 +0000 (17:52 +0100)
commit414bf70735c178c69107c5be9ff0af66b1d3fffc
tree24590cc2da04d5e3fda07fe1c4fed7eca6ab88ab
parent854f9fbef5ebe1b5453934a2bdf326594da7ab13
Client: Ace editor now as a bundled lib
47 files changed:
client/assets/libs/ace/ace.js [new file with mode: 0644]
client/assets/libs/ace/ext-elastic_tabstops_lite.js [new file with mode: 0644]
client/assets/libs/ace/ext-emmet.js [new file with mode: 0644]
client/assets/libs/ace/ext-searchbox.js [new file with mode: 0644]
client/assets/libs/ace/ext-spellcheck.js [new file with mode: 0644]
client/assets/libs/ace/ext-static_highlight.js [new file with mode: 0644]
client/assets/libs/ace/ext-textarea.js [new file with mode: 0644]
client/assets/libs/ace/ext-whitespace.js [new file with mode: 0644]
client/assets/libs/ace/keybinding-emacs.js [new file with mode: 0644]
client/assets/libs/ace/keybinding-vim.js [new file with mode: 0644]
client/assets/libs/ace/mode-css.js [new file with mode: 0644]
client/assets/libs/ace/mode-html.js [new file with mode: 0644]
client/assets/libs/ace/mode-javascript.js [new file with mode: 0644]
client/assets/libs/ace/mode-json.js [new file with mode: 0644]
client/assets/libs/ace/theme-ambiance.js [new file with mode: 0644]
client/assets/libs/ace/theme-chaos.js [new file with mode: 0644]
client/assets/libs/ace/theme-chrome.js [new file with mode: 0644]
client/assets/libs/ace/theme-clouds.js [new file with mode: 0644]
client/assets/libs/ace/theme-clouds_midnight.js [new file with mode: 0644]
client/assets/libs/ace/theme-cobalt.js [new file with mode: 0644]
client/assets/libs/ace/theme-crimson_editor.js [new file with mode: 0644]
client/assets/libs/ace/theme-dawn.js [new file with mode: 0644]
client/assets/libs/ace/theme-dreamweaver.js [new file with mode: 0644]
client/assets/libs/ace/theme-eclipse.js [new file with mode: 0644]
client/assets/libs/ace/theme-github.js [new file with mode: 0644]
client/assets/libs/ace/theme-idle_fingers.js [new file with mode: 0644]
client/assets/libs/ace/theme-kr.js [new file with mode: 0644]
client/assets/libs/ace/theme-merbivore.js [new file with mode: 0644]
client/assets/libs/ace/theme-merbivore_soft.js [new file with mode: 0644]
client/assets/libs/ace/theme-mono_industrial.js [new file with mode: 0644]
client/assets/libs/ace/theme-monokai.js [new file with mode: 0644]
client/assets/libs/ace/theme-pastel_on_dark.js [new file with mode: 0644]
client/assets/libs/ace/theme-solarized_dark.js [new file with mode: 0644]
client/assets/libs/ace/theme-solarized_light.js [new file with mode: 0644]
client/assets/libs/ace/theme-terminal.js [new file with mode: 0644]
client/assets/libs/ace/theme-textmate.js [new file with mode: 0644]
client/assets/libs/ace/theme-tomorrow.js [new file with mode: 0644]
client/assets/libs/ace/theme-tomorrow_night.js [new file with mode: 0644]
client/assets/libs/ace/theme-tomorrow_night_blue.js [new file with mode: 0644]
client/assets/libs/ace/theme-tomorrow_night_bright.js [new file with mode: 0644]
client/assets/libs/ace/theme-tomorrow_night_eighties.js [new file with mode: 0644]
client/assets/libs/ace/theme-twilight.js [new file with mode: 0644]
client/assets/libs/ace/theme-vibrant_ink.js [new file with mode: 0644]
client/assets/libs/ace/theme-xcode.js [new file with mode: 0644]
client/assets/libs/ace/worker-css.js [new file with mode: 0644]
client/assets/libs/ace/worker-javascript.js [new file with mode: 0644]
client/assets/libs/ace/worker-json.js [new file with mode: 0644]