ace-rails-ap 0.0.3 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/ace/rails/version.rb +1 -1
- data/vendor/assets/javascripts/ace.js +15680 -1
- data/vendor/assets/javascripts/keybinding-emacs.js +367 -1
- data/vendor/assets/javascripts/keybinding-vim.js +1635 -1
- data/vendor/assets/javascripts/mode-c9search.js +275 -0
- data/vendor/assets/javascripts/mode-c_cpp.js +744 -1
- data/vendor/assets/javascripts/mode-clojure.js +364 -1
- data/vendor/assets/javascripts/mode-coffee.js +527 -1
- data/vendor/assets/javascripts/mode-coldfusion.js +1966 -1
- data/vendor/assets/javascripts/mode-csharp.js +633 -1
- data/vendor/assets/javascripts/mode-css.js +499 -1
- data/vendor/assets/javascripts/mode-diff.js +250 -0
- data/vendor/assets/javascripts/{mode-c_cpp-uncompressed.js → mode-glsl.js} +147 -244
- data/vendor/assets/javascripts/mode-golang.js +681 -1
- data/vendor/assets/javascripts/mode-groovy.js +1240 -1
- data/vendor/assets/javascripts/mode-haxe.js +633 -1
- data/vendor/assets/javascripts/mode-html.js +2064 -1
- data/vendor/assets/javascripts/mode-java.js +1202 -1
- data/vendor/assets/javascripts/mode-javascript.js +1069 -1
- data/vendor/assets/javascripts/mode-json.js +588 -1
- data/vendor/assets/javascripts/{mode-haxe-uncompressed.js → mode-jsx.js} +189 -312
- data/vendor/assets/javascripts/mode-latex.js +95 -1
- data/vendor/assets/javascripts/mode-less.js +512 -1
- data/vendor/assets/javascripts/mode-liquid.js +1125 -1
- data/vendor/assets/javascripts/mode-lua.js +551 -1
- data/vendor/assets/javascripts/{mode-html-uncompressed.js → mode-luahtml.js} +544 -604
- data/vendor/assets/javascripts/{mode-coldfusion-uncompressed.js → mode-luapage.js} +2326 -2180
- data/vendor/assets/javascripts/mode-markdown.js +2369 -1
- data/vendor/assets/javascripts/mode-ocaml.js +464 -1
- data/vendor/assets/javascripts/mode-perl.js +432 -1
- data/vendor/assets/javascripts/mode-pgsql.js +970 -1
- data/vendor/assets/javascripts/mode-php.js +1718 -1
- data/vendor/assets/javascripts/mode-powershell.js +610 -1
- data/vendor/assets/javascripts/mode-python.js +397 -1
- data/vendor/assets/javascripts/mode-ruby.js +318 -1
- data/vendor/assets/javascripts/mode-scad.js +732 -1
- data/vendor/assets/javascripts/mode-scala.js +1237 -1
- data/vendor/assets/javascripts/mode-scss.js +537 -1
- data/vendor/assets/javascripts/mode-sh.js +250 -1
- data/vendor/assets/javascripts/mode-sql.js +140 -1
- data/vendor/assets/javascripts/mode-svg.js +1681 -1
- data/vendor/assets/javascripts/mode-tcl.js +320 -0
- data/vendor/assets/javascripts/mode-textile.js +182 -1
- data/vendor/assets/javascripts/mode-xml.js +829 -1
- data/vendor/assets/javascripts/mode-xquery.js +605 -1
- data/vendor/assets/javascripts/mode-yaml.js +189 -0
- data/vendor/assets/javascripts/theme-chrome.js +213 -1
- data/vendor/assets/javascripts/theme-clouds.js +167 -1
- data/vendor/assets/javascripts/theme-clouds_midnight.js +168 -1
- data/vendor/assets/javascripts/theme-cobalt.js +194 -1
- data/vendor/assets/javascripts/theme-crimson_editor.js +200 -1
- data/vendor/assets/javascripts/theme-dawn.js +198 -1
- data/vendor/assets/javascripts/theme-dreamweaver.js +230 -1
- data/vendor/assets/javascripts/theme-eclipse.js +157 -1
- data/vendor/assets/javascripts/theme-github.js +182 -0
- data/vendor/assets/javascripts/theme-idle_fingers.js +186 -1
- data/vendor/assets/javascripts/theme-kr_theme.js +189 -1
- data/vendor/assets/javascripts/theme-merbivore.js +189 -1
- data/vendor/assets/javascripts/theme-merbivore_soft.js +195 -1
- data/vendor/assets/javascripts/theme-mono_industrial.js +197 -1
- data/vendor/assets/javascripts/theme-monokai.js +194 -1
- data/vendor/assets/javascripts/theme-pastel_on_dark.js +199 -1
- data/vendor/assets/javascripts/theme-solarized_dark.js +180 -1
- data/vendor/assets/javascripts/theme-solarized_light.js +179 -1
- data/vendor/assets/javascripts/theme-textmate.js +216 -0
- data/vendor/assets/javascripts/theme-tomorrow.js +213 -1
- data/vendor/assets/javascripts/theme-tomorrow_night.js +213 -1
- data/vendor/assets/javascripts/theme-tomorrow_night_blue.js +213 -1
- data/vendor/assets/javascripts/theme-tomorrow_night_bright.js +213 -1
- data/vendor/assets/javascripts/theme-tomorrow_night_eighties.js +209 -1
- data/vendor/assets/javascripts/theme-twilight.js +211 -1
- data/vendor/assets/javascripts/theme-vibrant_ink.js +190 -1
- data/vendor/assets/javascripts/worker-coffee.js +83 -893
- data/vendor/assets/javascripts/worker-css.js +88 -1402
- data/vendor/assets/javascripts/worker-javascript.js +97 -812
- data/vendor/assets/javascripts/worker-json.js +84 -761
- data/vendor/assets/javascripts/worker-xquery.js +66464 -0
- metadata +12 -195
- data/vendor/assets/javascripts/ace-compat-noconflict.js +0 -1
- data/vendor/assets/javascripts/ace-compat-uncompressed-noconflict.js +0 -480
- data/vendor/assets/javascripts/ace-compat-uncompressed.js +0 -480
- data/vendor/assets/javascripts/ace-compat.js +0 -1
- data/vendor/assets/javascripts/ace-noconflict.js +0 -10
- data/vendor/assets/javascripts/ace-uncompressed-noconflict.js +0 -19976
- data/vendor/assets/javascripts/ace-uncompressed.js +0 -19976
- data/vendor/assets/javascripts/keybinding-emacs-noconflict.js +0 -1
- data/vendor/assets/javascripts/keybinding-emacs-uncompressed-noconflict.js +0 -150
- data/vendor/assets/javascripts/keybinding-emacs-uncompressed.js +0 -150
- data/vendor/assets/javascripts/keybinding-vim-noconflict.js +0 -1
- data/vendor/assets/javascripts/keybinding-vim-uncompressed-noconflict.js +0 -138
- data/vendor/assets/javascripts/keybinding-vim-uncompressed.js +0 -138
- data/vendor/assets/javascripts/mode-c_cpp-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-c_cpp-uncompressed-noconflict.js +0 -919
- data/vendor/assets/javascripts/mode-clojure-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-clojure-uncompressed-noconflict.js +0 -422
- data/vendor/assets/javascripts/mode-clojure-uncompressed.js +0 -422
- data/vendor/assets/javascripts/mode-coffee-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-coffee-uncompressed-noconflict.js +0 -607
- data/vendor/assets/javascripts/mode-coffee-uncompressed.js +0 -607
- data/vendor/assets/javascripts/mode-coldfusion-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-coldfusion-uncompressed-noconflict.js +0 -2458
- data/vendor/assets/javascripts/mode-csharp-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-csharp-uncompressed-noconflict.js +0 -769
- data/vendor/assets/javascripts/mode-csharp-uncompressed.js +0 -769
- data/vendor/assets/javascripts/mode-css-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-css-uncompressed-noconflict.js +0 -641
- data/vendor/assets/javascripts/mode-css-uncompressed.js +0 -641
- data/vendor/assets/javascripts/mode-golang-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-golang-uncompressed-noconflict.js +0 -378
- data/vendor/assets/javascripts/mode-golang-uncompressed.js +0 -378
- data/vendor/assets/javascripts/mode-groovy-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-groovy-uncompressed-noconflict.js +0 -1393
- data/vendor/assets/javascripts/mode-groovy-uncompressed.js +0 -1393
- data/vendor/assets/javascripts/mode-haxe-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-haxe-uncompressed-noconflict.js +0 -769
- data/vendor/assets/javascripts/mode-html-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-html-uncompressed-noconflict.js +0 -2475
- data/vendor/assets/javascripts/mode-java-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-java-uncompressed-noconflict.js +0 -1395
- data/vendor/assets/javascripts/mode-java-uncompressed.js +0 -1395
- data/vendor/assets/javascripts/mode-javascript-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-javascript-uncompressed-noconflict.js +0 -1226
- data/vendor/assets/javascripts/mode-javascript-uncompressed.js +0 -1226
- data/vendor/assets/javascripts/mode-json-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-json-uncompressed-noconflict.js +0 -701
- data/vendor/assets/javascripts/mode-json-uncompressed.js +0 -701
- data/vendor/assets/javascripts/mode-latex-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-latex-uncompressed-noconflict.js +0 -95
- data/vendor/assets/javascripts/mode-latex-uncompressed.js +0 -95
- data/vendor/assets/javascripts/mode-less-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-less-uncompressed-noconflict.js +0 -655
- data/vendor/assets/javascripts/mode-less-uncompressed.js +0 -655
- data/vendor/assets/javascripts/mode-liquid-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-liquid-uncompressed-noconflict.js +0 -1353
- data/vendor/assets/javascripts/mode-liquid-uncompressed.js +0 -1353
- data/vendor/assets/javascripts/mode-lua-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-lua-uncompressed-noconflict.js +0 -523
- data/vendor/assets/javascripts/mode-lua-uncompressed.js +0 -523
- data/vendor/assets/javascripts/mode-markdown-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-markdown-uncompressed-noconflict.js +0 -2925
- data/vendor/assets/javascripts/mode-markdown-uncompressed.js +0 -2925
- data/vendor/assets/javascripts/mode-ocaml-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-ocaml-uncompressed-noconflict.js +0 -539
- data/vendor/assets/javascripts/mode-ocaml-uncompressed.js +0 -539
- data/vendor/assets/javascripts/mode-perl-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-perl-uncompressed-noconflict.js +0 -574
- data/vendor/assets/javascripts/mode-perl-uncompressed.js +0 -574
- data/vendor/assets/javascripts/mode-pgsql-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-pgsql-uncompressed-noconflict.js +0 -1104
- data/vendor/assets/javascripts/mode-pgsql-uncompressed.js +0 -1104
- data/vendor/assets/javascripts/mode-php-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-php-uncompressed-noconflict.js +0 -1885
- data/vendor/assets/javascripts/mode-php-uncompressed.js +0 -1885
- data/vendor/assets/javascripts/mode-powershell-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-powershell-uncompressed-noconflict.js +0 -710
- data/vendor/assets/javascripts/mode-powershell-uncompressed.js +0 -710
- data/vendor/assets/javascripts/mode-python-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-python-uncompressed-noconflict.js +0 -507
- data/vendor/assets/javascripts/mode-python-uncompressed.js +0 -507
- data/vendor/assets/javascripts/mode-ruby-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-ruby-uncompressed-noconflict.js +0 -391
- data/vendor/assets/javascripts/mode-ruby-uncompressed.js +0 -391
- data/vendor/assets/javascripts/mode-scad-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-scad-uncompressed-noconflict.js +0 -907
- data/vendor/assets/javascripts/mode-scad-uncompressed.js +0 -907
- data/vendor/assets/javascripts/mode-scala-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-scala-uncompressed-noconflict.js +0 -1395
- data/vendor/assets/javascripts/mode-scala-uncompressed.js +0 -1395
- data/vendor/assets/javascripts/mode-scss-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-scss-uncompressed-noconflict.js +0 -679
- data/vendor/assets/javascripts/mode-scss-uncompressed.js +0 -679
- data/vendor/assets/javascripts/mode-sh-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-sh-uncompressed-noconflict.js +0 -289
- data/vendor/assets/javascripts/mode-sh-uncompressed.js +0 -289
- data/vendor/assets/javascripts/mode-sql-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-sql-uncompressed-noconflict.js +0 -159
- data/vendor/assets/javascripts/mode-sql-uncompressed.js +0 -159
- data/vendor/assets/javascripts/mode-svg-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-svg-uncompressed-noconflict.js +0 -2137
- data/vendor/assets/javascripts/mode-svg-uncompressed.js +0 -2137
- data/vendor/assets/javascripts/mode-text-noconflict.js +0 -0
- data/vendor/assets/javascripts/mode-text-uncompressed-noconflict.js +0 -0
- data/vendor/assets/javascripts/mode-text-uncompressed.js +0 -0
- data/vendor/assets/javascripts/mode-textile-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-textile-uncompressed-noconflict.js +0 -254
- data/vendor/assets/javascripts/mode-textile-uncompressed.js +0 -254
- data/vendor/assets/javascripts/mode-xml-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-xml-uncompressed-noconflict.js +0 -1012
- data/vendor/assets/javascripts/mode-xml-uncompressed.js +0 -1012
- data/vendor/assets/javascripts/mode-xquery-noconflict.js +0 -1
- data/vendor/assets/javascripts/mode-xquery-uncompressed-noconflict.js +0 -540
- data/vendor/assets/javascripts/mode-xquery-uncompressed.js +0 -540
- data/vendor/assets/javascripts/theme-chrome-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-chrome-uncompressed-noconflict.js +0 -207
- data/vendor/assets/javascripts/theme-chrome-uncompressed.js +0 -207
- data/vendor/assets/javascripts/theme-clouds-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-clouds-uncompressed-noconflict.js +0 -160
- data/vendor/assets/javascripts/theme-clouds-uncompressed.js +0 -160
- data/vendor/assets/javascripts/theme-clouds_midnight-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-clouds_midnight-uncompressed-noconflict.js +0 -161
- data/vendor/assets/javascripts/theme-clouds_midnight-uncompressed.js +0 -161
- data/vendor/assets/javascripts/theme-cobalt-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-cobalt-uncompressed-noconflict.js +0 -187
- data/vendor/assets/javascripts/theme-cobalt-uncompressed.js +0 -187
- data/vendor/assets/javascripts/theme-crimson_editor-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-crimson_editor-uncompressed-noconflict.js +0 -198
- data/vendor/assets/javascripts/theme-crimson_editor-uncompressed.js +0 -198
- data/vendor/assets/javascripts/theme-dawn-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-dawn-uncompressed-noconflict.js +0 -191
- data/vendor/assets/javascripts/theme-dawn-uncompressed.js +0 -191
- data/vendor/assets/javascripts/theme-dreamweaver-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-dreamweaver-uncompressed-noconflict.js +0 -227
- data/vendor/assets/javascripts/theme-dreamweaver-uncompressed.js +0 -227
- data/vendor/assets/javascripts/theme-eclipse-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-eclipse-uncompressed-noconflict.js +0 -147
- data/vendor/assets/javascripts/theme-eclipse-uncompressed.js +0 -147
- data/vendor/assets/javascripts/theme-idle_fingers-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-idle_fingers-uncompressed-noconflict.js +0 -179
- data/vendor/assets/javascripts/theme-idle_fingers-uncompressed.js +0 -179
- data/vendor/assets/javascripts/theme-kr_theme-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-kr_theme-uncompressed-noconflict.js +0 -182
- data/vendor/assets/javascripts/theme-kr_theme-uncompressed.js +0 -182
- data/vendor/assets/javascripts/theme-merbivore-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-merbivore-uncompressed-noconflict.js +0 -182
- data/vendor/assets/javascripts/theme-merbivore-uncompressed.js +0 -182
- data/vendor/assets/javascripts/theme-merbivore_soft-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-merbivore_soft-uncompressed-noconflict.js +0 -188
- data/vendor/assets/javascripts/theme-merbivore_soft-uncompressed.js +0 -188
- data/vendor/assets/javascripts/theme-mono_industrial-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-mono_industrial-uncompressed-noconflict.js +0 -190
- data/vendor/assets/javascripts/theme-mono_industrial-uncompressed.js +0 -190
- data/vendor/assets/javascripts/theme-monokai-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-monokai-uncompressed-noconflict.js +0 -191
- data/vendor/assets/javascripts/theme-monokai-uncompressed.js +0 -191
- data/vendor/assets/javascripts/theme-pastel_on_dark-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-pastel_on_dark-uncompressed-noconflict.js +0 -192
- data/vendor/assets/javascripts/theme-pastel_on_dark-uncompressed.js +0 -192
- data/vendor/assets/javascripts/theme-solarized_dark-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-solarized_dark-uncompressed-noconflict.js +0 -176
- data/vendor/assets/javascripts/theme-solarized_dark-uncompressed.js +0 -176
- data/vendor/assets/javascripts/theme-solarized_light-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-solarized_light-uncompressed-noconflict.js +0 -172
- data/vendor/assets/javascripts/theme-solarized_light-uncompressed.js +0 -172
- data/vendor/assets/javascripts/theme-textmate-noconflict.js +0 -0
- data/vendor/assets/javascripts/theme-textmate-uncompressed-noconflict.js +0 -0
- data/vendor/assets/javascripts/theme-textmate-uncompressed.js +0 -0
- data/vendor/assets/javascripts/theme-tomorrow-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-tomorrow-uncompressed-noconflict.js +0 -206
- data/vendor/assets/javascripts/theme-tomorrow-uncompressed.js +0 -206
- data/vendor/assets/javascripts/theme-tomorrow_night-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-tomorrow_night-uncompressed-noconflict.js +0 -206
- data/vendor/assets/javascripts/theme-tomorrow_night-uncompressed.js +0 -206
- data/vendor/assets/javascripts/theme-tomorrow_night_blue-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-tomorrow_night_blue-uncompressed-noconflict.js +0 -209
- data/vendor/assets/javascripts/theme-tomorrow_night_blue-uncompressed.js +0 -209
- data/vendor/assets/javascripts/theme-tomorrow_night_bright-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-tomorrow_night_bright-uncompressed-noconflict.js +0 -206
- data/vendor/assets/javascripts/theme-tomorrow_night_bright-uncompressed.js +0 -206
- data/vendor/assets/javascripts/theme-tomorrow_night_eighties-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-tomorrow_night_eighties-uncompressed-noconflict.js +0 -202
- data/vendor/assets/javascripts/theme-tomorrow_night_eighties-uncompressed.js +0 -202
- data/vendor/assets/javascripts/theme-twilight-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-twilight-uncompressed-noconflict.js +0 -204
- data/vendor/assets/javascripts/theme-twilight-uncompressed.js +0 -204
- data/vendor/assets/javascripts/theme-vibrant_ink-noconflict.js +0 -1
- data/vendor/assets/javascripts/theme-vibrant_ink-uncompressed-noconflict.js +0 -183
- data/vendor/assets/javascripts/theme-vibrant_ink-uncompressed.js +0 -183
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ace-rails-ap
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0
|
4
|
+
version: 1.0.0
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-
|
12
|
+
date: 2012-09-20 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -61,266 +61,83 @@ files:
|
|
61
61
|
- lib/ace/rails/engine.rb
|
62
62
|
- lib/ace/rails/version.rb
|
63
63
|
- update.sh
|
64
|
-
- vendor/assets/javascripts/ace-compat-noconflict.js
|
65
|
-
- vendor/assets/javascripts/ace-compat-uncompressed-noconflict.js
|
66
|
-
- vendor/assets/javascripts/ace-compat-uncompressed.js
|
67
|
-
- vendor/assets/javascripts/ace-compat.js
|
68
|
-
- vendor/assets/javascripts/ace-noconflict.js
|
69
|
-
- vendor/assets/javascripts/ace-uncompressed-noconflict.js
|
70
|
-
- vendor/assets/javascripts/ace-uncompressed.js
|
71
64
|
- vendor/assets/javascripts/ace.js
|
72
|
-
- vendor/assets/javascripts/keybinding-emacs-noconflict.js
|
73
|
-
- vendor/assets/javascripts/keybinding-emacs-uncompressed-noconflict.js
|
74
|
-
- vendor/assets/javascripts/keybinding-emacs-uncompressed.js
|
75
65
|
- vendor/assets/javascripts/keybinding-emacs.js
|
76
|
-
- vendor/assets/javascripts/keybinding-vim-noconflict.js
|
77
|
-
- vendor/assets/javascripts/keybinding-vim-uncompressed-noconflict.js
|
78
|
-
- vendor/assets/javascripts/keybinding-vim-uncompressed.js
|
79
66
|
- vendor/assets/javascripts/keybinding-vim.js
|
80
|
-
- vendor/assets/javascripts/mode-
|
81
|
-
- vendor/assets/javascripts/mode-c_cpp-uncompressed-noconflict.js
|
82
|
-
- vendor/assets/javascripts/mode-c_cpp-uncompressed.js
|
67
|
+
- vendor/assets/javascripts/mode-c9search.js
|
83
68
|
- vendor/assets/javascripts/mode-c_cpp.js
|
84
|
-
- vendor/assets/javascripts/mode-clojure-noconflict.js
|
85
|
-
- vendor/assets/javascripts/mode-clojure-uncompressed-noconflict.js
|
86
|
-
- vendor/assets/javascripts/mode-clojure-uncompressed.js
|
87
69
|
- vendor/assets/javascripts/mode-clojure.js
|
88
|
-
- vendor/assets/javascripts/mode-coffee-noconflict.js
|
89
|
-
- vendor/assets/javascripts/mode-coffee-uncompressed-noconflict.js
|
90
|
-
- vendor/assets/javascripts/mode-coffee-uncompressed.js
|
91
70
|
- vendor/assets/javascripts/mode-coffee.js
|
92
|
-
- vendor/assets/javascripts/mode-coldfusion-noconflict.js
|
93
|
-
- vendor/assets/javascripts/mode-coldfusion-uncompressed-noconflict.js
|
94
|
-
- vendor/assets/javascripts/mode-coldfusion-uncompressed.js
|
95
71
|
- vendor/assets/javascripts/mode-coldfusion.js
|
96
|
-
- vendor/assets/javascripts/mode-csharp-noconflict.js
|
97
|
-
- vendor/assets/javascripts/mode-csharp-uncompressed-noconflict.js
|
98
|
-
- vendor/assets/javascripts/mode-csharp-uncompressed.js
|
99
72
|
- vendor/assets/javascripts/mode-csharp.js
|
100
|
-
- vendor/assets/javascripts/mode-css-noconflict.js
|
101
|
-
- vendor/assets/javascripts/mode-css-uncompressed-noconflict.js
|
102
|
-
- vendor/assets/javascripts/mode-css-uncompressed.js
|
103
73
|
- vendor/assets/javascripts/mode-css.js
|
104
|
-
- vendor/assets/javascripts/mode-
|
105
|
-
- vendor/assets/javascripts/mode-
|
106
|
-
- vendor/assets/javascripts/mode-golang-uncompressed.js
|
74
|
+
- vendor/assets/javascripts/mode-diff.js
|
75
|
+
- vendor/assets/javascripts/mode-glsl.js
|
107
76
|
- vendor/assets/javascripts/mode-golang.js
|
108
|
-
- vendor/assets/javascripts/mode-groovy-noconflict.js
|
109
|
-
- vendor/assets/javascripts/mode-groovy-uncompressed-noconflict.js
|
110
|
-
- vendor/assets/javascripts/mode-groovy-uncompressed.js
|
111
77
|
- vendor/assets/javascripts/mode-groovy.js
|
112
|
-
- vendor/assets/javascripts/mode-haxe-noconflict.js
|
113
|
-
- vendor/assets/javascripts/mode-haxe-uncompressed-noconflict.js
|
114
|
-
- vendor/assets/javascripts/mode-haxe-uncompressed.js
|
115
78
|
- vendor/assets/javascripts/mode-haxe.js
|
116
|
-
- vendor/assets/javascripts/mode-html-noconflict.js
|
117
|
-
- vendor/assets/javascripts/mode-html-uncompressed-noconflict.js
|
118
|
-
- vendor/assets/javascripts/mode-html-uncompressed.js
|
119
79
|
- vendor/assets/javascripts/mode-html.js
|
120
|
-
- vendor/assets/javascripts/mode-java-noconflict.js
|
121
|
-
- vendor/assets/javascripts/mode-java-uncompressed-noconflict.js
|
122
|
-
- vendor/assets/javascripts/mode-java-uncompressed.js
|
123
80
|
- vendor/assets/javascripts/mode-java.js
|
124
|
-
- vendor/assets/javascripts/mode-javascript-noconflict.js
|
125
|
-
- vendor/assets/javascripts/mode-javascript-uncompressed-noconflict.js
|
126
|
-
- vendor/assets/javascripts/mode-javascript-uncompressed.js
|
127
81
|
- vendor/assets/javascripts/mode-javascript.js
|
128
|
-
- vendor/assets/javascripts/mode-json-noconflict.js
|
129
|
-
- vendor/assets/javascripts/mode-json-uncompressed-noconflict.js
|
130
|
-
- vendor/assets/javascripts/mode-json-uncompressed.js
|
131
82
|
- vendor/assets/javascripts/mode-json.js
|
132
|
-
- vendor/assets/javascripts/mode-
|
133
|
-
- vendor/assets/javascripts/mode-latex-uncompressed-noconflict.js
|
134
|
-
- vendor/assets/javascripts/mode-latex-uncompressed.js
|
83
|
+
- vendor/assets/javascripts/mode-jsx.js
|
135
84
|
- vendor/assets/javascripts/mode-latex.js
|
136
|
-
- vendor/assets/javascripts/mode-less-noconflict.js
|
137
|
-
- vendor/assets/javascripts/mode-less-uncompressed-noconflict.js
|
138
|
-
- vendor/assets/javascripts/mode-less-uncompressed.js
|
139
85
|
- vendor/assets/javascripts/mode-less.js
|
140
|
-
- vendor/assets/javascripts/mode-liquid-noconflict.js
|
141
|
-
- vendor/assets/javascripts/mode-liquid-uncompressed-noconflict.js
|
142
|
-
- vendor/assets/javascripts/mode-liquid-uncompressed.js
|
143
86
|
- vendor/assets/javascripts/mode-liquid.js
|
144
|
-
- vendor/assets/javascripts/mode-lua-noconflict.js
|
145
|
-
- vendor/assets/javascripts/mode-lua-uncompressed-noconflict.js
|
146
|
-
- vendor/assets/javascripts/mode-lua-uncompressed.js
|
147
87
|
- vendor/assets/javascripts/mode-lua.js
|
148
|
-
- vendor/assets/javascripts/mode-
|
149
|
-
- vendor/assets/javascripts/mode-
|
150
|
-
- vendor/assets/javascripts/mode-markdown-uncompressed.js
|
88
|
+
- vendor/assets/javascripts/mode-luahtml.js
|
89
|
+
- vendor/assets/javascripts/mode-luapage.js
|
151
90
|
- vendor/assets/javascripts/mode-markdown.js
|
152
|
-
- vendor/assets/javascripts/mode-ocaml-noconflict.js
|
153
|
-
- vendor/assets/javascripts/mode-ocaml-uncompressed-noconflict.js
|
154
|
-
- vendor/assets/javascripts/mode-ocaml-uncompressed.js
|
155
91
|
- vendor/assets/javascripts/mode-ocaml.js
|
156
|
-
- vendor/assets/javascripts/mode-perl-noconflict.js
|
157
|
-
- vendor/assets/javascripts/mode-perl-uncompressed-noconflict.js
|
158
|
-
- vendor/assets/javascripts/mode-perl-uncompressed.js
|
159
92
|
- vendor/assets/javascripts/mode-perl.js
|
160
|
-
- vendor/assets/javascripts/mode-pgsql-noconflict.js
|
161
|
-
- vendor/assets/javascripts/mode-pgsql-uncompressed-noconflict.js
|
162
|
-
- vendor/assets/javascripts/mode-pgsql-uncompressed.js
|
163
93
|
- vendor/assets/javascripts/mode-pgsql.js
|
164
|
-
- vendor/assets/javascripts/mode-php-noconflict.js
|
165
|
-
- vendor/assets/javascripts/mode-php-uncompressed-noconflict.js
|
166
|
-
- vendor/assets/javascripts/mode-php-uncompressed.js
|
167
94
|
- vendor/assets/javascripts/mode-php.js
|
168
|
-
- vendor/assets/javascripts/mode-powershell-noconflict.js
|
169
|
-
- vendor/assets/javascripts/mode-powershell-uncompressed-noconflict.js
|
170
|
-
- vendor/assets/javascripts/mode-powershell-uncompressed.js
|
171
95
|
- vendor/assets/javascripts/mode-powershell.js
|
172
|
-
- vendor/assets/javascripts/mode-python-noconflict.js
|
173
|
-
- vendor/assets/javascripts/mode-python-uncompressed-noconflict.js
|
174
|
-
- vendor/assets/javascripts/mode-python-uncompressed.js
|
175
96
|
- vendor/assets/javascripts/mode-python.js
|
176
|
-
- vendor/assets/javascripts/mode-ruby-noconflict.js
|
177
|
-
- vendor/assets/javascripts/mode-ruby-uncompressed-noconflict.js
|
178
|
-
- vendor/assets/javascripts/mode-ruby-uncompressed.js
|
179
97
|
- vendor/assets/javascripts/mode-ruby.js
|
180
|
-
- vendor/assets/javascripts/mode-scad-noconflict.js
|
181
|
-
- vendor/assets/javascripts/mode-scad-uncompressed-noconflict.js
|
182
|
-
- vendor/assets/javascripts/mode-scad-uncompressed.js
|
183
98
|
- vendor/assets/javascripts/mode-scad.js
|
184
|
-
- vendor/assets/javascripts/mode-scala-noconflict.js
|
185
|
-
- vendor/assets/javascripts/mode-scala-uncompressed-noconflict.js
|
186
|
-
- vendor/assets/javascripts/mode-scala-uncompressed.js
|
187
99
|
- vendor/assets/javascripts/mode-scala.js
|
188
|
-
- vendor/assets/javascripts/mode-scss-noconflict.js
|
189
|
-
- vendor/assets/javascripts/mode-scss-uncompressed-noconflict.js
|
190
|
-
- vendor/assets/javascripts/mode-scss-uncompressed.js
|
191
100
|
- vendor/assets/javascripts/mode-scss.js
|
192
|
-
- vendor/assets/javascripts/mode-sh-noconflict.js
|
193
|
-
- vendor/assets/javascripts/mode-sh-uncompressed-noconflict.js
|
194
|
-
- vendor/assets/javascripts/mode-sh-uncompressed.js
|
195
101
|
- vendor/assets/javascripts/mode-sh.js
|
196
|
-
- vendor/assets/javascripts/mode-sql-noconflict.js
|
197
|
-
- vendor/assets/javascripts/mode-sql-uncompressed-noconflict.js
|
198
|
-
- vendor/assets/javascripts/mode-sql-uncompressed.js
|
199
102
|
- vendor/assets/javascripts/mode-sql.js
|
200
|
-
- vendor/assets/javascripts/mode-svg-noconflict.js
|
201
|
-
- vendor/assets/javascripts/mode-svg-uncompressed-noconflict.js
|
202
|
-
- vendor/assets/javascripts/mode-svg-uncompressed.js
|
203
103
|
- vendor/assets/javascripts/mode-svg.js
|
204
|
-
- vendor/assets/javascripts/mode-
|
205
|
-
- vendor/assets/javascripts/mode-text-uncompressed-noconflict.js
|
206
|
-
- vendor/assets/javascripts/mode-text-uncompressed.js
|
104
|
+
- vendor/assets/javascripts/mode-tcl.js
|
207
105
|
- vendor/assets/javascripts/mode-text.js
|
208
|
-
- vendor/assets/javascripts/mode-textile-noconflict.js
|
209
|
-
- vendor/assets/javascripts/mode-textile-uncompressed-noconflict.js
|
210
|
-
- vendor/assets/javascripts/mode-textile-uncompressed.js
|
211
106
|
- vendor/assets/javascripts/mode-textile.js
|
212
|
-
- vendor/assets/javascripts/mode-xml-noconflict.js
|
213
|
-
- vendor/assets/javascripts/mode-xml-uncompressed-noconflict.js
|
214
|
-
- vendor/assets/javascripts/mode-xml-uncompressed.js
|
215
107
|
- vendor/assets/javascripts/mode-xml.js
|
216
|
-
- vendor/assets/javascripts/mode-xquery-noconflict.js
|
217
|
-
- vendor/assets/javascripts/mode-xquery-uncompressed-noconflict.js
|
218
|
-
- vendor/assets/javascripts/mode-xquery-uncompressed.js
|
219
108
|
- vendor/assets/javascripts/mode-xquery.js
|
220
|
-
- vendor/assets/javascripts/
|
221
|
-
- vendor/assets/javascripts/theme-chrome-uncompressed-noconflict.js
|
222
|
-
- vendor/assets/javascripts/theme-chrome-uncompressed.js
|
109
|
+
- vendor/assets/javascripts/mode-yaml.js
|
223
110
|
- vendor/assets/javascripts/theme-chrome.js
|
224
|
-
- vendor/assets/javascripts/theme-clouds-noconflict.js
|
225
|
-
- vendor/assets/javascripts/theme-clouds-uncompressed-noconflict.js
|
226
|
-
- vendor/assets/javascripts/theme-clouds-uncompressed.js
|
227
111
|
- vendor/assets/javascripts/theme-clouds.js
|
228
|
-
- vendor/assets/javascripts/theme-clouds_midnight-noconflict.js
|
229
|
-
- vendor/assets/javascripts/theme-clouds_midnight-uncompressed-noconflict.js
|
230
|
-
- vendor/assets/javascripts/theme-clouds_midnight-uncompressed.js
|
231
112
|
- vendor/assets/javascripts/theme-clouds_midnight.js
|
232
|
-
- vendor/assets/javascripts/theme-cobalt-noconflict.js
|
233
|
-
- vendor/assets/javascripts/theme-cobalt-uncompressed-noconflict.js
|
234
|
-
- vendor/assets/javascripts/theme-cobalt-uncompressed.js
|
235
113
|
- vendor/assets/javascripts/theme-cobalt.js
|
236
|
-
- vendor/assets/javascripts/theme-crimson_editor-noconflict.js
|
237
|
-
- vendor/assets/javascripts/theme-crimson_editor-uncompressed-noconflict.js
|
238
|
-
- vendor/assets/javascripts/theme-crimson_editor-uncompressed.js
|
239
114
|
- vendor/assets/javascripts/theme-crimson_editor.js
|
240
|
-
- vendor/assets/javascripts/theme-dawn-noconflict.js
|
241
|
-
- vendor/assets/javascripts/theme-dawn-uncompressed-noconflict.js
|
242
|
-
- vendor/assets/javascripts/theme-dawn-uncompressed.js
|
243
115
|
- vendor/assets/javascripts/theme-dawn.js
|
244
|
-
- vendor/assets/javascripts/theme-dreamweaver-noconflict.js
|
245
|
-
- vendor/assets/javascripts/theme-dreamweaver-uncompressed-noconflict.js
|
246
|
-
- vendor/assets/javascripts/theme-dreamweaver-uncompressed.js
|
247
116
|
- vendor/assets/javascripts/theme-dreamweaver.js
|
248
|
-
- vendor/assets/javascripts/theme-eclipse-noconflict.js
|
249
|
-
- vendor/assets/javascripts/theme-eclipse-uncompressed-noconflict.js
|
250
|
-
- vendor/assets/javascripts/theme-eclipse-uncompressed.js
|
251
117
|
- vendor/assets/javascripts/theme-eclipse.js
|
252
|
-
- vendor/assets/javascripts/theme-
|
253
|
-
- vendor/assets/javascripts/theme-idle_fingers-uncompressed-noconflict.js
|
254
|
-
- vendor/assets/javascripts/theme-idle_fingers-uncompressed.js
|
118
|
+
- vendor/assets/javascripts/theme-github.js
|
255
119
|
- vendor/assets/javascripts/theme-idle_fingers.js
|
256
|
-
- vendor/assets/javascripts/theme-kr_theme-noconflict.js
|
257
|
-
- vendor/assets/javascripts/theme-kr_theme-uncompressed-noconflict.js
|
258
|
-
- vendor/assets/javascripts/theme-kr_theme-uncompressed.js
|
259
120
|
- vendor/assets/javascripts/theme-kr_theme.js
|
260
|
-
- vendor/assets/javascripts/theme-merbivore-noconflict.js
|
261
|
-
- vendor/assets/javascripts/theme-merbivore-uncompressed-noconflict.js
|
262
|
-
- vendor/assets/javascripts/theme-merbivore-uncompressed.js
|
263
121
|
- vendor/assets/javascripts/theme-merbivore.js
|
264
|
-
- vendor/assets/javascripts/theme-merbivore_soft-noconflict.js
|
265
|
-
- vendor/assets/javascripts/theme-merbivore_soft-uncompressed-noconflict.js
|
266
|
-
- vendor/assets/javascripts/theme-merbivore_soft-uncompressed.js
|
267
122
|
- vendor/assets/javascripts/theme-merbivore_soft.js
|
268
|
-
- vendor/assets/javascripts/theme-mono_industrial-noconflict.js
|
269
|
-
- vendor/assets/javascripts/theme-mono_industrial-uncompressed-noconflict.js
|
270
|
-
- vendor/assets/javascripts/theme-mono_industrial-uncompressed.js
|
271
123
|
- vendor/assets/javascripts/theme-mono_industrial.js
|
272
|
-
- vendor/assets/javascripts/theme-monokai-noconflict.js
|
273
|
-
- vendor/assets/javascripts/theme-monokai-uncompressed-noconflict.js
|
274
|
-
- vendor/assets/javascripts/theme-monokai-uncompressed.js
|
275
124
|
- vendor/assets/javascripts/theme-monokai.js
|
276
|
-
- vendor/assets/javascripts/theme-pastel_on_dark-noconflict.js
|
277
|
-
- vendor/assets/javascripts/theme-pastel_on_dark-uncompressed-noconflict.js
|
278
|
-
- vendor/assets/javascripts/theme-pastel_on_dark-uncompressed.js
|
279
125
|
- vendor/assets/javascripts/theme-pastel_on_dark.js
|
280
|
-
- vendor/assets/javascripts/theme-solarized_dark-noconflict.js
|
281
|
-
- vendor/assets/javascripts/theme-solarized_dark-uncompressed-noconflict.js
|
282
|
-
- vendor/assets/javascripts/theme-solarized_dark-uncompressed.js
|
283
126
|
- vendor/assets/javascripts/theme-solarized_dark.js
|
284
|
-
- vendor/assets/javascripts/theme-solarized_light-noconflict.js
|
285
|
-
- vendor/assets/javascripts/theme-solarized_light-uncompressed-noconflict.js
|
286
|
-
- vendor/assets/javascripts/theme-solarized_light-uncompressed.js
|
287
127
|
- vendor/assets/javascripts/theme-solarized_light.js
|
288
|
-
- vendor/assets/javascripts/theme-textmate-noconflict.js
|
289
|
-
- vendor/assets/javascripts/theme-textmate-uncompressed-noconflict.js
|
290
|
-
- vendor/assets/javascripts/theme-textmate-uncompressed.js
|
291
128
|
- vendor/assets/javascripts/theme-textmate.js
|
292
|
-
- vendor/assets/javascripts/theme-tomorrow-noconflict.js
|
293
|
-
- vendor/assets/javascripts/theme-tomorrow-uncompressed-noconflict.js
|
294
|
-
- vendor/assets/javascripts/theme-tomorrow-uncompressed.js
|
295
129
|
- vendor/assets/javascripts/theme-tomorrow.js
|
296
|
-
- vendor/assets/javascripts/theme-tomorrow_night-noconflict.js
|
297
|
-
- vendor/assets/javascripts/theme-tomorrow_night-uncompressed-noconflict.js
|
298
|
-
- vendor/assets/javascripts/theme-tomorrow_night-uncompressed.js
|
299
130
|
- vendor/assets/javascripts/theme-tomorrow_night.js
|
300
|
-
- vendor/assets/javascripts/theme-tomorrow_night_blue-noconflict.js
|
301
|
-
- vendor/assets/javascripts/theme-tomorrow_night_blue-uncompressed-noconflict.js
|
302
|
-
- vendor/assets/javascripts/theme-tomorrow_night_blue-uncompressed.js
|
303
131
|
- vendor/assets/javascripts/theme-tomorrow_night_blue.js
|
304
|
-
- vendor/assets/javascripts/theme-tomorrow_night_bright-noconflict.js
|
305
|
-
- vendor/assets/javascripts/theme-tomorrow_night_bright-uncompressed-noconflict.js
|
306
|
-
- vendor/assets/javascripts/theme-tomorrow_night_bright-uncompressed.js
|
307
132
|
- vendor/assets/javascripts/theme-tomorrow_night_bright.js
|
308
|
-
- vendor/assets/javascripts/theme-tomorrow_night_eighties-noconflict.js
|
309
|
-
- vendor/assets/javascripts/theme-tomorrow_night_eighties-uncompressed-noconflict.js
|
310
|
-
- vendor/assets/javascripts/theme-tomorrow_night_eighties-uncompressed.js
|
311
133
|
- vendor/assets/javascripts/theme-tomorrow_night_eighties.js
|
312
|
-
- vendor/assets/javascripts/theme-twilight-noconflict.js
|
313
|
-
- vendor/assets/javascripts/theme-twilight-uncompressed-noconflict.js
|
314
|
-
- vendor/assets/javascripts/theme-twilight-uncompressed.js
|
315
134
|
- vendor/assets/javascripts/theme-twilight.js
|
316
|
-
- vendor/assets/javascripts/theme-vibrant_ink-noconflict.js
|
317
|
-
- vendor/assets/javascripts/theme-vibrant_ink-uncompressed-noconflict.js
|
318
|
-
- vendor/assets/javascripts/theme-vibrant_ink-uncompressed.js
|
319
135
|
- vendor/assets/javascripts/theme-vibrant_ink.js
|
320
136
|
- vendor/assets/javascripts/worker-coffee.js
|
321
137
|
- vendor/assets/javascripts/worker-css.js
|
322
138
|
- vendor/assets/javascripts/worker-javascript.js
|
323
139
|
- vendor/assets/javascripts/worker-json.js
|
140
|
+
- vendor/assets/javascripts/worker-xquery.js
|
324
141
|
homepage: https://github.com/codykrieger/ace-rails-ap
|
325
142
|
licenses: []
|
326
143
|
post_install_message:
|
@@ -1 +0,0 @@
|
|
1
|
-
ace.define("pilot/index",["require","exports","module","pilot/browser_focus","pilot/dom","pilot/event","pilot/event_emitter","pilot/fixoldbrowsers","pilot/keys","pilot/lang","pilot/oop","pilot/useragent","pilot/canon"],function(a,b,c){a("pilot/browser_focus"),a("pilot/dom"),a("pilot/event"),a("pilot/event_emitter"),a("pilot/fixoldbrowsers"),a("pilot/keys"),a("pilot/lang"),a("pilot/oop"),a("pilot/useragent"),a("pilot/canon")}),ace.define("pilot/browser_focus",["require","exports","module","ace/lib/browser_focus"],function(a,b,c){console.warn("DEPRECATED: 'pilot/browser_focus' is deprecated. Use 'ace/lib/browser_focus' instead"),c.exports=a("ace/lib/browser_focus")}),ace.define("pilot/dom",["require","exports","module","ace/lib/dom"],function(a,b,c){console.warn("DEPRECATED: 'pilot/dom' is deprecated. Use 'ace/lib/dom' instead"),c.exports=a("ace/lib/dom")}),ace.define("pilot/event",["require","exports","module","ace/lib/event"],function(a,b,c){console.warn("DEPRECATED: 'pilot/event' is deprecated. Use 'ace/lib/event' instead"),c.exports=a("ace/lib/event")}),ace.define("pilot/event_emitter",["require","exports","module","ace/lib/event_emitter"],function(a,b,c){console.warn("DEPRECATED: 'pilot/event_emitter' is deprecated. Use 'ace/lib/event_emitter' instead"),c.exports=a("ace/lib/event_emitter")}),ace.define("pilot/fixoldbrowsers",["require","exports","module","ace/lib/fixoldbrowsers"],function(a,b,c){console.warn("DEPRECATED: 'pilot/fixoldbrowsers' is deprecated. Use 'ace/lib/fixoldbrowsers' instead"),c.exports=a("ace/lib/fixoldbrowsers")}),ace.define("pilot/keys",["require","exports","module","ace/lib/keys"],function(a,b,c){console.warn("DEPRECATED: 'pilot/keys' is deprecated. Use 'ace/lib/keys' instead"),c.exports=a("ace/lib/keys")}),ace.define("pilot/lang",["require","exports","module","ace/lib/lang"],function(a,b,c){console.warn("DEPRECATED: 'pilot/lang' is deprecated. Use 'ace/lib/lang' instead"),c.exports=a("ace/lib/lang")}),ace.define("pilot/oop",["require","exports","module","ace/lib/oop"],function(a,b,c){console.warn("DEPRECATED: 'pilot/oop' is deprecated. Use 'ace/lib/oop' instead"),c.exports=a("ace/lib/oop")}),ace.define("pilot/useragent",["require","exports","module","ace/lib/useragent"],function(a,b,c){console.warn("DEPRECATED: 'pilot/useragent' is deprecated. Use 'ace/lib/useragent' instead"),c.exports=a("ace/lib/useragent")}),ace.define("pilot/canon",["require","exports","module"],function(a,b,c){console.warn("DEPRECATED: 'pilot/canon' is deprecated."),b.addCommand=function(){console.warn("DEPRECATED: 'canon.addCommand()' is deprecated. Use 'editor.commands.addCommand(command)' instead."),console.trace()},b.removeCommand=function(){console.warn("DEPRECATED: 'canon.removeCommand()' is deprecated. Use 'editor.commands.removeCommand(command)' instead."),console.trace()}})
|
@@ -1,480 +0,0 @@
|
|
1
|
-
/* vim:ts=4:sts=4:sw=4:
|
2
|
-
* ***** BEGIN LICENSE BLOCK *****
|
3
|
-
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
4
|
-
*
|
5
|
-
* The contents of this file are subject to the Mozilla Public License Version
|
6
|
-
* 1.1 (the "License"); you may not use this file except in compliance with
|
7
|
-
* the License. You may obtain a copy of the License at
|
8
|
-
* http://www.mozilla.org/MPL/
|
9
|
-
*
|
10
|
-
* Software distributed under the License is distributed on an "AS IS" basis,
|
11
|
-
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
12
|
-
* for the specific language governing rights and limitations under the
|
13
|
-
* License.
|
14
|
-
*
|
15
|
-
* The Original Code is Ajax.org Code Editor (ACE).
|
16
|
-
*
|
17
|
-
* The Initial Developer of the Original Code is
|
18
|
-
* Ajax.org B.V.
|
19
|
-
* Portions created by the Initial Developer are Copyright (C) 2010
|
20
|
-
* the Initial Developer. All Rights Reserved.
|
21
|
-
*
|
22
|
-
* Contributor(s):
|
23
|
-
* Fabian Jakobs <fabian AT ajax DOT org>
|
24
|
-
*
|
25
|
-
* Alternatively, the contents of this file may be used under the terms of
|
26
|
-
* either the GNU General Public License Version 2 or later (the "GPL"), or
|
27
|
-
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
28
|
-
* in which case the provisions of the GPL or the LGPL are applicable instead
|
29
|
-
* of those above. If you wish to allow use of your version of this file only
|
30
|
-
* under the terms of either the GPL or the LGPL, and not to allow others to
|
31
|
-
* use your version of this file under the terms of the MPL, indicate your
|
32
|
-
* decision by deleting the provisions above and replace them with the notice
|
33
|
-
* and other provisions required by the GPL or the LGPL. If you do not delete
|
34
|
-
* the provisions above, a recipient may use your version of this file under
|
35
|
-
* the terms of any one of the MPL, the GPL or the LGPL.
|
36
|
-
*
|
37
|
-
* ***** END LICENSE BLOCK ***** */
|
38
|
-
|
39
|
-
ace.define('pilot/index', ['require', 'exports', 'module' , 'pilot/browser_focus', 'pilot/dom', 'pilot/event', 'pilot/event_emitter', 'pilot/fixoldbrowsers', 'pilot/keys', 'pilot/lang', 'pilot/oop', 'pilot/useragent', 'pilot/canon'], function(require, exports, module) {
|
40
|
-
require("pilot/browser_focus");
|
41
|
-
require("pilot/dom");
|
42
|
-
require("pilot/event");
|
43
|
-
require("pilot/event_emitter");
|
44
|
-
require("pilot/fixoldbrowsers");
|
45
|
-
require("pilot/keys");
|
46
|
-
require("pilot/lang");
|
47
|
-
require("pilot/oop");
|
48
|
-
require("pilot/useragent");
|
49
|
-
require("pilot/canon");
|
50
|
-
});
|
51
|
-
/* vim:ts=4:sts=4:sw=4:
|
52
|
-
* ***** BEGIN LICENSE BLOCK *****
|
53
|
-
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
54
|
-
*
|
55
|
-
* The contents of this file are subject to the Mozilla Public License Version
|
56
|
-
* 1.1 (the "License"); you may not use this file except in compliance with
|
57
|
-
* the License. You may obtain a copy of the License at
|
58
|
-
* http://www.mozilla.org/MPL/
|
59
|
-
*
|
60
|
-
* Software distributed under the License is distributed on an "AS IS" basis,
|
61
|
-
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
62
|
-
* for the specific language governing rights and limitations under the
|
63
|
-
* License.
|
64
|
-
*
|
65
|
-
* The Original Code is Ajax.org Code Editor (ACE).
|
66
|
-
*
|
67
|
-
* The Initial Developer of the Original Code is
|
68
|
-
* Ajax.org B.V.
|
69
|
-
* Portions created by the Initial Developer are Copyright (C) 2010
|
70
|
-
* the Initial Developer. All Rights Reserved.
|
71
|
-
*
|
72
|
-
* Contributor(s):
|
73
|
-
* Fabian Jakobs <fabian AT ajax DOT org>
|
74
|
-
*
|
75
|
-
* Alternatively, the contents of this file may be used under the terms of
|
76
|
-
* either the GNU General Public License Version 2 or later (the "GPL"), or
|
77
|
-
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
78
|
-
* in which case the provisions of the GPL or the LGPL are applicable instead
|
79
|
-
* of those above. If you wish to allow use of your version of this file only
|
80
|
-
* under the terms of either the GPL or the LGPL, and not to allow others to
|
81
|
-
* use your version of this file under the terms of the MPL, indicate your
|
82
|
-
* decision by deleting the provisions above and replace them with the notice
|
83
|
-
* and other provisions required by the GPL or the LGPL. If you do not delete
|
84
|
-
* the provisions above, a recipient may use your version of this file under
|
85
|
-
* the terms of any one of the MPL, the GPL or the LGPL.
|
86
|
-
*
|
87
|
-
* ***** END LICENSE BLOCK ***** */
|
88
|
-
|
89
|
-
ace.define('pilot/browser_focus', ['require', 'exports', 'module' , 'ace/lib/browser_focus'], function(require, exports, module) {
|
90
|
-
console.warn("DEPRECATED: 'pilot/browser_focus' is deprecated. Use 'ace/lib/browser_focus' instead");
|
91
|
-
module.exports = require("ace/lib/browser_focus");
|
92
|
-
});
|
93
|
-
/* vim:ts=4:sts=4:sw=4:
|
94
|
-
* ***** BEGIN LICENSE BLOCK *****
|
95
|
-
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
96
|
-
*
|
97
|
-
* The contents of this file are subject to the Mozilla Public License Version
|
98
|
-
* 1.1 (the "License"); you may not use this file except in compliance with
|
99
|
-
* the License. You may obtain a copy of the License at
|
100
|
-
* http://www.mozilla.org/MPL/
|
101
|
-
*
|
102
|
-
* Software distributed under the License is distributed on an "AS IS" basis,
|
103
|
-
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
104
|
-
* for the specific language governing rights and limitations under the
|
105
|
-
* License.
|
106
|
-
*
|
107
|
-
* The Original Code is Ajax.org Code Editor (ACE).
|
108
|
-
*
|
109
|
-
* The Initial Developer of the Original Code is
|
110
|
-
* Ajax.org B.V.
|
111
|
-
* Portions created by the Initial Developer are Copyright (C) 2010
|
112
|
-
* the Initial Developer. All Rights Reserved.
|
113
|
-
*
|
114
|
-
* Contributor(s):
|
115
|
-
* Fabian Jakobs <fabian AT ajax DOT org>
|
116
|
-
*
|
117
|
-
* Alternatively, the contents of this file may be used under the terms of
|
118
|
-
* either the GNU General Public License Version 2 or later (the "GPL"), or
|
119
|
-
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
120
|
-
* in which case the provisions of the GPL or the LGPL are applicable instead
|
121
|
-
* of those above. If you wish to allow use of your version of this file only
|
122
|
-
* under the terms of either the GPL or the LGPL, and not to allow others to
|
123
|
-
* use your version of this file under the terms of the MPL, indicate your
|
124
|
-
* decision by deleting the provisions above and replace them with the notice
|
125
|
-
* and other provisions required by the GPL or the LGPL. If you do not delete
|
126
|
-
* the provisions above, a recipient may use your version of this file under
|
127
|
-
* the terms of any one of the MPL, the GPL or the LGPL.
|
128
|
-
*
|
129
|
-
* ***** END LICENSE BLOCK ***** */
|
130
|
-
|
131
|
-
ace.define('pilot/dom', ['require', 'exports', 'module' , 'ace/lib/dom'], function(require, exports, module) {
|
132
|
-
console.warn("DEPRECATED: 'pilot/dom' is deprecated. Use 'ace/lib/dom' instead");
|
133
|
-
module.exports = require("ace/lib/dom");
|
134
|
-
});
|
135
|
-
/* vim:ts=4:sts=4:sw=4:
|
136
|
-
* ***** BEGIN LICENSE BLOCK *****
|
137
|
-
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
138
|
-
*
|
139
|
-
* The contents of this file are subject to the Mozilla Public License Version
|
140
|
-
* 1.1 (the "License"); you may not use this file except in compliance with
|
141
|
-
* the License. You may obtain a copy of the License at
|
142
|
-
* http://www.mozilla.org/MPL/
|
143
|
-
*
|
144
|
-
* Software distributed under the License is distributed on an "AS IS" basis,
|
145
|
-
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
146
|
-
* for the specific language governing rights and limitations under the
|
147
|
-
* License.
|
148
|
-
*
|
149
|
-
* The Original Code is Ajax.org Code Editor (ACE).
|
150
|
-
*
|
151
|
-
* The Initial Developer of the Original Code is
|
152
|
-
* Ajax.org B.V.
|
153
|
-
* Portions created by the Initial Developer are Copyright (C) 2010
|
154
|
-
* the Initial Developer. All Rights Reserved.
|
155
|
-
*
|
156
|
-
* Contributor(s):
|
157
|
-
* Fabian Jakobs <fabian AT ajax DOT org>
|
158
|
-
*
|
159
|
-
* Alternatively, the contents of this file may be used under the terms of
|
160
|
-
* either the GNU General Public License Version 2 or later (the "GPL"), or
|
161
|
-
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
162
|
-
* in which case the provisions of the GPL or the LGPL are applicable instead
|
163
|
-
* of those above. If you wish to allow use of your version of this file only
|
164
|
-
* under the terms of either the GPL or the LGPL, and not to allow others to
|
165
|
-
* use your version of this file under the terms of the MPL, indicate your
|
166
|
-
* decision by deleting the provisions above and replace them with the notice
|
167
|
-
* and other provisions required by the GPL or the LGPL. If you do not delete
|
168
|
-
* the provisions above, a recipient may use your version of this file under
|
169
|
-
* the terms of any one of the MPL, the GPL or the LGPL.
|
170
|
-
*
|
171
|
-
* ***** END LICENSE BLOCK ***** */
|
172
|
-
|
173
|
-
ace.define('pilot/event', ['require', 'exports', 'module' , 'ace/lib/event'], function(require, exports, module) {
|
174
|
-
console.warn("DEPRECATED: 'pilot/event' is deprecated. Use 'ace/lib/event' instead");
|
175
|
-
module.exports = require("ace/lib/event");
|
176
|
-
});
|
177
|
-
/* vim:ts=4:sts=4:sw=4:
|
178
|
-
* ***** BEGIN LICENSE BLOCK *****
|
179
|
-
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
180
|
-
*
|
181
|
-
* The contents of this file are subject to the Mozilla Public License Version
|
182
|
-
* 1.1 (the "License"); you may not use this file except in compliance with
|
183
|
-
* the License. You may obtain a copy of the License at
|
184
|
-
* http://www.mozilla.org/MPL/
|
185
|
-
*
|
186
|
-
* Software distributed under the License is distributed on an "AS IS" basis,
|
187
|
-
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
188
|
-
* for the specific language governing rights and limitations under the
|
189
|
-
* License.
|
190
|
-
*
|
191
|
-
* The Original Code is Ajax.org Code Editor (ACE).
|
192
|
-
*
|
193
|
-
* The Initial Developer of the Original Code is
|
194
|
-
* Ajax.org B.V.
|
195
|
-
* Portions created by the Initial Developer are Copyright (C) 2010
|
196
|
-
* the Initial Developer. All Rights Reserved.
|
197
|
-
*
|
198
|
-
* Contributor(s):
|
199
|
-
* Fabian Jakobs <fabian AT ajax DOT org>
|
200
|
-
*
|
201
|
-
* Alternatively, the contents of this file may be used under the terms of
|
202
|
-
* either the GNU General Public License Version 2 or later (the "GPL"), or
|
203
|
-
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
204
|
-
* in which case the provisions of the GPL or the LGPL are applicable instead
|
205
|
-
* of those above. If you wish to allow use of your version of this file only
|
206
|
-
* under the terms of either the GPL or the LGPL, and not to allow others to
|
207
|
-
* use your version of this file under the terms of the MPL, indicate your
|
208
|
-
* decision by deleting the provisions above and replace them with the notice
|
209
|
-
* and other provisions required by the GPL or the LGPL. If you do not delete
|
210
|
-
* the provisions above, a recipient may use your version of this file under
|
211
|
-
* the terms of any one of the MPL, the GPL or the LGPL.
|
212
|
-
*
|
213
|
-
* ***** END LICENSE BLOCK ***** */
|
214
|
-
|
215
|
-
ace.define('pilot/event_emitter', ['require', 'exports', 'module' , 'ace/lib/event_emitter'], function(require, exports, module) {
|
216
|
-
console.warn("DEPRECATED: 'pilot/event_emitter' is deprecated. Use 'ace/lib/event_emitter' instead");
|
217
|
-
module.exports = require("ace/lib/event_emitter");
|
218
|
-
});
|
219
|
-
/* vim:ts=4:sts=4:sw=4:
|
220
|
-
* ***** BEGIN LICENSE BLOCK *****
|
221
|
-
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
222
|
-
*
|
223
|
-
* The contents of this file are subject to the Mozilla Public License Version
|
224
|
-
* 1.1 (the "License"); you may not use this file except in compliance with
|
225
|
-
* the License. You may obtain a copy of the License at
|
226
|
-
* http://www.mozilla.org/MPL/
|
227
|
-
*
|
228
|
-
* Software distributed under the License is distributed on an "AS IS" basis,
|
229
|
-
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
230
|
-
* for the specific language governing rights and limitations under the
|
231
|
-
* License.
|
232
|
-
*
|
233
|
-
* The Original Code is Ajax.org Code Editor (ACE).
|
234
|
-
*
|
235
|
-
* The Initial Developer of the Original Code is
|
236
|
-
* Ajax.org B.V.
|
237
|
-
* Portions created by the Initial Developer are Copyright (C) 2010
|
238
|
-
* the Initial Developer. All Rights Reserved.
|
239
|
-
*
|
240
|
-
* Contributor(s):
|
241
|
-
* Fabian Jakobs <fabian AT ajax DOT org>
|
242
|
-
*
|
243
|
-
* Alternatively, the contents of this file may be used under the terms of
|
244
|
-
* either the GNU General Public License Version 2 or later (the "GPL"), or
|
245
|
-
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
246
|
-
* in which case the provisions of the GPL or the LGPL are applicable instead
|
247
|
-
* of those above. If you wish to allow use of your version of this file only
|
248
|
-
* under the terms of either the GPL or the LGPL, and not to allow others to
|
249
|
-
* use your version of this file under the terms of the MPL, indicate your
|
250
|
-
* decision by deleting the provisions above and replace them with the notice
|
251
|
-
* and other provisions required by the GPL or the LGPL. If you do not delete
|
252
|
-
* the provisions above, a recipient may use your version of this file under
|
253
|
-
* the terms of any one of the MPL, the GPL or the LGPL.
|
254
|
-
*
|
255
|
-
* ***** END LICENSE BLOCK ***** */
|
256
|
-
|
257
|
-
ace.define('pilot/fixoldbrowsers', ['require', 'exports', 'module' , 'ace/lib/fixoldbrowsers'], function(require, exports, module) {
|
258
|
-
console.warn("DEPRECATED: 'pilot/fixoldbrowsers' is deprecated. Use 'ace/lib/fixoldbrowsers' instead");
|
259
|
-
module.exports = require("ace/lib/fixoldbrowsers");
|
260
|
-
});
|
261
|
-
/* vim:ts=4:sts=4:sw=4:
|
262
|
-
* ***** BEGIN LICENSE BLOCK *****
|
263
|
-
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
264
|
-
*
|
265
|
-
* The contents of this file are subject to the Mozilla Public License Version
|
266
|
-
* 1.1 (the "License"); you may not use this file except in compliance with
|
267
|
-
* the License. You may obtain a copy of the License at
|
268
|
-
* http://www.mozilla.org/MPL/
|
269
|
-
*
|
270
|
-
* Software distributed under the License is distributed on an "AS IS" basis,
|
271
|
-
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
272
|
-
* for the specific language governing rights and limitations under the
|
273
|
-
* License.
|
274
|
-
*
|
275
|
-
* The Original Code is Ajax.org Code Editor (ACE).
|
276
|
-
*
|
277
|
-
* The Initial Developer of the Original Code is
|
278
|
-
* Ajax.org B.V.
|
279
|
-
* Portions created by the Initial Developer are Copyright (C) 2010
|
280
|
-
* the Initial Developer. All Rights Reserved.
|
281
|
-
*
|
282
|
-
* Contributor(s):
|
283
|
-
* Fabian Jakobs <fabian AT ajax DOT org>
|
284
|
-
*
|
285
|
-
* Alternatively, the contents of this file may be used under the terms of
|
286
|
-
* either the GNU General Public License Version 2 or later (the "GPL"), or
|
287
|
-
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
288
|
-
* in which case the provisions of the GPL or the LGPL are applicable instead
|
289
|
-
* of those above. If you wish to allow use of your version of this file only
|
290
|
-
* under the terms of either the GPL or the LGPL, and not to allow others to
|
291
|
-
* use your version of this file under the terms of the MPL, indicate your
|
292
|
-
* decision by deleting the provisions above and replace them with the notice
|
293
|
-
* and other provisions required by the GPL or the LGPL. If you do not delete
|
294
|
-
* the provisions above, a recipient may use your version of this file under
|
295
|
-
* the terms of any one of the MPL, the GPL or the LGPL.
|
296
|
-
*
|
297
|
-
* ***** END LICENSE BLOCK ***** */
|
298
|
-
|
299
|
-
ace.define('pilot/keys', ['require', 'exports', 'module' , 'ace/lib/keys'], function(require, exports, module) {
|
300
|
-
console.warn("DEPRECATED: 'pilot/keys' is deprecated. Use 'ace/lib/keys' instead");
|
301
|
-
module.exports = require("ace/lib/keys");
|
302
|
-
});
|
303
|
-
/* vim:ts=4:sts=4:sw=4:
|
304
|
-
* ***** BEGIN LICENSE BLOCK *****
|
305
|
-
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
306
|
-
*
|
307
|
-
* The contents of this file are subject to the Mozilla Public License Version
|
308
|
-
* 1.1 (the "License"); you may not use this file except in compliance with
|
309
|
-
* the License. You may obtain a copy of the License at
|
310
|
-
* http://www.mozilla.org/MPL/
|
311
|
-
*
|
312
|
-
* Software distributed under the License is distributed on an "AS IS" basis,
|
313
|
-
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
314
|
-
* for the specific language governing rights and limitations under the
|
315
|
-
* License.
|
316
|
-
*
|
317
|
-
* The Original Code is Ajax.org Code Editor (ACE).
|
318
|
-
*
|
319
|
-
* The Initial Developer of the Original Code is
|
320
|
-
* Ajax.org B.V.
|
321
|
-
* Portions created by the Initial Developer are Copyright (C) 2010
|
322
|
-
* the Initial Developer. All Rights Reserved.
|
323
|
-
*
|
324
|
-
* Contributor(s):
|
325
|
-
* Fabian Jakobs <fabian AT ajax DOT org>
|
326
|
-
*
|
327
|
-
* Alternatively, the contents of this file may be used under the terms of
|
328
|
-
* either the GNU General Public License Version 2 or later (the "GPL"), or
|
329
|
-
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
330
|
-
* in which case the provisions of the GPL or the LGPL are applicable instead
|
331
|
-
* of those above. If you wish to allow use of your version of this file only
|
332
|
-
* under the terms of either the GPL or the LGPL, and not to allow others to
|
333
|
-
* use your version of this file under the terms of the MPL, indicate your
|
334
|
-
* decision by deleting the provisions above and replace them with the notice
|
335
|
-
* and other provisions required by the GPL or the LGPL. If you do not delete
|
336
|
-
* the provisions above, a recipient may use your version of this file under
|
337
|
-
* the terms of any one of the MPL, the GPL or the LGPL.
|
338
|
-
*
|
339
|
-
* ***** END LICENSE BLOCK ***** */
|
340
|
-
|
341
|
-
ace.define('pilot/lang', ['require', 'exports', 'module' , 'ace/lib/lang'], function(require, exports, module) {
|
342
|
-
console.warn("DEPRECATED: 'pilot/lang' is deprecated. Use 'ace/lib/lang' instead");
|
343
|
-
module.exports = require("ace/lib/lang");
|
344
|
-
});
|
345
|
-
/* vim:ts=4:sts=4:sw=4:
|
346
|
-
* ***** BEGIN LICENSE BLOCK *****
|
347
|
-
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
348
|
-
*
|
349
|
-
* The contents of this file are subject to the Mozilla Public License Version
|
350
|
-
* 1.1 (the "License"); you may not use this file except in compliance with
|
351
|
-
* the License. You may obtain a copy of the License at
|
352
|
-
* http://www.mozilla.org/MPL/
|
353
|
-
*
|
354
|
-
* Software distributed under the License is distributed on an "AS IS" basis,
|
355
|
-
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
356
|
-
* for the specific language governing rights and limitations under the
|
357
|
-
* License.
|
358
|
-
*
|
359
|
-
* The Original Code is Ajax.org Code Editor (ACE).
|
360
|
-
*
|
361
|
-
* The Initial Developer of the Original Code is
|
362
|
-
* Ajax.org B.V.
|
363
|
-
* Portions created by the Initial Developer are Copyright (C) 2010
|
364
|
-
* the Initial Developer. All Rights Reserved.
|
365
|
-
*
|
366
|
-
* Contributor(s):
|
367
|
-
* Fabian Jakobs <fabian AT ajax DOT org>
|
368
|
-
*
|
369
|
-
* Alternatively, the contents of this file may be used under the terms of
|
370
|
-
* either the GNU General Public License Version 2 or later (the "GPL"), or
|
371
|
-
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
372
|
-
* in which case the provisions of the GPL or the LGPL are applicable instead
|
373
|
-
* of those above. If you wish to allow use of your version of this file only
|
374
|
-
* under the terms of either the GPL or the LGPL, and not to allow others to
|
375
|
-
* use your version of this file under the terms of the MPL, indicate your
|
376
|
-
* decision by deleting the provisions above and replace them with the notice
|
377
|
-
* and other provisions required by the GPL or the LGPL. If you do not delete
|
378
|
-
* the provisions above, a recipient may use your version of this file under
|
379
|
-
* the terms of any one of the MPL, the GPL or the LGPL.
|
380
|
-
*
|
381
|
-
* ***** END LICENSE BLOCK ***** */
|
382
|
-
|
383
|
-
ace.define('pilot/oop', ['require', 'exports', 'module' , 'ace/lib/oop'], function(require, exports, module) {
|
384
|
-
console.warn("DEPRECATED: 'pilot/oop' is deprecated. Use 'ace/lib/oop' instead");
|
385
|
-
module.exports = require("ace/lib/oop");
|
386
|
-
});
|
387
|
-
/* vim:ts=4:sts=4:sw=4:
|
388
|
-
* ***** BEGIN LICENSE BLOCK *****
|
389
|
-
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
390
|
-
*
|
391
|
-
* The contents of this file are subject to the Mozilla Public License Version
|
392
|
-
* 1.1 (the "License"); you may not use this file except in compliance with
|
393
|
-
* the License. You may obtain a copy of the License at
|
394
|
-
* http://www.mozilla.org/MPL/
|
395
|
-
*
|
396
|
-
* Software distributed under the License is distributed on an "AS IS" basis,
|
397
|
-
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
398
|
-
* for the specific language governing rights and limitations under the
|
399
|
-
* License.
|
400
|
-
*
|
401
|
-
* The Original Code is Ajax.org Code Editor (ACE).
|
402
|
-
*
|
403
|
-
* The Initial Developer of the Original Code is
|
404
|
-
* Ajax.org B.V.
|
405
|
-
* Portions created by the Initial Developer are Copyright (C) 2010
|
406
|
-
* the Initial Developer. All Rights Reserved.
|
407
|
-
*
|
408
|
-
* Contributor(s):
|
409
|
-
* Fabian Jakobs <fabian AT ajax DOT org>
|
410
|
-
*
|
411
|
-
* Alternatively, the contents of this file may be used under the terms of
|
412
|
-
* either the GNU General Public License Version 2 or later (the "GPL"), or
|
413
|
-
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
414
|
-
* in which case the provisions of the GPL or the LGPL are applicable instead
|
415
|
-
* of those above. If you wish to allow use of your version of this file only
|
416
|
-
* under the terms of either the GPL or the LGPL, and not to allow others to
|
417
|
-
* use your version of this file under the terms of the MPL, indicate your
|
418
|
-
* decision by deleting the provisions above and replace them with the notice
|
419
|
-
* and other provisions required by the GPL or the LGPL. If you do not delete
|
420
|
-
* the provisions above, a recipient may use your version of this file under
|
421
|
-
* the terms of any one of the MPL, the GPL or the LGPL.
|
422
|
-
*
|
423
|
-
* ***** END LICENSE BLOCK ***** */
|
424
|
-
|
425
|
-
ace.define('pilot/useragent', ['require', 'exports', 'module' , 'ace/lib/useragent'], function(require, exports, module) {
|
426
|
-
console.warn("DEPRECATED: 'pilot/useragent' is deprecated. Use 'ace/lib/useragent' instead");
|
427
|
-
module.exports = require("ace/lib/useragent");
|
428
|
-
});
|
429
|
-
/* vim:ts=4:sts=4:sw=4:
|
430
|
-
* ***** BEGIN LICENSE BLOCK *****
|
431
|
-
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
432
|
-
*
|
433
|
-
* The contents of this file are subject to the Mozilla Public License Version
|
434
|
-
* 1.1 (the "License"); you may not use this file except in compliance with
|
435
|
-
* the License. You may obtain a copy of the License at
|
436
|
-
* http://www.mozilla.org/MPL/
|
437
|
-
*
|
438
|
-
* Software distributed under the License is distributed on an "AS IS" basis,
|
439
|
-
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
440
|
-
* for the specific language governing rights and limitations under the
|
441
|
-
* License.
|
442
|
-
*
|
443
|
-
* The Original Code is Ajax.org Code Editor (ACE).
|
444
|
-
*
|
445
|
-
* The Initial Developer of the Original Code is
|
446
|
-
* Ajax.org B.V.
|
447
|
-
* Portions created by the Initial Developer are Copyright (C) 2010
|
448
|
-
* the Initial Developer. All Rights Reserved.
|
449
|
-
*
|
450
|
-
* Contributor(s):
|
451
|
-
* Fabian Jakobs <fabian AT ajax DOT org>
|
452
|
-
*
|
453
|
-
* Alternatively, the contents of this file may be used under the terms of
|
454
|
-
* either the GNU General Public License Version 2 or later (the "GPL"), or
|
455
|
-
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
456
|
-
* in which case the provisions of the GPL or the LGPL are applicable instead
|
457
|
-
* of those above. If you wish to allow use of your version of this file only
|
458
|
-
* under the terms of either the GPL or the LGPL, and not to allow others to
|
459
|
-
* use your version of this file under the terms of the MPL, indicate your
|
460
|
-
* decision by deleting the provisions above and replace them with the notice
|
461
|
-
* and other provisions required by the GPL or the LGPL. If you do not delete
|
462
|
-
* the provisions above, a recipient may use your version of this file under
|
463
|
-
* the terms of any one of the MPL, the GPL or the LGPL.
|
464
|
-
*
|
465
|
-
* ***** END LICENSE BLOCK ***** */
|
466
|
-
|
467
|
-
ace.define('pilot/canon', ['require', 'exports', 'module' ], function(require, exports, module) {
|
468
|
-
console.warn("DEPRECATED: 'pilot/canon' is deprecated.");
|
469
|
-
//return require("ace/lib/dom");
|
470
|
-
|
471
|
-
exports.addCommand = function() {
|
472
|
-
console.warn("DEPRECATED: 'canon.addCommand()' is deprecated. Use 'editor.commands.addCommand(command)' instead.");
|
473
|
-
console.trace();
|
474
|
-
}
|
475
|
-
|
476
|
-
exports.removeCommand = function() {
|
477
|
-
console.warn("DEPRECATED: 'canon.removeCommand()' is deprecated. Use 'editor.commands.removeCommand(command)' instead.");
|
478
|
-
console.trace();
|
479
|
-
}
|
480
|
-
});
|