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
 
| 
         @@ -1 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            ace.define("ace/mode/coffee",["require","exports","module","ace/tokenizer","ace/mode/coffee_highlight_rules","ace/mode/matching_brace_outdent","ace/mode/folding/pythonic","ace/range","ace/mode/text","ace/worker/worker_client","ace/lib/oop"],function(a,b,c){function l(){this.$tokenizer=new d((new e).getRules()),this.$outdent=new f,this.foldingRules=new g("=|=>|->|\\s*class [^#]*")}"use strict";var d=a("../tokenizer").Tokenizer,e=a("./coffee_highlight_rules").CoffeeHighlightRules,f=a("./matching_brace_outdent").MatchingBraceOutdent,g=a("./folding/pythonic").FoldMode,h=a("../range").Range,i=a("./text").Mode,j=a("../worker/worker_client").WorkerClient,k=a("../lib/oop");k.inherits(l,i),function(){var a=/(?:[({[=:]|[-=]>|\b(?:else|switch|try|catch(?:\s*[$A-Za-z_\x7f-\uffff][$\w\x7f-\uffff]*)?|finally))\s*$/,b=/^(\s*)#/,c=/^\s*###(?!#)/,d=/^\s*/;this.getNextLineIndent=function(b,c,d){var e=this.$getIndent(c),f=this.$tokenizer.getLineTokens(c,b).tokens;return(!f.length||f[f.length-1].type!=="comment")&&b==="start"&&a.test(c)&&(e+=d),e},this.toggleCommentLines=function(a,e,f,g){console.log("toggle");var i=new h(0,0,0,0);for(var j=f;j<=g;++j){var k=e.getLine(j);if(c.test(k))continue;b.test(k)?k=k.replace(b,"$1"):k=k.replace(d,"$&#"),i.end.row=i.start.row=j,i.end.column=k.length+1,e.replace(i,k)}},this.checkOutdent=function(a,b,c){return this.$outdent.checkOutdent(b,c)},this.autoOutdent=function(a,b,c){this.$outdent.autoOutdent(b,c)},this.createWorker=function(a){var b=new j(["ace"],"worker-coffee.js","ace/mode/coffee_worker","Worker");return b.attachToDocument(a.getDocument()),b.on("error",function(b){a.setAnnotations([b.data])}),b.on("ok",function(b){a.clearAnnotations()}),b}}.call(l.prototype),b.Mode=l}),ace.define("ace/mode/coffee_highlight_rules",["require","exports","module","ace/lib/lang","ace/lib/oop","ace/mode/text_highlight_rules"],function(a,b,c){function g(){var a="[$A-Za-z_\\x7f-\\uffff][$\\w\\x7f-\\uffff]*",b={token:"string",merge:!0,regex:".+"},c=d.arrayToMap("this|throw|then|try|typeof|super|switch|return|break|by)|continue|catch|class|in|instanceof|is|isnt|if|else|extends|for|forown|finally|function|while|when|new|no|not|delete|debugger|do|loop|of|off|or|on|unless|until|and|yes".split("|")),e=d.arrayToMap("true|false|null|undefined".split("|")),f=d.arrayToMap("case|const|default|function|var|void|with|enum|export|implements|interface|let|package|private|protected|public|static|yield|__hasProp|extends|slice|bind|indexOf".split("|")),g=d.arrayToMap("Array|Boolean|Date|Function|Number|Object|RegExp|ReferenceError|RangeError|String|SyntaxError|Error|EvalError|TypeError|URIError".split("|")),h=d.arrayToMap("Math|JSON|isNaN|isFinite|parseInt|parseFloat|encodeURI|encodeURIComponent|decodeURI|decodeURIComponent|RangeError|String|SyntaxError|Error|EvalError|TypeError|URIError".split("|"));this.$rules={start:[{token:"identifier",regex:"(?:(?:\\.|::)\\s*)"+a},{token:"variable",regex:"@(?:"+a+")?"},{token:function(a){return c.hasOwnProperty(a)?"keyword":e.hasOwnProperty(a)?"constant.language":f.hasOwnProperty(a)?"invalid.illegal":g.hasOwnProperty(a)?"language.support.class":h.hasOwnProperty(a)?"language.support.function":"identifier"},regex:a},{token:"constant.numeric",regex:"(?:0x[\\da-fA-F]+|(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:[eE][+-]?\\d+)?)"},{token:"string",merge:!0,regex:"'''",next:"qdoc"},{token:"string",merge:!0,regex:'"""',next:"qqdoc"},{token:"string",merge:!0,regex:"'",next:"qstring"},{token:"string",merge:!0,regex:'"',next:"qqstring"},{token:"string",merge:!0,regex:"`",next:"js"},{token:"string.regex",merge:!0,regex:"///",next:"heregex"},{token:"string.regex",regex:"/(?!\\s)[^[/\\n\\\\]*(?: (?:\\\\.|\\[[^\\]\\n\\\\]*(?:\\\\.[^\\]\\n\\\\]*)*\\])[^[/\\n\\\\]*)*/[imgy]{0,4}(?!\\w)"},{token:"comment",merge:!0,regex:"###(?!#)",next:"comment"},{token:"comment",regex:"#.*"},{token:"punctuation.operator",regex:"\\?|\\:|\\,|\\."},{token:"keyword.operator",regex:"(?:[\\-=]>|[-+*/%<>&|^!?=]=|>>>=?|\\-\\-|\\+\\+|::|&&=|\\|\\|=|<<=|>>=|\\?\\.|\\.{2,3}|\\!)"},{token:"paren.lparen",regex:"[({[]"},{token:"paren.rparen",regex:"[\\]})]"},{token:"text",regex:"\\s+"}],qdoc:[{token:"string",regex:".*?'''",next:"start"},b],qqdoc:[{token:"string",regex:'.*?"""',next:"start"},b],qstring:[{token:"string",regex:"[^\\\\']*(?:\\\\.[^\\\\']*)*'",merge:!0,next:"start"},b],qqstring:[{token:"string",regex:'[^\\\\"]*(?:\\\\.[^\\\\"]*)*"',merge:!0,next:"start"},b],js:[{token:"string",merge:!0,regex:"[^\\\\`]*(?:\\\\.[^\\\\`]*)*`",next:"start"},b],heregex:[{token:"string.regex",regex:".*?///[imgy]{0,4}",next:"start"},{token:"comment.regex",regex:"\\s+(?:#.*)?"},{token:"string.regex",merge:!0,regex:"\\S+"}],comment:[{token:"comment",regex:".*?###",next:"start"},{token:"comment",merge:!0,regex:".+"}]}}"use strict";var d=a("../lib/lang"),e=a("../lib/oop"),f=a("./text_highlight_rules").TextHighlightRules;e.inherits(g,f),b.CoffeeHighlightRules=g}),ace.define("ace/mode/matching_brace_outdent",["require","exports","module","ace/range"],function(a,b,c){"use strict";var d=a("../range").Range,e=function(){};(function(){this.checkOutdent=function(a,b){return/^\s+$/.test(a)?/^\s*\}/.test(b):!1},this.autoOutdent=function(a,b){var c=a.getLine(b),e=c.match(/^(\s*\})/);if(!e)return 0;var f=e[1].length,g=a.findMatchingBracket({row:b,column:f});if(!g||g.row==b)return 0;var h=this.$getIndent(a.getLine(g.row));a.replace(new d(b,0,b,f-1),h)},this.$getIndent=function(a){var b=a.match(/^(\s+)/);return b?b[1]:""}}).call(e.prototype),b.MatchingBraceOutdent=e}),ace.define("ace/mode/folding/pythonic",["require","exports","module","ace/lib/oop","ace/mode/folding/fold_mode"],function(a,b,c){"use strict";var d=a("../../lib/oop"),e=a("./fold_mode").FoldMode,f=b.FoldMode=function(a){this.foldingStartMarker=new RegExp("(?:([\\[{])|("+a+"))(?:\\s*)(?:#.*)?$")};d.inherits(f,e),function(){this.getFoldWidgetRange=function(a,b,c){var d=a.getLine(c),e=d.match(this.foldingStartMarker);if(e)return e[1]?this.openingBracketBlock(a,e[1],c,e.index):e[2]?this.indentationBlock(a,c,e.index+e[2].length):this.indentationBlock(a,c)}}.call(f.prototype)}),ace.define("ace/mode/folding/fold_mode",["require","exports","module","ace/range"],function(a,b,c){"use strict";var d=a("../../range").Range,e=b.FoldMode=function(){};(function(){this.foldingStartMarker=null,this.foldingStopMarker=null,this.getFoldWidget=function(a,b,c){var d=a.getLine(c);return this.foldingStartMarker.test(d)?"start":b=="markbeginend"&&this.foldingStopMarker&&this.foldingStopMarker.test(d)?"end":""},this.getFoldWidgetRange=function(a,b,c){return null},this.indentationBlock=function(a,b,c){var e=/^\s*/,f=b,g=b,h=a.getLine(b),i=c||h.length,j=h.match(e)[0].length,k=a.getLength();while(++b<k){h=a.getLine(b);var l=h.match(e)[0].length;if(l==h.length)continue;if(l<=j)break;g=b}if(g>f){var m=a.getLine(g).length;return new d(f,i,g,m)}},this.openingBracketBlock=function(a,b,c,e){var f={row:c,column:e+1},g=a.$findClosingBracket(b,f);if(!g)return;var h=a.foldWidgets[g.row];return h==null&&(h=this.getFoldWidget(a,g.row)),h=="start"&&(g.row--,g.column=a.getLine(g.row).length),d.fromPoints(f,g)}}).call(e.prototype)})
         
     | 
| 
         @@ -1,607 +0,0 @@ 
     | 
|
| 
       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 
     | 
    
         
            -
             *      Satoshi Murakami <murky.satyr AT gmail DOT 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 
     | 
    
         
            -
            ace.define('ace/mode/coffee', ['require', 'exports', 'module' , 'ace/tokenizer', 'ace/mode/coffee_highlight_rules', 'ace/mode/matching_brace_outdent', 'ace/mode/folding/pythonic', 'ace/range', 'ace/mode/text', 'ace/worker/worker_client', 'ace/lib/oop'], function(require, exports, module) {
         
     | 
| 
       39 
     | 
    
         
            -
            "use strict";
         
     | 
| 
       40 
     | 
    
         
            -
             
     | 
| 
       41 
     | 
    
         
            -
            var Tokenizer = require("../tokenizer").Tokenizer;
         
     | 
| 
       42 
     | 
    
         
            -
            var Rules = require("./coffee_highlight_rules").CoffeeHighlightRules;
         
     | 
| 
       43 
     | 
    
         
            -
            var Outdent = require("./matching_brace_outdent").MatchingBraceOutdent;
         
     | 
| 
       44 
     | 
    
         
            -
            var PythonFoldMode = require("./folding/pythonic").FoldMode;
         
     | 
| 
       45 
     | 
    
         
            -
            var Range = require("../range").Range;
         
     | 
| 
       46 
     | 
    
         
            -
            var TextMode = require("./text").Mode;
         
     | 
| 
       47 
     | 
    
         
            -
            var WorkerClient = require("../worker/worker_client").WorkerClient;
         
     | 
| 
       48 
     | 
    
         
            -
            var oop = require("../lib/oop");
         
     | 
| 
       49 
     | 
    
         
            -
             
     | 
| 
       50 
     | 
    
         
            -
            function Mode() {
         
     | 
| 
       51 
     | 
    
         
            -
                this.$tokenizer = new Tokenizer(new Rules().getRules());
         
     | 
| 
       52 
     | 
    
         
            -
                this.$outdent   = new Outdent();
         
     | 
| 
       53 
     | 
    
         
            -
                this.foldingRules = new PythonFoldMode("=|=>|->|\\s*class [^#]*");
         
     | 
| 
       54 
     | 
    
         
            -
            }
         
     | 
| 
       55 
     | 
    
         
            -
             
     | 
| 
       56 
     | 
    
         
            -
            oop.inherits(Mode, TextMode);
         
     | 
| 
       57 
     | 
    
         
            -
             
     | 
| 
       58 
     | 
    
         
            -
            (function() {
         
     | 
| 
       59 
     | 
    
         
            -
                
         
     | 
| 
       60 
     | 
    
         
            -
                var indenter = /(?:[({[=:]|[-=]>|\b(?:else|switch|try|catch(?:\s*[$A-Za-z_\x7f-\uffff][$\w\x7f-\uffff]*)?|finally))\s*$/;
         
     | 
| 
       61 
     | 
    
         
            -
                var commentLine = /^(\s*)#/;
         
     | 
| 
       62 
     | 
    
         
            -
                var hereComment = /^\s*###(?!#)/;
         
     | 
| 
       63 
     | 
    
         
            -
                var indentation = /^\s*/;
         
     | 
| 
       64 
     | 
    
         
            -
                
         
     | 
| 
       65 
     | 
    
         
            -
                this.getNextLineIndent = function(state, line, tab) {
         
     | 
| 
       66 
     | 
    
         
            -
                    var indent = this.$getIndent(line);
         
     | 
| 
       67 
     | 
    
         
            -
                    var tokens = this.$tokenizer.getLineTokens(line, state).tokens;
         
     | 
| 
       68 
     | 
    
         
            -
                
         
     | 
| 
       69 
     | 
    
         
            -
                    if (!(tokens.length && tokens[tokens.length - 1].type === 'comment') &&
         
     | 
| 
       70 
     | 
    
         
            -
                        state === 'start' && indenter.test(line))
         
     | 
| 
       71 
     | 
    
         
            -
                        indent += tab;
         
     | 
| 
       72 
     | 
    
         
            -
                    return indent;
         
     | 
| 
       73 
     | 
    
         
            -
                };
         
     | 
| 
       74 
     | 
    
         
            -
                
         
     | 
| 
       75 
     | 
    
         
            -
                this.toggleCommentLines = function(state, doc, startRow, endRow){
         
     | 
| 
       76 
     | 
    
         
            -
                    console.log("toggle");
         
     | 
| 
       77 
     | 
    
         
            -
                    var range = new Range(0, 0, 0, 0);
         
     | 
| 
       78 
     | 
    
         
            -
                    for (var i = startRow; i <= endRow; ++i) {
         
     | 
| 
       79 
     | 
    
         
            -
                        var line = doc.getLine(i);
         
     | 
| 
       80 
     | 
    
         
            -
                        if (hereComment.test(line))
         
     | 
| 
       81 
     | 
    
         
            -
                            continue;
         
     | 
| 
       82 
     | 
    
         
            -
                            
         
     | 
| 
       83 
     | 
    
         
            -
                        if (commentLine.test(line))
         
     | 
| 
       84 
     | 
    
         
            -
                            line = line.replace(commentLine, '$1');
         
     | 
| 
       85 
     | 
    
         
            -
                        else
         
     | 
| 
       86 
     | 
    
         
            -
                            line = line.replace(indentation, '$&#');
         
     | 
| 
       87 
     | 
    
         
            -
                
         
     | 
| 
       88 
     | 
    
         
            -
                        range.end.row = range.start.row = i;
         
     | 
| 
       89 
     | 
    
         
            -
                        range.end.column = line.length + 1;
         
     | 
| 
       90 
     | 
    
         
            -
                        doc.replace(range, line);
         
     | 
| 
       91 
     | 
    
         
            -
                    }
         
     | 
| 
       92 
     | 
    
         
            -
                };
         
     | 
| 
       93 
     | 
    
         
            -
                
         
     | 
| 
       94 
     | 
    
         
            -
                this.checkOutdent = function(state, line, input) {
         
     | 
| 
       95 
     | 
    
         
            -
                    return this.$outdent.checkOutdent(line, input);
         
     | 
| 
       96 
     | 
    
         
            -
                };
         
     | 
| 
       97 
     | 
    
         
            -
                
         
     | 
| 
       98 
     | 
    
         
            -
                this.autoOutdent = function(state, doc, row) {
         
     | 
| 
       99 
     | 
    
         
            -
                    this.$outdent.autoOutdent(doc, row);
         
     | 
| 
       100 
     | 
    
         
            -
                };
         
     | 
| 
       101 
     | 
    
         
            -
                
         
     | 
| 
       102 
     | 
    
         
            -
                this.createWorker = function(session) {
         
     | 
| 
       103 
     | 
    
         
            -
                    var worker = new WorkerClient(["ace"], "worker-coffee.js", "ace/mode/coffee_worker", "Worker");
         
     | 
| 
       104 
     | 
    
         
            -
                    worker.attachToDocument(session.getDocument());
         
     | 
| 
       105 
     | 
    
         
            -
                    
         
     | 
| 
       106 
     | 
    
         
            -
                    worker.on("error", function(e) {
         
     | 
| 
       107 
     | 
    
         
            -
                        session.setAnnotations([e.data]);
         
     | 
| 
       108 
     | 
    
         
            -
                    });
         
     | 
| 
       109 
     | 
    
         
            -
                    
         
     | 
| 
       110 
     | 
    
         
            -
                    worker.on("ok", function(e) {
         
     | 
| 
       111 
     | 
    
         
            -
                        session.clearAnnotations();
         
     | 
| 
       112 
     | 
    
         
            -
                    });
         
     | 
| 
       113 
     | 
    
         
            -
                    
         
     | 
| 
       114 
     | 
    
         
            -
                    return worker;
         
     | 
| 
       115 
     | 
    
         
            -
                };
         
     | 
| 
       116 
     | 
    
         
            -
             
     | 
| 
       117 
     | 
    
         
            -
            }).call(Mode.prototype);
         
     | 
| 
       118 
     | 
    
         
            -
             
     | 
| 
       119 
     | 
    
         
            -
            exports.Mode = Mode;
         
     | 
| 
       120 
     | 
    
         
            -
             
     | 
| 
       121 
     | 
    
         
            -
            });
         
     | 
| 
       122 
     | 
    
         
            -
            /* ***** BEGIN LICENSE BLOCK *****
         
     | 
| 
       123 
     | 
    
         
            -
             * Version: MPL 1.1/GPL 2.0/LGPL 2.1
         
     | 
| 
       124 
     | 
    
         
            -
             *
         
     | 
| 
       125 
     | 
    
         
            -
             * The contents of this file are subject to the Mozilla Public License Version
         
     | 
| 
       126 
     | 
    
         
            -
             * 1.1 (the "License"); you may not use this file except in compliance with
         
     | 
| 
       127 
     | 
    
         
            -
             * the License. You may obtain a copy of the License at
         
     | 
| 
       128 
     | 
    
         
            -
             * http://www.mozilla.org/MPL/
         
     | 
| 
       129 
     | 
    
         
            -
             *
         
     | 
| 
       130 
     | 
    
         
            -
             * Software distributed under the License is distributed on an "AS IS" basis,
         
     | 
| 
       131 
     | 
    
         
            -
             * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
         
     | 
| 
       132 
     | 
    
         
            -
             * for the specific language governing rights and limitations under the
         
     | 
| 
       133 
     | 
    
         
            -
             * License.
         
     | 
| 
       134 
     | 
    
         
            -
             *
         
     | 
| 
       135 
     | 
    
         
            -
             * The Original Code is Ajax.org Code Editor (ACE).
         
     | 
| 
       136 
     | 
    
         
            -
             *
         
     | 
| 
       137 
     | 
    
         
            -
             * The Initial Developer of the Original Code is
         
     | 
| 
       138 
     | 
    
         
            -
             * Ajax.org B.V.
         
     | 
| 
       139 
     | 
    
         
            -
             * Portions created by the Initial Developer are Copyright (C) 2010
         
     | 
| 
       140 
     | 
    
         
            -
             * the Initial Developer. All Rights Reserved.
         
     | 
| 
       141 
     | 
    
         
            -
             *
         
     | 
| 
       142 
     | 
    
         
            -
             * Contributor(s):
         
     | 
| 
       143 
     | 
    
         
            -
             *      Satoshi Murakami <murky.satyr AT gmail DOT com>
         
     | 
| 
       144 
     | 
    
         
            -
             *
         
     | 
| 
       145 
     | 
    
         
            -
             * Alternatively, the contents of this file may be used under the terms of
         
     | 
| 
       146 
     | 
    
         
            -
             * either the GNU General Public License Version 2 or later (the "GPL"), or
         
     | 
| 
       147 
     | 
    
         
            -
             * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
         
     | 
| 
       148 
     | 
    
         
            -
             * in which case the provisions of the GPL or the LGPL are applicable instead
         
     | 
| 
       149 
     | 
    
         
            -
             * of those above. If you wish to allow use of your version of this file only
         
     | 
| 
       150 
     | 
    
         
            -
             * under the terms of either the GPL or the LGPL, and not to allow others to
         
     | 
| 
       151 
     | 
    
         
            -
             * use your version of this file under the terms of the MPL, indicate your
         
     | 
| 
       152 
     | 
    
         
            -
             * decision by deleting the provisions above and replace them with the notice
         
     | 
| 
       153 
     | 
    
         
            -
             * and other provisions required by the GPL or the LGPL. If you do not delete
         
     | 
| 
       154 
     | 
    
         
            -
             * the provisions above, a recipient may use your version of this file under
         
     | 
| 
       155 
     | 
    
         
            -
             * the terms of any one of the MPL, the GPL or the LGPL.
         
     | 
| 
       156 
     | 
    
         
            -
             *
         
     | 
| 
       157 
     | 
    
         
            -
             * ***** END LICENSE BLOCK ***** */
         
     | 
| 
       158 
     | 
    
         
            -
             
     | 
| 
       159 
     | 
    
         
            -
            ace.define('ace/mode/coffee_highlight_rules', ['require', 'exports', 'module' , 'ace/lib/lang', 'ace/lib/oop', 'ace/mode/text_highlight_rules'], function(require, exports, module) {
         
     | 
| 
       160 
     | 
    
         
            -
            "use strict";
         
     | 
| 
       161 
     | 
    
         
            -
             
     | 
| 
       162 
     | 
    
         
            -
                var lang = require("../lib/lang");
         
     | 
| 
       163 
     | 
    
         
            -
                var oop = require("../lib/oop");
         
     | 
| 
       164 
     | 
    
         
            -
                var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
         
     | 
| 
       165 
     | 
    
         
            -
                
         
     | 
| 
       166 
     | 
    
         
            -
                oop.inherits(CoffeeHighlightRules, TextHighlightRules);
         
     | 
| 
       167 
     | 
    
         
            -
             
     | 
| 
       168 
     | 
    
         
            -
                function CoffeeHighlightRules() {
         
     | 
| 
       169 
     | 
    
         
            -
                    var identifier = "[$A-Za-z_\\x7f-\\uffff][$\\w\\x7f-\\uffff]*";
         
     | 
| 
       170 
     | 
    
         
            -
                    var stringfill = {
         
     | 
| 
       171 
     | 
    
         
            -
                        token : "string",
         
     | 
| 
       172 
     | 
    
         
            -
                        merge : true,
         
     | 
| 
       173 
     | 
    
         
            -
                        regex : ".+"
         
     | 
| 
       174 
     | 
    
         
            -
                    };
         
     | 
| 
       175 
     | 
    
         
            -
             
     | 
| 
       176 
     | 
    
         
            -
                    var keywords = lang.arrayToMap((
         
     | 
| 
       177 
     | 
    
         
            -
                        "this|throw|then|try|typeof|super|switch|return|break|by)|continue|" +
         
     | 
| 
       178 
     | 
    
         
            -
                        "catch|class|in|instanceof|is|isnt|if|else|extends|for|forown|" +
         
     | 
| 
       179 
     | 
    
         
            -
                        "finally|function|while|when|new|no|not|delete|debugger|do|loop|of|off|" +
         
     | 
| 
       180 
     | 
    
         
            -
                        "or|on|unless|until|and|yes").split("|")
         
     | 
| 
       181 
     | 
    
         
            -
                    );
         
     | 
| 
       182 
     | 
    
         
            -
                    
         
     | 
| 
       183 
     | 
    
         
            -
                    var langConstant = lang.arrayToMap((
         
     | 
| 
       184 
     | 
    
         
            -
                        "true|false|null|undefined").split("|")
         
     | 
| 
       185 
     | 
    
         
            -
                    );
         
     | 
| 
       186 
     | 
    
         
            -
                    
         
     | 
| 
       187 
     | 
    
         
            -
                    var illegal = lang.arrayToMap((
         
     | 
| 
       188 
     | 
    
         
            -
                        "case|const|default|function|var|void|with|enum|export|implements|" +
         
     | 
| 
       189 
     | 
    
         
            -
                        "interface|let|package|private|protected|public|static|yield|" +
         
     | 
| 
       190 
     | 
    
         
            -
                        "__hasProp|extends|slice|bind|indexOf").split("|")
         
     | 
| 
       191 
     | 
    
         
            -
                    );
         
     | 
| 
       192 
     | 
    
         
            -
                    
         
     | 
| 
       193 
     | 
    
         
            -
                    var supportClass = lang.arrayToMap((
         
     | 
| 
       194 
     | 
    
         
            -
                        "Array|Boolean|Date|Function|Number|Object|RegExp|ReferenceError|" +
         
     | 
| 
       195 
     | 
    
         
            -
                        "RangeError|String|SyntaxError|Error|EvalError|TypeError|URIError").split("|")
         
     | 
| 
       196 
     | 
    
         
            -
                    );
         
     | 
| 
       197 
     | 
    
         
            -
                    
         
     | 
| 
       198 
     | 
    
         
            -
                    var supportFunction = lang.arrayToMap((
         
     | 
| 
       199 
     | 
    
         
            -
                        "Math|JSON|isNaN|isFinite|parseInt|parseFloat|encodeURI|" +
         
     | 
| 
       200 
     | 
    
         
            -
                        "encodeURIComponent|decodeURI|decodeURIComponent|RangeError|String|" +
         
     | 
| 
       201 
     | 
    
         
            -
                        "SyntaxError|Error|EvalError|TypeError|URIError").split("|")
         
     | 
| 
       202 
     | 
    
         
            -
                    );
         
     | 
| 
       203 
     | 
    
         
            -
             
     | 
| 
       204 
     | 
    
         
            -
                    this.$rules = {
         
     | 
| 
       205 
     | 
    
         
            -
                        start : [
         
     | 
| 
       206 
     | 
    
         
            -
                            {
         
     | 
| 
       207 
     | 
    
         
            -
                                token : "identifier",
         
     | 
| 
       208 
     | 
    
         
            -
                                regex : "(?:(?:\\.|::)\\s*)" + identifier
         
     | 
| 
       209 
     | 
    
         
            -
                            }, {
         
     | 
| 
       210 
     | 
    
         
            -
                                token : "variable",
         
     | 
| 
       211 
     | 
    
         
            -
                                regex : "@(?:" + identifier + ")?"
         
     | 
| 
       212 
     | 
    
         
            -
                            }, {
         
     | 
| 
       213 
     | 
    
         
            -
                                token: function(value) {
         
     | 
| 
       214 
     | 
    
         
            -
                                    if (keywords.hasOwnProperty(value))
         
     | 
| 
       215 
     | 
    
         
            -
                                        return "keyword";
         
     | 
| 
       216 
     | 
    
         
            -
                                    else if (langConstant.hasOwnProperty(value))
         
     | 
| 
       217 
     | 
    
         
            -
                                        return "constant.language";
         
     | 
| 
       218 
     | 
    
         
            -
                                    else if (illegal.hasOwnProperty(value))
         
     | 
| 
       219 
     | 
    
         
            -
                                        return "invalid.illegal";
         
     | 
| 
       220 
     | 
    
         
            -
                                    else if (supportClass.hasOwnProperty(value))
         
     | 
| 
       221 
     | 
    
         
            -
                                        return "language.support.class";
         
     | 
| 
       222 
     | 
    
         
            -
                                    else if (supportFunction.hasOwnProperty(value))
         
     | 
| 
       223 
     | 
    
         
            -
                                        return "language.support.function";
         
     | 
| 
       224 
     | 
    
         
            -
                                    else
         
     | 
| 
       225 
     | 
    
         
            -
                                        return "identifier";
         
     | 
| 
       226 
     | 
    
         
            -
                                },
         
     | 
| 
       227 
     | 
    
         
            -
                                regex : identifier
         
     | 
| 
       228 
     | 
    
         
            -
                            }, {
         
     | 
| 
       229 
     | 
    
         
            -
                                token : "constant.numeric",
         
     | 
| 
       230 
     | 
    
         
            -
                                regex : "(?:0x[\\da-fA-F]+|(?:\\d+(?:\\.\\d+)?|\\.\\d+)(?:[eE][+-]?\\d+)?)"
         
     | 
| 
       231 
     | 
    
         
            -
                            }, {
         
     | 
| 
       232 
     | 
    
         
            -
                                token : "string",
         
     | 
| 
       233 
     | 
    
         
            -
                                merge : true,
         
     | 
| 
       234 
     | 
    
         
            -
                                regex : "'''",
         
     | 
| 
       235 
     | 
    
         
            -
                                next : "qdoc"
         
     | 
| 
       236 
     | 
    
         
            -
                            }, {
         
     | 
| 
       237 
     | 
    
         
            -
                                token : "string",
         
     | 
| 
       238 
     | 
    
         
            -
                                merge : true,
         
     | 
| 
       239 
     | 
    
         
            -
                                regex : '"""',
         
     | 
| 
       240 
     | 
    
         
            -
                                next : "qqdoc"
         
     | 
| 
       241 
     | 
    
         
            -
                            }, {
         
     | 
| 
       242 
     | 
    
         
            -
                                token : "string",
         
     | 
| 
       243 
     | 
    
         
            -
                                merge : true,
         
     | 
| 
       244 
     | 
    
         
            -
                                regex : "'",
         
     | 
| 
       245 
     | 
    
         
            -
                                next : "qstring"
         
     | 
| 
       246 
     | 
    
         
            -
                            }, {
         
     | 
| 
       247 
     | 
    
         
            -
                                token : "string",
         
     | 
| 
       248 
     | 
    
         
            -
                                merge : true,
         
     | 
| 
       249 
     | 
    
         
            -
                                regex : '"',
         
     | 
| 
       250 
     | 
    
         
            -
                                next : "qqstring"
         
     | 
| 
       251 
     | 
    
         
            -
                            }, {
         
     | 
| 
       252 
     | 
    
         
            -
                                token : "string",
         
     | 
| 
       253 
     | 
    
         
            -
                                merge : true,
         
     | 
| 
       254 
     | 
    
         
            -
                                regex : "`",
         
     | 
| 
       255 
     | 
    
         
            -
                                next : "js"
         
     | 
| 
       256 
     | 
    
         
            -
                            }, {
         
     | 
| 
       257 
     | 
    
         
            -
                                token : "string.regex",
         
     | 
| 
       258 
     | 
    
         
            -
                                merge : true,
         
     | 
| 
       259 
     | 
    
         
            -
                                regex : "///",
         
     | 
| 
       260 
     | 
    
         
            -
                                next : "heregex"
         
     | 
| 
       261 
     | 
    
         
            -
                            }, {
         
     | 
| 
       262 
     | 
    
         
            -
                                token : "string.regex",
         
     | 
| 
       263 
     | 
    
         
            -
                                regex : "/(?!\\s)[^[/\\n\\\\]*(?: (?:\\\\.|\\[[^\\]\\n\\\\]*(?:\\\\.[^\\]\\n\\\\]*)*\\])[^[/\\n\\\\]*)*/[imgy]{0,4}(?!\\w)"
         
     | 
| 
       264 
     | 
    
         
            -
                            }, {
         
     | 
| 
       265 
     | 
    
         
            -
                                token : "comment",
         
     | 
| 
       266 
     | 
    
         
            -
                                merge : true,
         
     | 
| 
       267 
     | 
    
         
            -
                                regex : "###(?!#)",
         
     | 
| 
       268 
     | 
    
         
            -
                                next : "comment"
         
     | 
| 
       269 
     | 
    
         
            -
                            }, {
         
     | 
| 
       270 
     | 
    
         
            -
                                token : "comment",
         
     | 
| 
       271 
     | 
    
         
            -
                                regex : "#.*"
         
     | 
| 
       272 
     | 
    
         
            -
                            }, {
         
     | 
| 
       273 
     | 
    
         
            -
                                token : "punctuation.operator",
         
     | 
| 
       274 
     | 
    
         
            -
                                regex : "\\?|\\:|\\,|\\."
         
     | 
| 
       275 
     | 
    
         
            -
                            }, {
         
     | 
| 
       276 
     | 
    
         
            -
                                token : "keyword.operator",
         
     | 
| 
       277 
     | 
    
         
            -
                                regex : "(?:[\\-=]>|[-+*/%<>&|^!?=]=|>>>=?|\\-\\-|\\+\\+|::|&&=|\\|\\|=|<<=|>>=|\\?\\.|\\.{2,3}|\\!)"
         
     | 
| 
       278 
     | 
    
         
            -
                            }, {
         
     | 
| 
       279 
     | 
    
         
            -
                                token : "paren.lparen",
         
     | 
| 
       280 
     | 
    
         
            -
                                regex : "[({[]"
         
     | 
| 
       281 
     | 
    
         
            -
                            }, {
         
     | 
| 
       282 
     | 
    
         
            -
                                token : "paren.rparen",
         
     | 
| 
       283 
     | 
    
         
            -
                                regex : "[\\]})]"
         
     | 
| 
       284 
     | 
    
         
            -
                            }, {
         
     | 
| 
       285 
     | 
    
         
            -
                                token : "text",
         
     | 
| 
       286 
     | 
    
         
            -
                                regex : "\\s+"
         
     | 
| 
       287 
     | 
    
         
            -
                            }],
         
     | 
| 
       288 
     | 
    
         
            -
                        
         
     | 
| 
       289 
     | 
    
         
            -
                        qdoc : [{
         
     | 
| 
       290 
     | 
    
         
            -
                            token : "string",
         
     | 
| 
       291 
     | 
    
         
            -
                            regex : ".*?'''",
         
     | 
| 
       292 
     | 
    
         
            -
                            next : "start"
         
     | 
| 
       293 
     | 
    
         
            -
                        }, stringfill],
         
     | 
| 
       294 
     | 
    
         
            -
                        
         
     | 
| 
       295 
     | 
    
         
            -
                        qqdoc : [{
         
     | 
| 
       296 
     | 
    
         
            -
                            token : "string",
         
     | 
| 
       297 
     | 
    
         
            -
                            regex : '.*?"""',
         
     | 
| 
       298 
     | 
    
         
            -
                            next : "start"
         
     | 
| 
       299 
     | 
    
         
            -
                        }, stringfill],
         
     | 
| 
       300 
     | 
    
         
            -
                        
         
     | 
| 
       301 
     | 
    
         
            -
                        qstring : [{
         
     | 
| 
       302 
     | 
    
         
            -
                            token : "string",
         
     | 
| 
       303 
     | 
    
         
            -
                            regex : "[^\\\\']*(?:\\\\.[^\\\\']*)*'",
         
     | 
| 
       304 
     | 
    
         
            -
                            merge : true,
         
     | 
| 
       305 
     | 
    
         
            -
                            next : "start"
         
     | 
| 
       306 
     | 
    
         
            -
                        }, stringfill],
         
     | 
| 
       307 
     | 
    
         
            -
                        
         
     | 
| 
       308 
     | 
    
         
            -
                        qqstring : [{
         
     | 
| 
       309 
     | 
    
         
            -
                            token : "string",
         
     | 
| 
       310 
     | 
    
         
            -
                            regex : '[^\\\\"]*(?:\\\\.[^\\\\"]*)*"',
         
     | 
| 
       311 
     | 
    
         
            -
                            merge : true,
         
     | 
| 
       312 
     | 
    
         
            -
                            next : "start"
         
     | 
| 
       313 
     | 
    
         
            -
                        }, stringfill],
         
     | 
| 
       314 
     | 
    
         
            -
                        
         
     | 
| 
       315 
     | 
    
         
            -
                        js : [{
         
     | 
| 
       316 
     | 
    
         
            -
                            token : "string",
         
     | 
| 
       317 
     | 
    
         
            -
                            merge : true,
         
     | 
| 
       318 
     | 
    
         
            -
                            regex : "[^\\\\`]*(?:\\\\.[^\\\\`]*)*`",
         
     | 
| 
       319 
     | 
    
         
            -
                            next : "start"
         
     | 
| 
       320 
     | 
    
         
            -
                        }, stringfill],
         
     | 
| 
       321 
     | 
    
         
            -
                        
         
     | 
| 
       322 
     | 
    
         
            -
                        heregex : [{
         
     | 
| 
       323 
     | 
    
         
            -
                            token : "string.regex",
         
     | 
| 
       324 
     | 
    
         
            -
                            regex : '.*?///[imgy]{0,4}',
         
     | 
| 
       325 
     | 
    
         
            -
                            next : "start"
         
     | 
| 
       326 
     | 
    
         
            -
                        }, {
         
     | 
| 
       327 
     | 
    
         
            -
                            token : "comment.regex",
         
     | 
| 
       328 
     | 
    
         
            -
                            regex : "\\s+(?:#.*)?"
         
     | 
| 
       329 
     | 
    
         
            -
                        }, {
         
     | 
| 
       330 
     | 
    
         
            -
                            token : "string.regex",
         
     | 
| 
       331 
     | 
    
         
            -
                            merge : true,
         
     | 
| 
       332 
     | 
    
         
            -
                            regex : "\\S+"
         
     | 
| 
       333 
     | 
    
         
            -
                        }],
         
     | 
| 
       334 
     | 
    
         
            -
                        
         
     | 
| 
       335 
     | 
    
         
            -
                        comment : [{
         
     | 
| 
       336 
     | 
    
         
            -
                            token : "comment",
         
     | 
| 
       337 
     | 
    
         
            -
                            regex : '.*?###',
         
     | 
| 
       338 
     | 
    
         
            -
                            next : "start"
         
     | 
| 
       339 
     | 
    
         
            -
                        }, {
         
     | 
| 
       340 
     | 
    
         
            -
                            token : "comment",
         
     | 
| 
       341 
     | 
    
         
            -
                            merge : true,
         
     | 
| 
       342 
     | 
    
         
            -
                            regex : ".+"
         
     | 
| 
       343 
     | 
    
         
            -
                        }]
         
     | 
| 
       344 
     | 
    
         
            -
                    };
         
     | 
| 
       345 
     | 
    
         
            -
                }
         
     | 
| 
       346 
     | 
    
         
            -
             
     | 
| 
       347 
     | 
    
         
            -
                exports.CoffeeHighlightRules = CoffeeHighlightRules;
         
     | 
| 
       348 
     | 
    
         
            -
            });
         
     | 
| 
       349 
     | 
    
         
            -
            /* ***** BEGIN LICENSE BLOCK *****
         
     | 
| 
       350 
     | 
    
         
            -
             * Version: MPL 1.1/GPL 2.0/LGPL 2.1
         
     | 
| 
       351 
     | 
    
         
            -
             *
         
     | 
| 
       352 
     | 
    
         
            -
             * The contents of this file are subject to the Mozilla Public License Version
         
     | 
| 
       353 
     | 
    
         
            -
             * 1.1 (the "License"); you may not use this file except in compliance with
         
     | 
| 
       354 
     | 
    
         
            -
             * the License. You may obtain a copy of the License at
         
     | 
| 
       355 
     | 
    
         
            -
             * http://www.mozilla.org/MPL/
         
     | 
| 
       356 
     | 
    
         
            -
             *
         
     | 
| 
       357 
     | 
    
         
            -
             * Software distributed under the License is distributed on an "AS IS" basis,
         
     | 
| 
       358 
     | 
    
         
            -
             * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
         
     | 
| 
       359 
     | 
    
         
            -
             * for the specific language governing rights and limitations under the
         
     | 
| 
       360 
     | 
    
         
            -
             * License.
         
     | 
| 
       361 
     | 
    
         
            -
             *
         
     | 
| 
       362 
     | 
    
         
            -
             * The Original Code is Ajax.org Code Editor (ACE).
         
     | 
| 
       363 
     | 
    
         
            -
             *
         
     | 
| 
       364 
     | 
    
         
            -
             * The Initial Developer of the Original Code is
         
     | 
| 
       365 
     | 
    
         
            -
             * Ajax.org B.V.
         
     | 
| 
       366 
     | 
    
         
            -
             * Portions created by the Initial Developer are Copyright (C) 2010
         
     | 
| 
       367 
     | 
    
         
            -
             * the Initial Developer. All Rights Reserved.
         
     | 
| 
       368 
     | 
    
         
            -
             *
         
     | 
| 
       369 
     | 
    
         
            -
             * Contributor(s):
         
     | 
| 
       370 
     | 
    
         
            -
             *      Fabian Jakobs <fabian AT ajax DOT org>
         
     | 
| 
       371 
     | 
    
         
            -
             *
         
     | 
| 
       372 
     | 
    
         
            -
             * Alternatively, the contents of this file may be used under the terms of
         
     | 
| 
       373 
     | 
    
         
            -
             * either the GNU General Public License Version 2 or later (the "GPL"), or
         
     | 
| 
       374 
     | 
    
         
            -
             * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
         
     | 
| 
       375 
     | 
    
         
            -
             * in which case the provisions of the GPL or the LGPL are applicable instead
         
     | 
| 
       376 
     | 
    
         
            -
             * of those above. If you wish to allow use of your version of this file only
         
     | 
| 
       377 
     | 
    
         
            -
             * under the terms of either the GPL or the LGPL, and not to allow others to
         
     | 
| 
       378 
     | 
    
         
            -
             * use your version of this file under the terms of the MPL, indicate your
         
     | 
| 
       379 
     | 
    
         
            -
             * decision by deleting the provisions above and replace them with the notice
         
     | 
| 
       380 
     | 
    
         
            -
             * and other provisions required by the GPL or the LGPL. If you do not delete
         
     | 
| 
       381 
     | 
    
         
            -
             * the provisions above, a recipient may use your version of this file under
         
     | 
| 
       382 
     | 
    
         
            -
             * the terms of any one of the MPL, the GPL or the LGPL.
         
     | 
| 
       383 
     | 
    
         
            -
             *
         
     | 
| 
       384 
     | 
    
         
            -
             * ***** END LICENSE BLOCK ***** */
         
     | 
| 
       385 
     | 
    
         
            -
             
     | 
| 
       386 
     | 
    
         
            -
            ace.define('ace/mode/matching_brace_outdent', ['require', 'exports', 'module' , 'ace/range'], function(require, exports, module) {
         
     | 
| 
       387 
     | 
    
         
            -
            "use strict";
         
     | 
| 
       388 
     | 
    
         
            -
             
     | 
| 
       389 
     | 
    
         
            -
            var Range = require("../range").Range;
         
     | 
| 
       390 
     | 
    
         
            -
             
     | 
| 
       391 
     | 
    
         
            -
            var MatchingBraceOutdent = function() {};
         
     | 
| 
       392 
     | 
    
         
            -
             
     | 
| 
       393 
     | 
    
         
            -
            (function() {
         
     | 
| 
       394 
     | 
    
         
            -
             
     | 
| 
       395 
     | 
    
         
            -
                this.checkOutdent = function(line, input) {
         
     | 
| 
       396 
     | 
    
         
            -
                    if (! /^\s+$/.test(line))
         
     | 
| 
       397 
     | 
    
         
            -
                        return false;
         
     | 
| 
       398 
     | 
    
         
            -
             
     | 
| 
       399 
     | 
    
         
            -
                    return /^\s*\}/.test(input);
         
     | 
| 
       400 
     | 
    
         
            -
                };
         
     | 
| 
       401 
     | 
    
         
            -
             
     | 
| 
       402 
     | 
    
         
            -
                this.autoOutdent = function(doc, row) {
         
     | 
| 
       403 
     | 
    
         
            -
                    var line = doc.getLine(row);
         
     | 
| 
       404 
     | 
    
         
            -
                    var match = line.match(/^(\s*\})/);
         
     | 
| 
       405 
     | 
    
         
            -
             
     | 
| 
       406 
     | 
    
         
            -
                    if (!match) return 0;
         
     | 
| 
       407 
     | 
    
         
            -
             
     | 
| 
       408 
     | 
    
         
            -
                    var column = match[1].length;
         
     | 
| 
       409 
     | 
    
         
            -
                    var openBracePos = doc.findMatchingBracket({row: row, column: column});
         
     | 
| 
       410 
     | 
    
         
            -
             
     | 
| 
       411 
     | 
    
         
            -
                    if (!openBracePos || openBracePos.row == row) return 0;
         
     | 
| 
       412 
     | 
    
         
            -
             
     | 
| 
       413 
     | 
    
         
            -
                    var indent = this.$getIndent(doc.getLine(openBracePos.row));
         
     | 
| 
       414 
     | 
    
         
            -
                    doc.replace(new Range(row, 0, row, column-1), indent);
         
     | 
| 
       415 
     | 
    
         
            -
                };
         
     | 
| 
       416 
     | 
    
         
            -
             
     | 
| 
       417 
     | 
    
         
            -
                this.$getIndent = function(line) {
         
     | 
| 
       418 
     | 
    
         
            -
                    var match = line.match(/^(\s+)/);
         
     | 
| 
       419 
     | 
    
         
            -
                    if (match) {
         
     | 
| 
       420 
     | 
    
         
            -
                        return match[1];
         
     | 
| 
       421 
     | 
    
         
            -
                    }
         
     | 
| 
       422 
     | 
    
         
            -
             
     | 
| 
       423 
     | 
    
         
            -
                    return "";
         
     | 
| 
       424 
     | 
    
         
            -
                };
         
     | 
| 
       425 
     | 
    
         
            -
             
     | 
| 
       426 
     | 
    
         
            -
            }).call(MatchingBraceOutdent.prototype);
         
     | 
| 
       427 
     | 
    
         
            -
             
     | 
| 
       428 
     | 
    
         
            -
            exports.MatchingBraceOutdent = MatchingBraceOutdent;
         
     | 
| 
       429 
     | 
    
         
            -
            });
         
     | 
| 
       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('ace/mode/folding/pythonic', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/folding/fold_mode'], function(require, exports, module) {
         
     | 
| 
       468 
     | 
    
         
            -
            "use strict";
         
     | 
| 
       469 
     | 
    
         
            -
             
     | 
| 
       470 
     | 
    
         
            -
            var oop = require("../../lib/oop");
         
     | 
| 
       471 
     | 
    
         
            -
            var BaseFoldMode = require("./fold_mode").FoldMode;
         
     | 
| 
       472 
     | 
    
         
            -
             
     | 
| 
       473 
     | 
    
         
            -
            var FoldMode = exports.FoldMode = function(markers) {
         
     | 
| 
       474 
     | 
    
         
            -
                this.foldingStartMarker = new RegExp("(?:([\\[{])|(" + markers + "))(?:\\s*)(?:#.*)?$");
         
     | 
| 
       475 
     | 
    
         
            -
            };
         
     | 
| 
       476 
     | 
    
         
            -
            oop.inherits(FoldMode, BaseFoldMode);
         
     | 
| 
       477 
     | 
    
         
            -
             
     | 
| 
       478 
     | 
    
         
            -
            (function() {
         
     | 
| 
       479 
     | 
    
         
            -
             
     | 
| 
       480 
     | 
    
         
            -
                this.getFoldWidgetRange = function(session, foldStyle, row) {
         
     | 
| 
       481 
     | 
    
         
            -
                    var line = session.getLine(row);
         
     | 
| 
       482 
     | 
    
         
            -
                    var match = line.match(this.foldingStartMarker);
         
     | 
| 
       483 
     | 
    
         
            -
                    if (match) {
         
     | 
| 
       484 
     | 
    
         
            -
                        if (match[1])
         
     | 
| 
       485 
     | 
    
         
            -
                            return this.openingBracketBlock(session, match[1], row, match.index);
         
     | 
| 
       486 
     | 
    
         
            -
                        if (match[2])
         
     | 
| 
       487 
     | 
    
         
            -
                            return this.indentationBlock(session, row, match.index + match[2].length);
         
     | 
| 
       488 
     | 
    
         
            -
                        return this.indentationBlock(session, row);
         
     | 
| 
       489 
     | 
    
         
            -
                    }
         
     | 
| 
       490 
     | 
    
         
            -
                }
         
     | 
| 
       491 
     | 
    
         
            -
             
     | 
| 
       492 
     | 
    
         
            -
            }).call(FoldMode.prototype);
         
     | 
| 
       493 
     | 
    
         
            -
             
     | 
| 
       494 
     | 
    
         
            -
            });
         
     | 
| 
       495 
     | 
    
         
            -
            /* ***** BEGIN LICENSE BLOCK *****
         
     | 
| 
       496 
     | 
    
         
            -
             * Version: MPL 1.1/GPL 2.0/LGPL 2.1
         
     | 
| 
       497 
     | 
    
         
            -
             *
         
     | 
| 
       498 
     | 
    
         
            -
             * The contents of this file are subject to the Mozilla Public License Version
         
     | 
| 
       499 
     | 
    
         
            -
             * 1.1 (the "License"); you may not use this file except in compliance with
         
     | 
| 
       500 
     | 
    
         
            -
             * the License. You may obtain a copy of the License at
         
     | 
| 
       501 
     | 
    
         
            -
             * http://www.mozilla.org/MPL/
         
     | 
| 
       502 
     | 
    
         
            -
             *
         
     | 
| 
       503 
     | 
    
         
            -
             * Software distributed under the License is distributed on an "AS IS" basis,
         
     | 
| 
       504 
     | 
    
         
            -
             * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
         
     | 
| 
       505 
     | 
    
         
            -
             * for the specific language governing rights and limitations under the
         
     | 
| 
       506 
     | 
    
         
            -
             * License.
         
     | 
| 
       507 
     | 
    
         
            -
             *
         
     | 
| 
       508 
     | 
    
         
            -
             * The Original Code is Ajax.org Code Editor (ACE).
         
     | 
| 
       509 
     | 
    
         
            -
             *
         
     | 
| 
       510 
     | 
    
         
            -
             * The Initial Developer of the Original Code is
         
     | 
| 
       511 
     | 
    
         
            -
             * Ajax.org B.V.
         
     | 
| 
       512 
     | 
    
         
            -
             * Portions created by the Initial Developer are Copyright (C) 2010
         
     | 
| 
       513 
     | 
    
         
            -
             * the Initial Developer. All Rights Reserved.
         
     | 
| 
       514 
     | 
    
         
            -
             *
         
     | 
| 
       515 
     | 
    
         
            -
             * Contributor(s):
         
     | 
| 
       516 
     | 
    
         
            -
             *      Fabian Jakobs <fabian AT ajax DOT org>
         
     | 
| 
       517 
     | 
    
         
            -
             *
         
     | 
| 
       518 
     | 
    
         
            -
             * Alternatively, the contents of this file may be used under the terms of
         
     | 
| 
       519 
     | 
    
         
            -
             * either the GNU General Public License Version 2 or later (the "GPL"), or
         
     | 
| 
       520 
     | 
    
         
            -
             * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
         
     | 
| 
       521 
     | 
    
         
            -
             * in which case the provisions of the GPL or the LGPL are applicable instead
         
     | 
| 
       522 
     | 
    
         
            -
             * of those above. If you wish to allow use of your version of this file only
         
     | 
| 
       523 
     | 
    
         
            -
             * under the terms of either the GPL or the LGPL, and not to allow others to
         
     | 
| 
       524 
     | 
    
         
            -
             * use your version of this file under the terms of the MPL, indicate your
         
     | 
| 
       525 
     | 
    
         
            -
             * decision by deleting the provisions above and replace them with the notice
         
     | 
| 
       526 
     | 
    
         
            -
             * and other provisions required by the GPL or the LGPL. If you do not delete
         
     | 
| 
       527 
     | 
    
         
            -
             * the provisions above, a recipient may use your version of this file under
         
     | 
| 
       528 
     | 
    
         
            -
             * the terms of any one of the MPL, the GPL or the LGPL.
         
     | 
| 
       529 
     | 
    
         
            -
             *
         
     | 
| 
       530 
     | 
    
         
            -
             * ***** END LICENSE BLOCK ***** */
         
     | 
| 
       531 
     | 
    
         
            -
             
     | 
| 
       532 
     | 
    
         
            -
            ace.define('ace/mode/folding/fold_mode', ['require', 'exports', 'module' , 'ace/range'], function(require, exports, module) {
         
     | 
| 
       533 
     | 
    
         
            -
            "use strict";
         
     | 
| 
       534 
     | 
    
         
            -
             
     | 
| 
       535 
     | 
    
         
            -
            var Range = require("../../range").Range;
         
     | 
| 
       536 
     | 
    
         
            -
             
     | 
| 
       537 
     | 
    
         
            -
            var FoldMode = exports.FoldMode = function() {};
         
     | 
| 
       538 
     | 
    
         
            -
             
     | 
| 
       539 
     | 
    
         
            -
            (function() {
         
     | 
| 
       540 
     | 
    
         
            -
             
     | 
| 
       541 
     | 
    
         
            -
                this.foldingStartMarker = null;
         
     | 
| 
       542 
     | 
    
         
            -
                this.foldingStopMarker = null;
         
     | 
| 
       543 
     | 
    
         
            -
             
     | 
| 
       544 
     | 
    
         
            -
                // must return "" if there's no fold, to enable caching
         
     | 
| 
       545 
     | 
    
         
            -
                this.getFoldWidget = function(session, foldStyle, row) {
         
     | 
| 
       546 
     | 
    
         
            -
                    var line = session.getLine(row);
         
     | 
| 
       547 
     | 
    
         
            -
                    if (this.foldingStartMarker.test(line))
         
     | 
| 
       548 
     | 
    
         
            -
                        return "start";
         
     | 
| 
       549 
     | 
    
         
            -
                    if (foldStyle == "markbeginend"
         
     | 
| 
       550 
     | 
    
         
            -
                            && this.foldingStopMarker
         
     | 
| 
       551 
     | 
    
         
            -
                            && this.foldingStopMarker.test(line))
         
     | 
| 
       552 
     | 
    
         
            -
                        return "end";
         
     | 
| 
       553 
     | 
    
         
            -
                    return "";
         
     | 
| 
       554 
     | 
    
         
            -
                };
         
     | 
| 
       555 
     | 
    
         
            -
                
         
     | 
| 
       556 
     | 
    
         
            -
                this.getFoldWidgetRange = function(session, foldStyle, row) {
         
     | 
| 
       557 
     | 
    
         
            -
                    return null;
         
     | 
| 
       558 
     | 
    
         
            -
                };
         
     | 
| 
       559 
     | 
    
         
            -
             
     | 
| 
       560 
     | 
    
         
            -
                this.indentationBlock = function(session, row, column) {
         
     | 
| 
       561 
     | 
    
         
            -
                    var re = /^\s*/;
         
     | 
| 
       562 
     | 
    
         
            -
                    var startRow = row;
         
     | 
| 
       563 
     | 
    
         
            -
                    var endRow = row;
         
     | 
| 
       564 
     | 
    
         
            -
                    var line = session.getLine(row);
         
     | 
| 
       565 
     | 
    
         
            -
                    var startColumn = column || line.length;
         
     | 
| 
       566 
     | 
    
         
            -
                    var startLevel = line.match(re)[0].length;
         
     | 
| 
       567 
     | 
    
         
            -
                    var maxRow = session.getLength()
         
     | 
| 
       568 
     | 
    
         
            -
                    
         
     | 
| 
       569 
     | 
    
         
            -
                    while (++row < maxRow) {
         
     | 
| 
       570 
     | 
    
         
            -
                        line = session.getLine(row);
         
     | 
| 
       571 
     | 
    
         
            -
                        var level = line.match(re)[0].length;
         
     | 
| 
       572 
     | 
    
         
            -
             
     | 
| 
       573 
     | 
    
         
            -
                        if (level == line.length)
         
     | 
| 
       574 
     | 
    
         
            -
                            continue;
         
     | 
| 
       575 
     | 
    
         
            -
             
     | 
| 
       576 
     | 
    
         
            -
                        if (level <= startLevel)
         
     | 
| 
       577 
     | 
    
         
            -
                            break;
         
     | 
| 
       578 
     | 
    
         
            -
             
     | 
| 
       579 
     | 
    
         
            -
                        endRow = row;
         
     | 
| 
       580 
     | 
    
         
            -
                    }
         
     | 
| 
       581 
     | 
    
         
            -
             
     | 
| 
       582 
     | 
    
         
            -
                    if (endRow > startRow) {
         
     | 
| 
       583 
     | 
    
         
            -
                        var endColumn = session.getLine(endRow).length;
         
     | 
| 
       584 
     | 
    
         
            -
                        return new Range(startRow, startColumn, endRow, endColumn);
         
     | 
| 
       585 
     | 
    
         
            -
                    }
         
     | 
| 
       586 
     | 
    
         
            -
                };
         
     | 
| 
       587 
     | 
    
         
            -
             
     | 
| 
       588 
     | 
    
         
            -
                this.openingBracketBlock = function(session, bracket, row, column) {
         
     | 
| 
       589 
     | 
    
         
            -
                    var start = {row: row, column: column + 1};
         
     | 
| 
       590 
     | 
    
         
            -
                    var end = session.$findClosingBracket(bracket, start);
         
     | 
| 
       591 
     | 
    
         
            -
                    if (!end)
         
     | 
| 
       592 
     | 
    
         
            -
                        return;
         
     | 
| 
       593 
     | 
    
         
            -
             
     | 
| 
       594 
     | 
    
         
            -
                    var fw = session.foldWidgets[end.row];
         
     | 
| 
       595 
     | 
    
         
            -
                    if (fw == null)
         
     | 
| 
       596 
     | 
    
         
            -
                        fw = this.getFoldWidget(session, end.row);
         
     | 
| 
       597 
     | 
    
         
            -
             
     | 
| 
       598 
     | 
    
         
            -
                    if (fw == "start") {
         
     | 
| 
       599 
     | 
    
         
            -
                        end.row --;
         
     | 
| 
       600 
     | 
    
         
            -
                        end.column = session.getLine(end.row).length;
         
     | 
| 
       601 
     | 
    
         
            -
                    }
         
     | 
| 
       602 
     | 
    
         
            -
                    return Range.fromPoints(start, end);
         
     | 
| 
       603 
     | 
    
         
            -
                };
         
     | 
| 
       604 
     | 
    
         
            -
             
     | 
| 
       605 
     | 
    
         
            -
            }).call(FoldMode.prototype);
         
     | 
| 
       606 
     | 
    
         
            -
             
     | 
| 
       607 
     | 
    
         
            -
            });
         
     |