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/xquery",["require","exports","module","ace/lib/oop","ace/mode/text","ace/tokenizer","ace/mode/xquery_highlight_rules","ace/mode/behaviour/xquery","ace/range"],function(a,b,c){"use strict";var d=a("../lib/oop"),e=a("./text").Mode,f=a("../tokenizer").Tokenizer,g=a("./xquery_highlight_rules").XQueryHighlightRules,h=a("./behaviour/xquery").XQueryBehaviour,i=a("../range").Range,j=function(a){this.$tokenizer=new f((new g).getRules()),this.$behaviour=new h(a)};d.inherits(j,e),function(){this.getNextLineIndent=function(a,b,c){var d=this.$getIndent(b),e=b.match(/\s*(?:then|else|return|[{\(]|<\w+>)\s*$/);return e&&(d+=c),d},this.checkOutdent=function(a,b,c){return/^\s+$/.test(b)?/^\s*[\}\)]/.test(c):!1},this.autoOutdent=function(a,b,c){var d=b.getLine(c),e=d.match(/^(\s*[\}\)])/);if(!e)return 0;var f=e[1].length,g=b.findMatchingBracket({row:c,column:f});if(!g||g.row==c)return 0;var h=this.$getIndent(b.getLine(g.row));b.replace(new i(c,0,c,f-1),h)},this.$getIndent=function(a){var b=a.match(/^(\s+)/);return b?b[1]:""},this.toggleCommentLines=function(a,b,c,d){var e,f,g=!0,h=/^\s*\(:(.*):\)/;for(e=c;e<=d;e++)if(!h.test(b.getLine(e))){g=!1;break}var j=new i(0,0,0,0);for(e=c;e<=d;e++)f=b.getLine(e),j.start.row=e,j.end.row=e,j.end.column=f.length,b.replace(j,g?f.match(h)[1]:"(:"+f+":)")}}.call(j.prototype),b.Mode=j}),ace.define("ace/mode/xquery_highlight_rules",["require","exports","module","ace/lib/oop","ace/lib/lang","ace/mode/text_highlight_rules"],function(a,b,c){"use strict";var d=a("../lib/oop"),e=a("../lib/lang"),f=a("./text_highlight_rules").TextHighlightRules,g=function(){var a=e.arrayToMap("return|for|let|where|order|by|declare|function|variable|xquery|version|option|namespace|import|module|when|encoding|switch|default|try|catch|group|tumbling|sliding|window|start|end|at|only|using|stemming|while|external|if|then|else|as|and|or|typeswitch|case|ascending|descending|empty|in|count|updating|insert|delete|replace|value|node|attribute|text|element|into|of|with|contains".split("|"));this.$rules={start:[{token:"text",regex:"<\\!\\[CDATA\\[",next:"cdata"},{token:"xml_pe",regex:"<\\?.*?\\?>"},{token:"comment",regex:"<\\!--",next:"comment"},{token:"comment",regex:"\\(:",next:"comment"},{token:"text",regex:"<\\/?",next:"tag"},{token:"constant",regex:"[+-]?\\d+(?:(?:\\.\\d*)?(?:[eE][+-]?\\d+)?)?\\b"},{token:"variable",regex:"\\$[a-zA-Z_][a-zA-Z0-9_\\-:]*\\b"},{token:"string",regex:'".*?"'},{token:"string",regex:"'.*?'"},{token:"text",regex:"\\s+"},{token:"support.function",regex:"\\w[\\w+_\\-:]+(?=\\()"},{token:function(b){return a[b]?"keyword":"identifier"},regex:"[a-zA-Z_$][a-zA-Z0-9_$]*\\b"},{token:"keyword.operator",regex:"\\*|=|<|>|\\-|\\+|and|or|eq|ne|lt|gt"},{token:"lparen",regex:"[[({]"},{token:"rparen",regex:"[\\])}]"}],tag:[{token:"text",regex:">",next:"start"},{token:"meta.tag",regex:"[-_a-zA-Z0-9:]+"},{token:"text",regex:"\\s+"},{token:"string",regex:'".*?"'},{token:"string",regex:"'.*?'"}],cdata:[{token:"text",regex:"\\]\\]>",next:"start"},{token:"text",regex:"\\s+"},{token:"text",regex:"(?:[^\\]]|\\](?!\\]>))+"}],comment:[{token:"comment",regex:".*?-->",next:"start"},{token:"comment",regex:".*:\\)",next:"start"},{token:"comment",regex:".+"}]}};d.inherits(g,f),b.XQueryHighlightRules=g}),ace.define("ace/mode/behaviour/xquery",["require","exports","module","ace/lib/oop","ace/mode/behaviour","ace/mode/behaviour/cstyle"],function(a,b,c){"use strict";var d=a("../../lib/oop"),e=a("../behaviour").Behaviour,f=a("./cstyle").CstyleBehaviour,g=function(a){this.inherit(f,["braces","parens","string_dquotes"]),this.parent=a,this.add("brackets","insertion",function(a,b,c,d,e){if(e=="\n"){var f=c.getCursorPosition(),g=d.doc.getLine(f.row),h=g.substring(f.column,f.column+2);if(h=="</"){var i=this.$getIndent(d.doc.getLine(f.row))+d.getTabString(),j=this.$getIndent(d.doc.getLine(f.row));return{text:"\n"+i+"\n"+j,selection:[1,i.length,1,i.length]}}}return!1}),this.add("slash","insertion",function(b,c,d,e,f){if(f=="/"){var g=d.getCursorPosition(),h=e.doc.getLine(g.row);if(g.column>0&&h.charAt(g.column-1)=="<"){h=h.substring(0,g.column)+"/"+h.substring(g.column);var i=e.doc.getAllLines();i[g.row]=h,a.exec("closeTag",i.join(e.doc.getNewLineCharacter()),g.row)}}return!1})};d.inherits(g,e),b.XQueryBehaviour=g}),ace.define("ace/mode/behaviour/cstyle",["require","exports","module","ace/lib/oop","ace/mode/behaviour"],function(a,b,c){"use strict";var d=a("../../lib/oop"),e=a("../behaviour").Behaviour,f=function(){this.add("braces","insertion",function(a,b,c,d,e){if(e=="{"){var f=c.getSelectionRange(),g=d.doc.getTextRange(f);return g!==""?{text:"{"+g+"}",selection:!1}:{text:"{}",selection:[1,1]}}if(e=="}"){var h=c.getCursorPosition(),i=d.doc.getLine(h.row),j=i.substring(h.column,h.column+1);if(j=="}"){var k=d.$findOpeningBracket("}",{column:h.column+1,row:h.row});if(k!==null)return{text:"",selection:[1,1]}}}else if(e=="\n"){var h=c.getCursorPosition(),i=d.doc.getLine(h.row),j=i.substring(h.column,h.column+1);if(j=="}"){var l=d.findMatchingBracket({row:h.row,column:h.column+1});if(!l)return null;var m=this.getNextLineIndent(a,i.substring(0,i.length-1),d.getTabString()),n=this.$getIndent(d.doc.getLine(l.row));return{text:"\n"+m+"\n"+n,selection:[1,m.length,1,m.length]}}}}),this.add("braces","deletion",function(a,b,c,d,e){var f=d.doc.getTextRange(e);if(!e.isMultiLine()&&f=="{"){var g=d.doc.getLine(e.start.row),h=g.substring(e.end.column,e.end.column+1);if(h=="}")return e.end.column++,e}}),this.add("parens","insertion",function(a,b,c,d,e){if(e=="("){var f=c.getSelectionRange(),g=d.doc.getTextRange(f);return g!==""?{text:"("+g+")",selection:!1}:{text:"()",selection:[1,1]}}if(e==")"){var h=c.getCursorPosition(),i=d.doc.getLine(h.row),j=i.substring(h.column,h.column+1);if(j==")"){var k=d.$findOpeningBracket(")",{column:h.column+1,row:h.row});if(k!==null)return{text:"",selection:[1,1]}}}}),this.add("parens","deletion",function(a,b,c,d,e){var f=d.doc.getTextRange(e);if(!e.isMultiLine()&&f=="("){var g=d.doc.getLine(e.start.row),h=g.substring(e.start.column+1,e.start.column+2);if(h==")")return e.end.column++,e}}),this.add("string_dquotes","insertion",function(a,b,c,d,e){if(e=='"'||e=="'"){var f=e,g=c.getSelectionRange(),h=d.doc.getTextRange(g);if(h!=="")return{text:f+h+f,selection:!1};var i=c.getCursorPosition(),j=d.doc.getLine(i.row),k=j.substring(i.column-1,i.column);if(k=="\\")return null;var l=d.getTokens(g.start.row,g.start.row)[0].tokens,m=0,n,o=-1;for(var p=0;p<l.length;p++){n=l[p],n.type=="string"?o=-1:o<0&&(o=n.value.indexOf(f));if(n.value.length+m>g.start.column)break;m+=l[p].value.length}if(!n||o<0&&n.type!=="comment"&&(n.type!=="string"||g.start.column!==n.value.length+m-1&&n.value.lastIndexOf(f)===n.value.length-1))return{text:f+f,selection:[1,1]};if(n&&n.type==="string"){var q=j.substring(i.column,i.column+1);if(q==f)return{text:"",selection:[1,1]}}}}),this.add("string_dquotes","deletion",function(a,b,c,d,e){var f=d.doc.getTextRange(e);if(!e.isMultiLine()&&(f=='"'||f=="'")){var g=d.doc.getLine(e.start.row),h=g.substring(e.start.column+1,e.start.column+2);if(h=='"')return e.end.column++,e}})};d.inherits(f,e),b.CstyleBehaviour=f})
|
@@ -1,540 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* eXide - web-based XQuery IDE
|
3
|
-
*
|
4
|
-
* Copyright (C) 2011 Wolfgang Meier
|
5
|
-
*
|
6
|
-
* This program is free software: you can redistribute it and/or modify
|
7
|
-
* it under the terms of the GNU General Public License as published by
|
8
|
-
* the Free Software Foundation, either version 3 of the License, or
|
9
|
-
* (at your option) any later version.
|
10
|
-
*
|
11
|
-
* This program is distributed in the hope that it will be useful,
|
12
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
13
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
14
|
-
* GNU General Public License for more details.
|
15
|
-
*
|
16
|
-
* You should have received a copy of the GNU General Public License
|
17
|
-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
18
|
-
*/
|
19
|
-
ace.define('ace/mode/xquery', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/text', 'ace/tokenizer', 'ace/mode/xquery_highlight_rules', 'ace/mode/behaviour/xquery', 'ace/range'], function(require, exports, module) {
|
20
|
-
"use strict";
|
21
|
-
|
22
|
-
var oop = require("../lib/oop");
|
23
|
-
var TextMode = require("./text").Mode;
|
24
|
-
var Tokenizer = require("../tokenizer").Tokenizer;
|
25
|
-
var XQueryHighlightRules = require("./xquery_highlight_rules").XQueryHighlightRules;
|
26
|
-
var XQueryBehaviour = require("./behaviour/xquery").XQueryBehaviour;
|
27
|
-
var Range = require("../range").Range;
|
28
|
-
|
29
|
-
var Mode = function(parent) {
|
30
|
-
this.$tokenizer = new Tokenizer(new XQueryHighlightRules().getRules());
|
31
|
-
this.$behaviour = new XQueryBehaviour(parent);
|
32
|
-
};
|
33
|
-
|
34
|
-
oop.inherits(Mode, TextMode);
|
35
|
-
|
36
|
-
(function() {
|
37
|
-
|
38
|
-
this.getNextLineIndent = function(state, line, tab) {
|
39
|
-
var indent = this.$getIndent(line);
|
40
|
-
var match = line.match(/\s*(?:then|else|return|[{\(]|<\w+>)\s*$/);
|
41
|
-
if (match)
|
42
|
-
indent += tab;
|
43
|
-
return indent;
|
44
|
-
};
|
45
|
-
|
46
|
-
this.checkOutdent = function(state, line, input) {
|
47
|
-
if (! /^\s+$/.test(line))
|
48
|
-
return false;
|
49
|
-
|
50
|
-
return /^\s*[\}\)]/.test(input);
|
51
|
-
};
|
52
|
-
|
53
|
-
this.autoOutdent = function(state, doc, row) {
|
54
|
-
var line = doc.getLine(row);
|
55
|
-
var match = line.match(/^(\s*[\}\)])/);
|
56
|
-
|
57
|
-
if (!match) return 0;
|
58
|
-
|
59
|
-
var column = match[1].length;
|
60
|
-
var openBracePos = doc.findMatchingBracket({row: row, column: column});
|
61
|
-
|
62
|
-
if (!openBracePos || openBracePos.row == row) return 0;
|
63
|
-
|
64
|
-
var indent = this.$getIndent(doc.getLine(openBracePos.row));
|
65
|
-
doc.replace(new Range(row, 0, row, column-1), indent);
|
66
|
-
};
|
67
|
-
|
68
|
-
this.$getIndent = function(line) {
|
69
|
-
var match = line.match(/^(\s+)/);
|
70
|
-
if (match) {
|
71
|
-
return match[1];
|
72
|
-
}
|
73
|
-
|
74
|
-
return "";
|
75
|
-
};
|
76
|
-
|
77
|
-
this.toggleCommentLines = function(state, doc, startRow, endRow) {
|
78
|
-
var i, line;
|
79
|
-
var outdent = true;
|
80
|
-
var re = /^\s*\(:(.*):\)/;
|
81
|
-
|
82
|
-
for (i=startRow; i<= endRow; i++) {
|
83
|
-
if (!re.test(doc.getLine(i))) {
|
84
|
-
outdent = false;
|
85
|
-
break;
|
86
|
-
}
|
87
|
-
}
|
88
|
-
|
89
|
-
var range = new Range(0, 0, 0, 0);
|
90
|
-
for (i=startRow; i<= endRow; i++) {
|
91
|
-
line = doc.getLine(i);
|
92
|
-
range.start.row = i;
|
93
|
-
range.end.row = i;
|
94
|
-
range.end.column = line.length;
|
95
|
-
|
96
|
-
doc.replace(range, outdent ? line.match(re)[1] : "(:" + line + ":)");
|
97
|
-
}
|
98
|
-
};
|
99
|
-
}).call(Mode.prototype);
|
100
|
-
|
101
|
-
exports.Mode = Mode;
|
102
|
-
});
|
103
|
-
/*
|
104
|
-
* eXide - web-based XQuery IDE
|
105
|
-
*
|
106
|
-
* Copyright (C) 2011 Wolfgang Meier
|
107
|
-
*
|
108
|
-
* This program is free software: you can redistribute it and/or modify
|
109
|
-
* it under the terms of the GNU General Public License as published by
|
110
|
-
* the Free Software Foundation, either version 3 of the License, or
|
111
|
-
* (at your option) any later version.
|
112
|
-
*
|
113
|
-
* This program is distributed in the hope that it will be useful,
|
114
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
115
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
116
|
-
* GNU General Public License for more details.
|
117
|
-
*
|
118
|
-
* You should have received a copy of the GNU General Public License
|
119
|
-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
120
|
-
*/
|
121
|
-
ace.define('ace/mode/xquery_highlight_rules', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/lib/lang', 'ace/mode/text_highlight_rules'], function(require, exports, module) {
|
122
|
-
"use strict";
|
123
|
-
|
124
|
-
var oop = require("../lib/oop");
|
125
|
-
var lang = require("../lib/lang");
|
126
|
-
var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
|
127
|
-
|
128
|
-
var XQueryHighlightRules = function() {
|
129
|
-
|
130
|
-
var keywords = lang.arrayToMap(
|
131
|
-
("return|for|let|where|order|by|declare|function|variable|xquery|version|option|namespace|import|module|when|encoding|" +
|
132
|
-
"switch|default|try|catch|group|tumbling|sliding|window|start|end|at|only|" +
|
133
|
-
"using|stemming|" +
|
134
|
-
"while|" +
|
135
|
-
"external|" +
|
136
|
-
"if|then|else|as|and|or|typeswitch|case|ascending|descending|empty|in|count|updating|insert|delete|replace|value|node|attribute|text|element|into|of|with|contains").split("|")
|
137
|
-
);
|
138
|
-
|
139
|
-
// regexp must not have capturing parentheses
|
140
|
-
// regexps are ordered -> the first match is used
|
141
|
-
|
142
|
-
this.$rules = {
|
143
|
-
start : [ {
|
144
|
-
token : "text",
|
145
|
-
regex : "<\\!\\[CDATA\\[",
|
146
|
-
next : "cdata"
|
147
|
-
}, {
|
148
|
-
token : "xml_pe",
|
149
|
-
regex : "<\\?.*?\\?>"
|
150
|
-
}, {
|
151
|
-
token : "comment",
|
152
|
-
regex : "<\\!--",
|
153
|
-
next : "comment"
|
154
|
-
}, {
|
155
|
-
token : "comment",
|
156
|
-
regex : "\\(:",
|
157
|
-
next : "comment"
|
158
|
-
}, {
|
159
|
-
token : "text", // opening tag
|
160
|
-
regex : "<\\/?",
|
161
|
-
next : "tag"
|
162
|
-
}, {
|
163
|
-
token : "constant", // number
|
164
|
-
regex : "[+-]?\\d+(?:(?:\\.\\d*)?(?:[eE][+-]?\\d+)?)?\\b"
|
165
|
-
}, {
|
166
|
-
token : "variable", // variable
|
167
|
-
regex : "\\$[a-zA-Z_][a-zA-Z0-9_\\-:]*\\b"
|
168
|
-
}, {
|
169
|
-
token: "string",
|
170
|
-
regex : '".*?"'
|
171
|
-
}, {
|
172
|
-
token: "string",
|
173
|
-
regex : "'.*?'"
|
174
|
-
}, {
|
175
|
-
token : "text",
|
176
|
-
regex : "\\s+"
|
177
|
-
}, {
|
178
|
-
token: "support.function",
|
179
|
-
regex: "\\w[\\w+_\\-:]+(?=\\()"
|
180
|
-
}, {
|
181
|
-
token : function(value) {
|
182
|
-
if (keywords[value])
|
183
|
-
return "keyword";
|
184
|
-
else
|
185
|
-
return "identifier";
|
186
|
-
},
|
187
|
-
regex : "[a-zA-Z_$][a-zA-Z0-9_$]*\\b"
|
188
|
-
}, {
|
189
|
-
token: "keyword.operator",
|
190
|
-
regex: "\\*|=|<|>|\\-|\\+|and|or|eq|ne|lt|gt"
|
191
|
-
}, {
|
192
|
-
token: "lparen",
|
193
|
-
regex: "[[({]"
|
194
|
-
}, {
|
195
|
-
token: "rparen",
|
196
|
-
regex: "[\\])}]"
|
197
|
-
} ],
|
198
|
-
|
199
|
-
tag : [ {
|
200
|
-
token : "text",
|
201
|
-
regex : ">",
|
202
|
-
next : "start"
|
203
|
-
}, {
|
204
|
-
token : "meta.tag",
|
205
|
-
regex : "[-_a-zA-Z0-9:]+"
|
206
|
-
}, {
|
207
|
-
token : "text",
|
208
|
-
regex : "\\s+"
|
209
|
-
}, {
|
210
|
-
token : "string",
|
211
|
-
regex : '".*?"'
|
212
|
-
}, {
|
213
|
-
token : "string",
|
214
|
-
regex : "'.*?'"
|
215
|
-
} ],
|
216
|
-
|
217
|
-
cdata : [ {
|
218
|
-
token : "text",
|
219
|
-
regex : "\\]\\]>",
|
220
|
-
next : "start"
|
221
|
-
}, {
|
222
|
-
token : "text",
|
223
|
-
regex : "\\s+"
|
224
|
-
}, {
|
225
|
-
token : "text",
|
226
|
-
regex : "(?:[^\\]]|\\](?!\\]>))+"
|
227
|
-
} ],
|
228
|
-
|
229
|
-
comment : [ {
|
230
|
-
token : "comment",
|
231
|
-
regex : ".*?-->",
|
232
|
-
next : "start"
|
233
|
-
}, {
|
234
|
-
token: "comment",
|
235
|
-
regex : ".*:\\)",
|
236
|
-
next : "start"
|
237
|
-
}, {
|
238
|
-
token : "comment",
|
239
|
-
regex : ".+"
|
240
|
-
} ]
|
241
|
-
};
|
242
|
-
};
|
243
|
-
|
244
|
-
oop.inherits(XQueryHighlightRules, TextHighlightRules);
|
245
|
-
|
246
|
-
exports.XQueryHighlightRules = XQueryHighlightRules;
|
247
|
-
});
|
248
|
-
/*
|
249
|
-
* eXide - web-based XQuery IDE
|
250
|
-
*
|
251
|
-
* Copyright (C) 2011 Wolfgang Meier
|
252
|
-
*
|
253
|
-
* This program is free software: you can redistribute it and/or modify
|
254
|
-
* it under the terms of the GNU General Public License as published by
|
255
|
-
* the Free Software Foundation, either version 3 of the License, or
|
256
|
-
* (at your option) any later version.
|
257
|
-
*
|
258
|
-
* This program is distributed in the hope that it will be useful,
|
259
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
260
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
261
|
-
* GNU General Public License for more details.
|
262
|
-
*
|
263
|
-
* You should have received a copy of the GNU General Public License
|
264
|
-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
265
|
-
*/
|
266
|
-
ace.define('ace/mode/behaviour/xquery', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/behaviour', 'ace/mode/behaviour/cstyle'], function(require, exports, module) {
|
267
|
-
"use strict";
|
268
|
-
|
269
|
-
var oop = require("../../lib/oop");
|
270
|
-
var Behaviour = require('../behaviour').Behaviour;
|
271
|
-
var CstyleBehaviour = require('./cstyle').CstyleBehaviour;
|
272
|
-
|
273
|
-
var XQueryBehaviour = function (parent) {
|
274
|
-
|
275
|
-
this.inherit(CstyleBehaviour, ["braces", "parens", "string_dquotes"]); // Get string behaviour
|
276
|
-
this.parent = parent;
|
277
|
-
|
278
|
-
this.add("brackets", "insertion", function (state, action, editor, session, text) {
|
279
|
-
if (text == "\n") {
|
280
|
-
var cursor = editor.getCursorPosition();
|
281
|
-
var line = session.doc.getLine(cursor.row);
|
282
|
-
var rightChars = line.substring(cursor.column, cursor.column + 2);
|
283
|
-
if (rightChars == '</') {
|
284
|
-
var indent = this.$getIndent(session.doc.getLine(cursor.row)) + session.getTabString();
|
285
|
-
var next_indent = this.$getIndent(session.doc.getLine(cursor.row));
|
286
|
-
|
287
|
-
return {
|
288
|
-
text: '\n' + indent + '\n' + next_indent,
|
289
|
-
selection: [1, indent.length, 1, indent.length]
|
290
|
-
}
|
291
|
-
}
|
292
|
-
}
|
293
|
-
return false;
|
294
|
-
});
|
295
|
-
|
296
|
-
// Check for open tag if user enters / and auto-close it.
|
297
|
-
this.add("slash", "insertion", function (state, action, editor, session, text) {
|
298
|
-
if (text == "/") {
|
299
|
-
var cursor = editor.getCursorPosition();
|
300
|
-
var line = session.doc.getLine(cursor.row);
|
301
|
-
if (cursor.column > 0 && line.charAt(cursor.column - 1) == "<") {
|
302
|
-
line = line.substring(0, cursor.column) + "/" + line.substring(cursor.column);
|
303
|
-
var lines = session.doc.getAllLines();
|
304
|
-
lines[cursor.row] = line;
|
305
|
-
// call mode helper to close the tag if possible
|
306
|
-
parent.exec("closeTag", lines.join(session.doc.getNewLineCharacter()), cursor.row);
|
307
|
-
}
|
308
|
-
}
|
309
|
-
return false;
|
310
|
-
});
|
311
|
-
}
|
312
|
-
oop.inherits(XQueryBehaviour, Behaviour);
|
313
|
-
|
314
|
-
exports.XQueryBehaviour = XQueryBehaviour;
|
315
|
-
});
|
316
|
-
/* vim:ts=4:sts=4:sw=4:
|
317
|
-
* ***** BEGIN LICENSE BLOCK *****
|
318
|
-
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
319
|
-
*
|
320
|
-
* The contents of this file are subject to the Mozilla Public License Version
|
321
|
-
* 1.1 (the "License"); you may not use this file except in compliance with
|
322
|
-
* the License. You may obtain a copy of the License at
|
323
|
-
* http://www.mozilla.org/MPL/
|
324
|
-
*
|
325
|
-
* Software distributed under the License is distributed on an "AS IS" basis,
|
326
|
-
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
327
|
-
* for the specific language governing rights and limitations under the
|
328
|
-
* License.
|
329
|
-
*
|
330
|
-
* The Original Code is Ajax.org Code Editor (ACE).
|
331
|
-
*
|
332
|
-
* The Initial Developer of the Original Code is
|
333
|
-
* Ajax.org B.V.
|
334
|
-
* Portions created by the Initial Developer are Copyright (C) 2010
|
335
|
-
* the Initial Developer. All Rights Reserved.
|
336
|
-
*
|
337
|
-
* Contributor(s):
|
338
|
-
* Chris Spencer <chris.ag.spencer AT googlemail DOT com>
|
339
|
-
*
|
340
|
-
* Alternatively, the contents of this file may be used under the terms of
|
341
|
-
* either the GNU General Public License Version 2 or later (the "GPL"), or
|
342
|
-
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
343
|
-
* in which case the provisions of the GPL or the LGPL are applicable instead
|
344
|
-
* of those above. If you wish to allow use of your version of this file only
|
345
|
-
* under the terms of either the GPL or the LGPL, and not to allow others to
|
346
|
-
* use your version of this file under the terms of the MPL, indicate your
|
347
|
-
* decision by deleting the provisions above and replace them with the notice
|
348
|
-
* and other provisions required by the GPL or the LGPL. If you do not delete
|
349
|
-
* the provisions above, a recipient may use your version of this file under
|
350
|
-
* the terms of any one of the MPL, the GPL or the LGPL.
|
351
|
-
*
|
352
|
-
* ***** END LICENSE BLOCK ***** */
|
353
|
-
|
354
|
-
ace.define('ace/mode/behaviour/cstyle', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/behaviour'], function(require, exports, module) {
|
355
|
-
"use strict";
|
356
|
-
|
357
|
-
var oop = require("../../lib/oop");
|
358
|
-
var Behaviour = require('../behaviour').Behaviour;
|
359
|
-
|
360
|
-
var CstyleBehaviour = function () {
|
361
|
-
|
362
|
-
this.add("braces", "insertion", function (state, action, editor, session, text) {
|
363
|
-
if (text == '{') {
|
364
|
-
var selection = editor.getSelectionRange();
|
365
|
-
var selected = session.doc.getTextRange(selection);
|
366
|
-
if (selected !== "") {
|
367
|
-
return {
|
368
|
-
text: '{' + selected + '}',
|
369
|
-
selection: false
|
370
|
-
};
|
371
|
-
} else {
|
372
|
-
return {
|
373
|
-
text: '{}',
|
374
|
-
selection: [1, 1]
|
375
|
-
};
|
376
|
-
}
|
377
|
-
} else if (text == '}') {
|
378
|
-
var cursor = editor.getCursorPosition();
|
379
|
-
var line = session.doc.getLine(cursor.row);
|
380
|
-
var rightChar = line.substring(cursor.column, cursor.column + 1);
|
381
|
-
if (rightChar == '}') {
|
382
|
-
var matching = session.$findOpeningBracket('}', {column: cursor.column + 1, row: cursor.row});
|
383
|
-
if (matching !== null) {
|
384
|
-
return {
|
385
|
-
text: '',
|
386
|
-
selection: [1, 1]
|
387
|
-
};
|
388
|
-
}
|
389
|
-
}
|
390
|
-
} else if (text == "\n") {
|
391
|
-
var cursor = editor.getCursorPosition();
|
392
|
-
var line = session.doc.getLine(cursor.row);
|
393
|
-
var rightChar = line.substring(cursor.column, cursor.column + 1);
|
394
|
-
if (rightChar == '}') {
|
395
|
-
var openBracePos = session.findMatchingBracket({row: cursor.row, column: cursor.column + 1});
|
396
|
-
if (!openBracePos)
|
397
|
-
return null;
|
398
|
-
|
399
|
-
var indent = this.getNextLineIndent(state, line.substring(0, line.length - 1), session.getTabString());
|
400
|
-
var next_indent = this.$getIndent(session.doc.getLine(openBracePos.row));
|
401
|
-
|
402
|
-
return {
|
403
|
-
text: '\n' + indent + '\n' + next_indent,
|
404
|
-
selection: [1, indent.length, 1, indent.length]
|
405
|
-
};
|
406
|
-
}
|
407
|
-
}
|
408
|
-
});
|
409
|
-
|
410
|
-
this.add("braces", "deletion", function (state, action, editor, session, range) {
|
411
|
-
var selected = session.doc.getTextRange(range);
|
412
|
-
if (!range.isMultiLine() && selected == '{') {
|
413
|
-
var line = session.doc.getLine(range.start.row);
|
414
|
-
var rightChar = line.substring(range.end.column, range.end.column + 1);
|
415
|
-
if (rightChar == '}') {
|
416
|
-
range.end.column++;
|
417
|
-
return range;
|
418
|
-
}
|
419
|
-
}
|
420
|
-
});
|
421
|
-
|
422
|
-
this.add("parens", "insertion", function (state, action, editor, session, text) {
|
423
|
-
if (text == '(') {
|
424
|
-
var selection = editor.getSelectionRange();
|
425
|
-
var selected = session.doc.getTextRange(selection);
|
426
|
-
if (selected !== "") {
|
427
|
-
return {
|
428
|
-
text: '(' + selected + ')',
|
429
|
-
selection: false
|
430
|
-
};
|
431
|
-
} else {
|
432
|
-
return {
|
433
|
-
text: '()',
|
434
|
-
selection: [1, 1]
|
435
|
-
};
|
436
|
-
}
|
437
|
-
} else if (text == ')') {
|
438
|
-
var cursor = editor.getCursorPosition();
|
439
|
-
var line = session.doc.getLine(cursor.row);
|
440
|
-
var rightChar = line.substring(cursor.column, cursor.column + 1);
|
441
|
-
if (rightChar == ')') {
|
442
|
-
var matching = session.$findOpeningBracket(')', {column: cursor.column + 1, row: cursor.row});
|
443
|
-
if (matching !== null) {
|
444
|
-
return {
|
445
|
-
text: '',
|
446
|
-
selection: [1, 1]
|
447
|
-
};
|
448
|
-
}
|
449
|
-
}
|
450
|
-
}
|
451
|
-
});
|
452
|
-
|
453
|
-
this.add("parens", "deletion", function (state, action, editor, session, range) {
|
454
|
-
var selected = session.doc.getTextRange(range);
|
455
|
-
if (!range.isMultiLine() && selected == '(') {
|
456
|
-
var line = session.doc.getLine(range.start.row);
|
457
|
-
var rightChar = line.substring(range.start.column + 1, range.start.column + 2);
|
458
|
-
if (rightChar == ')') {
|
459
|
-
range.end.column++;
|
460
|
-
return range;
|
461
|
-
}
|
462
|
-
}
|
463
|
-
});
|
464
|
-
|
465
|
-
this.add("string_dquotes", "insertion", function (state, action, editor, session, text) {
|
466
|
-
if (text == '"' || text == "'") {
|
467
|
-
var quote = text;
|
468
|
-
var selection = editor.getSelectionRange();
|
469
|
-
var selected = session.doc.getTextRange(selection);
|
470
|
-
if (selected !== "") {
|
471
|
-
return {
|
472
|
-
text: quote + selected + quote,
|
473
|
-
selection: false
|
474
|
-
};
|
475
|
-
} else {
|
476
|
-
var cursor = editor.getCursorPosition();
|
477
|
-
var line = session.doc.getLine(cursor.row);
|
478
|
-
var leftChar = line.substring(cursor.column-1, cursor.column);
|
479
|
-
|
480
|
-
// We're escaped.
|
481
|
-
if (leftChar == '\\') {
|
482
|
-
return null;
|
483
|
-
}
|
484
|
-
|
485
|
-
// Find what token we're inside.
|
486
|
-
var tokens = session.getTokens(selection.start.row, selection.start.row)[0].tokens;
|
487
|
-
var col = 0, token;
|
488
|
-
var quotepos = -1; // Track whether we're inside an open quote.
|
489
|
-
|
490
|
-
for (var x = 0; x < tokens.length; x++) {
|
491
|
-
token = tokens[x];
|
492
|
-
if (token.type == "string") {
|
493
|
-
quotepos = -1;
|
494
|
-
} else if (quotepos < 0) {
|
495
|
-
quotepos = token.value.indexOf(quote);
|
496
|
-
}
|
497
|
-
if ((token.value.length + col) > selection.start.column) {
|
498
|
-
break;
|
499
|
-
}
|
500
|
-
col += tokens[x].value.length;
|
501
|
-
}
|
502
|
-
|
503
|
-
// Try and be smart about when we auto insert.
|
504
|
-
if (!token || (quotepos < 0 && token.type !== "comment" && (token.type !== "string" || ((selection.start.column !== token.value.length+col-1) && token.value.lastIndexOf(quote) === token.value.length-1)))) {
|
505
|
-
return {
|
506
|
-
text: quote + quote,
|
507
|
-
selection: [1,1]
|
508
|
-
};
|
509
|
-
} else if (token && token.type === "string") {
|
510
|
-
// Ignore input and move right one if we're typing over the closing quote.
|
511
|
-
var rightChar = line.substring(cursor.column, cursor.column + 1);
|
512
|
-
if (rightChar == quote) {
|
513
|
-
return {
|
514
|
-
text: '',
|
515
|
-
selection: [1, 1]
|
516
|
-
};
|
517
|
-
}
|
518
|
-
}
|
519
|
-
}
|
520
|
-
}
|
521
|
-
});
|
522
|
-
|
523
|
-
this.add("string_dquotes", "deletion", function (state, action, editor, session, range) {
|
524
|
-
var selected = session.doc.getTextRange(range);
|
525
|
-
if (!range.isMultiLine() && (selected == '"' || selected == "'")) {
|
526
|
-
var line = session.doc.getLine(range.start.row);
|
527
|
-
var rightChar = line.substring(range.start.column + 1, range.start.column + 2);
|
528
|
-
if (rightChar == '"') {
|
529
|
-
range.end.column++;
|
530
|
-
return range;
|
531
|
-
}
|
532
|
-
}
|
533
|
-
});
|
534
|
-
|
535
|
-
};
|
536
|
-
|
537
|
-
oop.inherits(CstyleBehaviour, Behaviour);
|
538
|
-
|
539
|
-
exports.CstyleBehaviour = CstyleBehaviour;
|
540
|
-
});
|