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
@@ -0,0 +1,320 @@
|
|
1
|
+
/* ***** BEGIN LICENSE BLOCK *****
|
2
|
+
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
3
|
+
*
|
4
|
+
* The contents of this file are subject to the Mozilla Public License Version
|
5
|
+
* 1.1 (the "License"); you may not use this file except in compliance with
|
6
|
+
* the License. You may obtain a copy of the License at
|
7
|
+
* http://www.mozilla.org/MPL/
|
8
|
+
*
|
9
|
+
* Software distributed under the License is distributed on an "AS IS" basis,
|
10
|
+
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
11
|
+
* for the specific language governing rights and limitations under the
|
12
|
+
* License.
|
13
|
+
*
|
14
|
+
* The Original Code is Ajax.org Code Editor (ACE).
|
15
|
+
*
|
16
|
+
* The Initial Developer of the Original Code is
|
17
|
+
* Ajax.org B.V.
|
18
|
+
* Portions created by the Initial Developer are Copyright (C) 2010
|
19
|
+
* the Initial Developer. All Rights Reserved.
|
20
|
+
*
|
21
|
+
* Contributor(s):
|
22
|
+
* Fabian Jakobs <fabian AT ajax DOT org>
|
23
|
+
* Shlomo Zalman Heigh <shlomozalmanheigh AT gmail DOT com>
|
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
|
+
define('ace/mode/tcl', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/text', 'ace/tokenizer', 'ace/mode/tcl_highlight_rules', 'ace/mode/matching_brace_outdent', 'ace/range'], function(require, exports, module) {
|
40
|
+
|
41
|
+
|
42
|
+
var oop = require("../lib/oop");
|
43
|
+
var TextMode = require("./text").Mode;
|
44
|
+
var Tokenizer = require("../tokenizer").Tokenizer;
|
45
|
+
var TclHighlightRules = require("./tcl_highlight_rules").TclHighlightRules;
|
46
|
+
var MatchingBraceOutdent = require("./matching_brace_outdent").MatchingBraceOutdent;
|
47
|
+
var Range = require("../range").Range;
|
48
|
+
|
49
|
+
var Mode = function() {
|
50
|
+
this.$tokenizer = new Tokenizer(new TclHighlightRules().getRules());
|
51
|
+
this.$outdent = new MatchingBraceOutdent();
|
52
|
+
};
|
53
|
+
oop.inherits(Mode, TextMode);
|
54
|
+
|
55
|
+
(function() {
|
56
|
+
|
57
|
+
this.toggleCommentLines = function(state, doc, startRow, endRow) {
|
58
|
+
var outdent = true;
|
59
|
+
var re = /^(\s*)#/;
|
60
|
+
|
61
|
+
for (var i=startRow; i<= endRow; i++) {
|
62
|
+
if (!re.test(doc.getLine(i))) {
|
63
|
+
outdent = false;
|
64
|
+
break;
|
65
|
+
}
|
66
|
+
}
|
67
|
+
|
68
|
+
if (outdent) {
|
69
|
+
var deleteRange = new Range(0, 0, 0, 0);
|
70
|
+
for (var i=startRow; i<= endRow; i++)
|
71
|
+
{
|
72
|
+
var line = doc.getLine(i);
|
73
|
+
var m = line.match(re);
|
74
|
+
deleteRange.start.row = i;
|
75
|
+
deleteRange.end.row = i;
|
76
|
+
deleteRange.end.column = m[0].length;
|
77
|
+
doc.replace(deleteRange, m[1]);
|
78
|
+
}
|
79
|
+
}
|
80
|
+
else {
|
81
|
+
doc.indentRows(startRow, endRow, "#");
|
82
|
+
}
|
83
|
+
};
|
84
|
+
|
85
|
+
this.getNextLineIndent = function(state, line, tab) {
|
86
|
+
var indent = this.$getIndent(line);
|
87
|
+
|
88
|
+
var tokenizedLine = this.$tokenizer.getLineTokens(line, state);
|
89
|
+
var tokens = tokenizedLine.tokens;
|
90
|
+
|
91
|
+
if (tokens.length && tokens[tokens.length-1].type == "comment") {
|
92
|
+
return indent;
|
93
|
+
}
|
94
|
+
|
95
|
+
if (state == "start") {
|
96
|
+
var match = line.match(/^.*[\{\(\[]\s*$/);
|
97
|
+
if (match) {
|
98
|
+
indent += tab;
|
99
|
+
}
|
100
|
+
}
|
101
|
+
|
102
|
+
return indent;
|
103
|
+
};
|
104
|
+
|
105
|
+
this.checkOutdent = function(state, line, input) {
|
106
|
+
return this.$outdent.checkOutdent(line, input);
|
107
|
+
};
|
108
|
+
|
109
|
+
this.autoOutdent = function(state, doc, row) {
|
110
|
+
this.$outdent.autoOutdent(doc, row);
|
111
|
+
};
|
112
|
+
|
113
|
+
}).call(Mode.prototype);
|
114
|
+
|
115
|
+
exports.Mode = Mode;
|
116
|
+
});
|
117
|
+
|
118
|
+
define('ace/mode/tcl_highlight_rules', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/lib/lang', 'ace/mode/text_highlight_rules'], function(require, exports, module) {
|
119
|
+
|
120
|
+
|
121
|
+
var oop = require("../lib/oop");
|
122
|
+
var lang = require("../lib/lang");
|
123
|
+
var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
|
124
|
+
|
125
|
+
var TclHighlightRules = function() {
|
126
|
+
|
127
|
+
var builtinFunctions = lang.arrayToMap(
|
128
|
+
("").split("|")
|
129
|
+
|
130
|
+
);
|
131
|
+
this.$rules = {
|
132
|
+
"start" : [
|
133
|
+
{
|
134
|
+
token : "comment",
|
135
|
+
merge : true,
|
136
|
+
regex : "#.*\\\\$",
|
137
|
+
next : "commentfollow"
|
138
|
+
}, {
|
139
|
+
token : "comment",
|
140
|
+
regex : "#.*$"
|
141
|
+
}, {
|
142
|
+
token : "support.function",
|
143
|
+
regex : '[\\\\]$',
|
144
|
+
next : "splitlineStart"
|
145
|
+
}, {
|
146
|
+
token : "text",
|
147
|
+
regex : '[\\\\](?:["]|[{]|[}]|[[]|[]]|[$]|[\])'
|
148
|
+
}, {
|
149
|
+
token : "text", // last value before command
|
150
|
+
regex : '^|[^{][;][^}]|[/\r/]',
|
151
|
+
next : "commandItem"
|
152
|
+
}, {
|
153
|
+
token : "string", // single line
|
154
|
+
regex : '[ ]*["](?:(?:\\\\.)|(?:[^"\\\\]))*?["]'
|
155
|
+
}, {
|
156
|
+
token : "string", // multi line """ string start
|
157
|
+
merge : true,
|
158
|
+
regex : '[ ]*["]',
|
159
|
+
next : "qqstring"
|
160
|
+
}, {
|
161
|
+
token : "variable.instancce", // variable xotcl with braces
|
162
|
+
merge : true,
|
163
|
+
regex : "[$]",
|
164
|
+
next : "variable"
|
165
|
+
}, {
|
166
|
+
token : "support.function",
|
167
|
+
regex : "!|\\$|%|&|\\*|\\-\\-|\\-|\\+\\+|\\+|~|===|==|=|!=|!==|<=|>=|<<=|>>=|>>>=|<>|<|>|!|&&|\\|\\||\\?\\:|\\*=|%=|\\+=|\\-=|&=|\\^=|{\\*}|;|::"
|
168
|
+
}, {
|
169
|
+
token : function(value) {
|
170
|
+
if (builtinFunctions.hasOwnProperty(value))
|
171
|
+
return "keyword";
|
172
|
+
else
|
173
|
+
return "identifier";
|
174
|
+
},
|
175
|
+
regex : "[a-zA-Z_$][a-zA-Z0-9_$]*\\b"
|
176
|
+
}, {
|
177
|
+
token : "paren.lparen",
|
178
|
+
regex : "[[{]",
|
179
|
+
next : "commandItem"
|
180
|
+
}, {
|
181
|
+
token : "paren.lparen",
|
182
|
+
regex : "[(]"
|
183
|
+
}, {
|
184
|
+
token : "paren.rparen",
|
185
|
+
regex : "[\\])}]"
|
186
|
+
}, {
|
187
|
+
token : "text",
|
188
|
+
regex : "\\s+"
|
189
|
+
}
|
190
|
+
],
|
191
|
+
"commandItem" : [
|
192
|
+
{
|
193
|
+
token : "comment",
|
194
|
+
merge : true,
|
195
|
+
regex : "#.*\\\\$",
|
196
|
+
next : "commentfollow"
|
197
|
+
}, {
|
198
|
+
token : "comment",
|
199
|
+
regex : "#.*$",
|
200
|
+
next : "start"
|
201
|
+
}, {
|
202
|
+
token : "string", // single line
|
203
|
+
regex : '[ ]*["](?:(?:\\\\.)|(?:[^"\\\\]))*?["]'
|
204
|
+
}, {
|
205
|
+
token : "variable.instancce", // variable xotcl with braces
|
206
|
+
merge : true,
|
207
|
+
regex : "[$]",
|
208
|
+
next : "variable"
|
209
|
+
}, {
|
210
|
+
token : "support.function",
|
211
|
+
regex : "(?:[:][:])[a-zA-Z0-9_/]+(?:[:][:])",
|
212
|
+
next : "commandItem"
|
213
|
+
}, {
|
214
|
+
token : "support.function",
|
215
|
+
regex : "[a-zA-Z0-9_/]+(?:[:][:])",
|
216
|
+
next : "commandItem"
|
217
|
+
}, {
|
218
|
+
token : "support.function",
|
219
|
+
regex : "(?:[:][:])",
|
220
|
+
next : "commandItem"
|
221
|
+
}, {
|
222
|
+
token : "support.function",
|
223
|
+
regex : "!|\\$|%|&|\\*|\\-\\-|\\-|\\+\\+|\\+|~|===|==|=|!=|!==|<=|>=|<<=|>>=|>>>=|<>|<|>|!|&&|\\|\\||\\?\\:|\\*=|%=|\\+=|\\-=|&=|\\^=|{\\*}|;|::"
|
224
|
+
}, {
|
225
|
+
token : "keyword",
|
226
|
+
regex : "[a-zA-Z0-9_/]+",
|
227
|
+
next : "start"
|
228
|
+
} ],
|
229
|
+
"commentfollow" : [
|
230
|
+
{
|
231
|
+
token : "comment",
|
232
|
+
regex : ".*\\\\$",
|
233
|
+
next : "commentfollow"
|
234
|
+
}, {
|
235
|
+
token : "comment",
|
236
|
+
merge : true,
|
237
|
+
regex : '.+',
|
238
|
+
next : "start"
|
239
|
+
} ],
|
240
|
+
"splitlineStart" : [
|
241
|
+
{
|
242
|
+
token : "text",
|
243
|
+
regex : "^.",
|
244
|
+
next : "start"
|
245
|
+
}],
|
246
|
+
"variable" : [
|
247
|
+
{
|
248
|
+
token : "variable.instancce", // variable xotcl with braces
|
249
|
+
regex : "(?:[:][:])?(?:[a-zA-Z_]|\d)+(?:(?:[:][:])?(?:[a-zA-Z_]|\d)+)?(?:[(](?:[a-zA-Z_]|\d)+[)])?",
|
250
|
+
next : "start"
|
251
|
+
}, {
|
252
|
+
token : "variable.instancce", // variable tcl
|
253
|
+
regex : "(?:[a-zA-Z_]|\d)+(?:[(](?:[a-zA-Z_]|\d)+[)])?",
|
254
|
+
next : "start"
|
255
|
+
}, {
|
256
|
+
token : "variable.instancce", // variable tcl with braces
|
257
|
+
regex : "{?(?:[a-zA-Z_]|\d)+}?",
|
258
|
+
next : "start"
|
259
|
+
}],
|
260
|
+
"qqstring" : [ {
|
261
|
+
token : "string", // multi line """ string end
|
262
|
+
regex : '(?:[^\\\\]|\\\\.)*?["]',
|
263
|
+
next : "start"
|
264
|
+
}, {
|
265
|
+
token : "string",
|
266
|
+
merge : true,
|
267
|
+
regex : '.+'
|
268
|
+
} ]
|
269
|
+
};
|
270
|
+
};
|
271
|
+
|
272
|
+
oop.inherits(TclHighlightRules, TextHighlightRules);
|
273
|
+
|
274
|
+
exports.TclHighlightRules = TclHighlightRules;
|
275
|
+
});
|
276
|
+
|
277
|
+
define('ace/mode/matching_brace_outdent', ['require', 'exports', 'module' , 'ace/range'], function(require, exports, module) {
|
278
|
+
|
279
|
+
|
280
|
+
var Range = require("../range").Range;
|
281
|
+
|
282
|
+
var MatchingBraceOutdent = function() {};
|
283
|
+
|
284
|
+
(function() {
|
285
|
+
|
286
|
+
this.checkOutdent = function(line, input) {
|
287
|
+
if (! /^\s+$/.test(line))
|
288
|
+
return false;
|
289
|
+
|
290
|
+
return /^\s*\}/.test(input);
|
291
|
+
};
|
292
|
+
|
293
|
+
this.autoOutdent = function(doc, row) {
|
294
|
+
var line = doc.getLine(row);
|
295
|
+
var match = line.match(/^(\s*\})/);
|
296
|
+
|
297
|
+
if (!match) return 0;
|
298
|
+
|
299
|
+
var column = match[1].length;
|
300
|
+
var openBracePos = doc.findMatchingBracket({row: row, column: column});
|
301
|
+
|
302
|
+
if (!openBracePos || openBracePos.row == row) return 0;
|
303
|
+
|
304
|
+
var indent = this.$getIndent(doc.getLine(openBracePos.row));
|
305
|
+
doc.replace(new Range(row, 0, row, column-1), indent);
|
306
|
+
};
|
307
|
+
|
308
|
+
this.$getIndent = function(line) {
|
309
|
+
var match = line.match(/^(\s+)/);
|
310
|
+
if (match) {
|
311
|
+
return match[1];
|
312
|
+
}
|
313
|
+
|
314
|
+
return "";
|
315
|
+
};
|
316
|
+
|
317
|
+
}).call(MatchingBraceOutdent.prototype);
|
318
|
+
|
319
|
+
exports.MatchingBraceOutdent = MatchingBraceOutdent;
|
320
|
+
});
|
@@ -1 +1,182 @@
|
|
1
|
-
|
1
|
+
/* ***** BEGIN LICENSE BLOCK *****
|
2
|
+
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
3
|
+
*
|
4
|
+
* The contents of this file are subject to the Mozilla Public License Version
|
5
|
+
* 1.1 (the "License"); you may not use this file except in compliance with
|
6
|
+
* the License. You may obtain a copy of the License at
|
7
|
+
* http://www.mozilla.org/MPL/
|
8
|
+
*
|
9
|
+
* Software distributed under the License is distributed on an "AS IS" basis,
|
10
|
+
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
11
|
+
* for the specific language governing rights and limitations under the
|
12
|
+
* License.
|
13
|
+
*
|
14
|
+
* The Original Code is Ajax.org Code Editor (ACE).
|
15
|
+
*
|
16
|
+
* The Initial Developer of the Original Code is
|
17
|
+
* Ajax.org B.V.
|
18
|
+
* Portions created by the Initial Developer are Copyright (C) 2010
|
19
|
+
* the Initial Developer. All Rights Reserved.
|
20
|
+
*
|
21
|
+
* Contributor(s):
|
22
|
+
* Kelley van Evert <kelley.vanevert@gmail.com>
|
23
|
+
*
|
24
|
+
* Alternatively, the contents of this file may be used under the terms of
|
25
|
+
* either the GNU General Public License Version 2 or later (the "GPL"), or
|
26
|
+
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
27
|
+
* in which case the provisions of the GPL or the LGPL are applicable instead
|
28
|
+
* of those above. If you wish to allow use of your version of this file only
|
29
|
+
* under the terms of either the GPL or the LGPL, and not to allow others to
|
30
|
+
* use your version of this file under the terms of the MPL, indicate your
|
31
|
+
* decision by deleting the provisions above and replace them with the notice
|
32
|
+
* and other provisions required by the GPL or the LGPL. If you do not delete
|
33
|
+
* the provisions above, a recipient may use your version of this file under
|
34
|
+
* the terms of any one of the MPL, the GPL or the LGPL.
|
35
|
+
*
|
36
|
+
* ***** END LICENSE BLOCK ***** */
|
37
|
+
|
38
|
+
define('ace/mode/textile', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/text', 'ace/tokenizer', 'ace/mode/textile_highlight_rules', 'ace/mode/matching_brace_outdent'], function(require, exports, module) {
|
39
|
+
|
40
|
+
|
41
|
+
var oop = require("../lib/oop");
|
42
|
+
var TextMode = require("./text").Mode;
|
43
|
+
var Tokenizer = require("../tokenizer").Tokenizer;
|
44
|
+
var TextileHighlightRules = require("./textile_highlight_rules").TextileHighlightRules;
|
45
|
+
var MatchingBraceOutdent = require("./matching_brace_outdent").MatchingBraceOutdent;
|
46
|
+
|
47
|
+
var Mode = function() {
|
48
|
+
this.$tokenizer = new Tokenizer(new TextileHighlightRules().getRules());
|
49
|
+
this.$outdent = new MatchingBraceOutdent();
|
50
|
+
};
|
51
|
+
oop.inherits(Mode, TextMode);
|
52
|
+
|
53
|
+
(function() {
|
54
|
+
this.getNextLineIndent = function(state, line, tab) {
|
55
|
+
if (state == "intag")
|
56
|
+
return tab;
|
57
|
+
|
58
|
+
return "";
|
59
|
+
};
|
60
|
+
|
61
|
+
this.checkOutdent = function(state, line, input) {
|
62
|
+
return this.$outdent.checkOutdent(line, input);
|
63
|
+
};
|
64
|
+
|
65
|
+
this.autoOutdent = function(state, doc, row) {
|
66
|
+
this.$outdent.autoOutdent(doc, row);
|
67
|
+
};
|
68
|
+
|
69
|
+
}).call(Mode.prototype);
|
70
|
+
|
71
|
+
exports.Mode = Mode;
|
72
|
+
|
73
|
+
});
|
74
|
+
|
75
|
+
define('ace/mode/textile_highlight_rules', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/text_highlight_rules'], function(require, exports, module) {
|
76
|
+
|
77
|
+
|
78
|
+
var oop = require("../lib/oop");
|
79
|
+
var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
|
80
|
+
|
81
|
+
var TextileHighlightRules = function() {
|
82
|
+
this.$rules = {
|
83
|
+
"start" : [
|
84
|
+
{
|
85
|
+
token : function(value) {
|
86
|
+
if (value.match(/^h\d$/))
|
87
|
+
return "markup.heading." + value.charAt(1);
|
88
|
+
else
|
89
|
+
return "markup.heading";
|
90
|
+
},
|
91
|
+
regex : "h1|h2|h3|h4|h5|h6|bq|p|bc|pre",
|
92
|
+
next : "blocktag"
|
93
|
+
},
|
94
|
+
{
|
95
|
+
token : "keyword",
|
96
|
+
regex : "[\\*]+|[#]+"
|
97
|
+
},
|
98
|
+
{
|
99
|
+
token : "text",
|
100
|
+
regex : ".+"
|
101
|
+
}
|
102
|
+
],
|
103
|
+
"blocktag" : [
|
104
|
+
{
|
105
|
+
token : "keyword",
|
106
|
+
regex : "\\. ",
|
107
|
+
next : "start"
|
108
|
+
},
|
109
|
+
{
|
110
|
+
token : "keyword",
|
111
|
+
regex : "\\(",
|
112
|
+
next : "blocktagproperties"
|
113
|
+
}
|
114
|
+
],
|
115
|
+
"blocktagproperties" : [
|
116
|
+
{
|
117
|
+
token : "keyword",
|
118
|
+
regex : "\\)",
|
119
|
+
next : "blocktag"
|
120
|
+
},
|
121
|
+
{
|
122
|
+
token : "string",
|
123
|
+
regex : "[a-zA-Z0-9\\-_]+"
|
124
|
+
},
|
125
|
+
{
|
126
|
+
token : "keyword",
|
127
|
+
regex : "#"
|
128
|
+
}
|
129
|
+
]
|
130
|
+
};
|
131
|
+
};
|
132
|
+
|
133
|
+
oop.inherits(TextileHighlightRules, TextHighlightRules);
|
134
|
+
|
135
|
+
exports.TextileHighlightRules = TextileHighlightRules;
|
136
|
+
|
137
|
+
});
|
138
|
+
|
139
|
+
define('ace/mode/matching_brace_outdent', ['require', 'exports', 'module' , 'ace/range'], function(require, exports, module) {
|
140
|
+
|
141
|
+
|
142
|
+
var Range = require("../range").Range;
|
143
|
+
|
144
|
+
var MatchingBraceOutdent = function() {};
|
145
|
+
|
146
|
+
(function() {
|
147
|
+
|
148
|
+
this.checkOutdent = function(line, input) {
|
149
|
+
if (! /^\s+$/.test(line))
|
150
|
+
return false;
|
151
|
+
|
152
|
+
return /^\s*\}/.test(input);
|
153
|
+
};
|
154
|
+
|
155
|
+
this.autoOutdent = function(doc, row) {
|
156
|
+
var line = doc.getLine(row);
|
157
|
+
var match = line.match(/^(\s*\})/);
|
158
|
+
|
159
|
+
if (!match) return 0;
|
160
|
+
|
161
|
+
var column = match[1].length;
|
162
|
+
var openBracePos = doc.findMatchingBracket({row: row, column: column});
|
163
|
+
|
164
|
+
if (!openBracePos || openBracePos.row == row) return 0;
|
165
|
+
|
166
|
+
var indent = this.$getIndent(doc.getLine(openBracePos.row));
|
167
|
+
doc.replace(new Range(row, 0, row, column-1), indent);
|
168
|
+
};
|
169
|
+
|
170
|
+
this.$getIndent = function(line) {
|
171
|
+
var match = line.match(/^(\s+)/);
|
172
|
+
if (match) {
|
173
|
+
return match[1];
|
174
|
+
}
|
175
|
+
|
176
|
+
return "";
|
177
|
+
};
|
178
|
+
|
179
|
+
}).call(MatchingBraceOutdent.prototype);
|
180
|
+
|
181
|
+
exports.MatchingBraceOutdent = MatchingBraceOutdent;
|
182
|
+
});
|