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.
Files changed (267) hide show
  1. data/lib/ace/rails/version.rb +1 -1
  2. data/vendor/assets/javascripts/ace.js +15680 -1
  3. data/vendor/assets/javascripts/keybinding-emacs.js +367 -1
  4. data/vendor/assets/javascripts/keybinding-vim.js +1635 -1
  5. data/vendor/assets/javascripts/mode-c9search.js +275 -0
  6. data/vendor/assets/javascripts/mode-c_cpp.js +744 -1
  7. data/vendor/assets/javascripts/mode-clojure.js +364 -1
  8. data/vendor/assets/javascripts/mode-coffee.js +527 -1
  9. data/vendor/assets/javascripts/mode-coldfusion.js +1966 -1
  10. data/vendor/assets/javascripts/mode-csharp.js +633 -1
  11. data/vendor/assets/javascripts/mode-css.js +499 -1
  12. data/vendor/assets/javascripts/mode-diff.js +250 -0
  13. data/vendor/assets/javascripts/{mode-c_cpp-uncompressed.js → mode-glsl.js} +147 -244
  14. data/vendor/assets/javascripts/mode-golang.js +681 -1
  15. data/vendor/assets/javascripts/mode-groovy.js +1240 -1
  16. data/vendor/assets/javascripts/mode-haxe.js +633 -1
  17. data/vendor/assets/javascripts/mode-html.js +2064 -1
  18. data/vendor/assets/javascripts/mode-java.js +1202 -1
  19. data/vendor/assets/javascripts/mode-javascript.js +1069 -1
  20. data/vendor/assets/javascripts/mode-json.js +588 -1
  21. data/vendor/assets/javascripts/{mode-haxe-uncompressed.js → mode-jsx.js} +189 -312
  22. data/vendor/assets/javascripts/mode-latex.js +95 -1
  23. data/vendor/assets/javascripts/mode-less.js +512 -1
  24. data/vendor/assets/javascripts/mode-liquid.js +1125 -1
  25. data/vendor/assets/javascripts/mode-lua.js +551 -1
  26. data/vendor/assets/javascripts/{mode-html-uncompressed.js → mode-luahtml.js} +544 -604
  27. data/vendor/assets/javascripts/{mode-coldfusion-uncompressed.js → mode-luapage.js} +2326 -2180
  28. data/vendor/assets/javascripts/mode-markdown.js +2369 -1
  29. data/vendor/assets/javascripts/mode-ocaml.js +464 -1
  30. data/vendor/assets/javascripts/mode-perl.js +432 -1
  31. data/vendor/assets/javascripts/mode-pgsql.js +970 -1
  32. data/vendor/assets/javascripts/mode-php.js +1718 -1
  33. data/vendor/assets/javascripts/mode-powershell.js +610 -1
  34. data/vendor/assets/javascripts/mode-python.js +397 -1
  35. data/vendor/assets/javascripts/mode-ruby.js +318 -1
  36. data/vendor/assets/javascripts/mode-scad.js +732 -1
  37. data/vendor/assets/javascripts/mode-scala.js +1237 -1
  38. data/vendor/assets/javascripts/mode-scss.js +537 -1
  39. data/vendor/assets/javascripts/mode-sh.js +250 -1
  40. data/vendor/assets/javascripts/mode-sql.js +140 -1
  41. data/vendor/assets/javascripts/mode-svg.js +1681 -1
  42. data/vendor/assets/javascripts/mode-tcl.js +320 -0
  43. data/vendor/assets/javascripts/mode-textile.js +182 -1
  44. data/vendor/assets/javascripts/mode-xml.js +829 -1
  45. data/vendor/assets/javascripts/mode-xquery.js +605 -1
  46. data/vendor/assets/javascripts/mode-yaml.js +189 -0
  47. data/vendor/assets/javascripts/theme-chrome.js +213 -1
  48. data/vendor/assets/javascripts/theme-clouds.js +167 -1
  49. data/vendor/assets/javascripts/theme-clouds_midnight.js +168 -1
  50. data/vendor/assets/javascripts/theme-cobalt.js +194 -1
  51. data/vendor/assets/javascripts/theme-crimson_editor.js +200 -1
  52. data/vendor/assets/javascripts/theme-dawn.js +198 -1
  53. data/vendor/assets/javascripts/theme-dreamweaver.js +230 -1
  54. data/vendor/assets/javascripts/theme-eclipse.js +157 -1
  55. data/vendor/assets/javascripts/theme-github.js +182 -0
  56. data/vendor/assets/javascripts/theme-idle_fingers.js +186 -1
  57. data/vendor/assets/javascripts/theme-kr_theme.js +189 -1
  58. data/vendor/assets/javascripts/theme-merbivore.js +189 -1
  59. data/vendor/assets/javascripts/theme-merbivore_soft.js +195 -1
  60. data/vendor/assets/javascripts/theme-mono_industrial.js +197 -1
  61. data/vendor/assets/javascripts/theme-monokai.js +194 -1
  62. data/vendor/assets/javascripts/theme-pastel_on_dark.js +199 -1
  63. data/vendor/assets/javascripts/theme-solarized_dark.js +180 -1
  64. data/vendor/assets/javascripts/theme-solarized_light.js +179 -1
  65. data/vendor/assets/javascripts/theme-textmate.js +216 -0
  66. data/vendor/assets/javascripts/theme-tomorrow.js +213 -1
  67. data/vendor/assets/javascripts/theme-tomorrow_night.js +213 -1
  68. data/vendor/assets/javascripts/theme-tomorrow_night_blue.js +213 -1
  69. data/vendor/assets/javascripts/theme-tomorrow_night_bright.js +213 -1
  70. data/vendor/assets/javascripts/theme-tomorrow_night_eighties.js +209 -1
  71. data/vendor/assets/javascripts/theme-twilight.js +211 -1
  72. data/vendor/assets/javascripts/theme-vibrant_ink.js +190 -1
  73. data/vendor/assets/javascripts/worker-coffee.js +83 -893
  74. data/vendor/assets/javascripts/worker-css.js +88 -1402
  75. data/vendor/assets/javascripts/worker-javascript.js +97 -812
  76. data/vendor/assets/javascripts/worker-json.js +84 -761
  77. data/vendor/assets/javascripts/worker-xquery.js +66464 -0
  78. metadata +12 -195
  79. data/vendor/assets/javascripts/ace-compat-noconflict.js +0 -1
  80. data/vendor/assets/javascripts/ace-compat-uncompressed-noconflict.js +0 -480
  81. data/vendor/assets/javascripts/ace-compat-uncompressed.js +0 -480
  82. data/vendor/assets/javascripts/ace-compat.js +0 -1
  83. data/vendor/assets/javascripts/ace-noconflict.js +0 -10
  84. data/vendor/assets/javascripts/ace-uncompressed-noconflict.js +0 -19976
  85. data/vendor/assets/javascripts/ace-uncompressed.js +0 -19976
  86. data/vendor/assets/javascripts/keybinding-emacs-noconflict.js +0 -1
  87. data/vendor/assets/javascripts/keybinding-emacs-uncompressed-noconflict.js +0 -150
  88. data/vendor/assets/javascripts/keybinding-emacs-uncompressed.js +0 -150
  89. data/vendor/assets/javascripts/keybinding-vim-noconflict.js +0 -1
  90. data/vendor/assets/javascripts/keybinding-vim-uncompressed-noconflict.js +0 -138
  91. data/vendor/assets/javascripts/keybinding-vim-uncompressed.js +0 -138
  92. data/vendor/assets/javascripts/mode-c_cpp-noconflict.js +0 -1
  93. data/vendor/assets/javascripts/mode-c_cpp-uncompressed-noconflict.js +0 -919
  94. data/vendor/assets/javascripts/mode-clojure-noconflict.js +0 -1
  95. data/vendor/assets/javascripts/mode-clojure-uncompressed-noconflict.js +0 -422
  96. data/vendor/assets/javascripts/mode-clojure-uncompressed.js +0 -422
  97. data/vendor/assets/javascripts/mode-coffee-noconflict.js +0 -1
  98. data/vendor/assets/javascripts/mode-coffee-uncompressed-noconflict.js +0 -607
  99. data/vendor/assets/javascripts/mode-coffee-uncompressed.js +0 -607
  100. data/vendor/assets/javascripts/mode-coldfusion-noconflict.js +0 -1
  101. data/vendor/assets/javascripts/mode-coldfusion-uncompressed-noconflict.js +0 -2458
  102. data/vendor/assets/javascripts/mode-csharp-noconflict.js +0 -1
  103. data/vendor/assets/javascripts/mode-csharp-uncompressed-noconflict.js +0 -769
  104. data/vendor/assets/javascripts/mode-csharp-uncompressed.js +0 -769
  105. data/vendor/assets/javascripts/mode-css-noconflict.js +0 -1
  106. data/vendor/assets/javascripts/mode-css-uncompressed-noconflict.js +0 -641
  107. data/vendor/assets/javascripts/mode-css-uncompressed.js +0 -641
  108. data/vendor/assets/javascripts/mode-golang-noconflict.js +0 -1
  109. data/vendor/assets/javascripts/mode-golang-uncompressed-noconflict.js +0 -378
  110. data/vendor/assets/javascripts/mode-golang-uncompressed.js +0 -378
  111. data/vendor/assets/javascripts/mode-groovy-noconflict.js +0 -1
  112. data/vendor/assets/javascripts/mode-groovy-uncompressed-noconflict.js +0 -1393
  113. data/vendor/assets/javascripts/mode-groovy-uncompressed.js +0 -1393
  114. data/vendor/assets/javascripts/mode-haxe-noconflict.js +0 -1
  115. data/vendor/assets/javascripts/mode-haxe-uncompressed-noconflict.js +0 -769
  116. data/vendor/assets/javascripts/mode-html-noconflict.js +0 -1
  117. data/vendor/assets/javascripts/mode-html-uncompressed-noconflict.js +0 -2475
  118. data/vendor/assets/javascripts/mode-java-noconflict.js +0 -1
  119. data/vendor/assets/javascripts/mode-java-uncompressed-noconflict.js +0 -1395
  120. data/vendor/assets/javascripts/mode-java-uncompressed.js +0 -1395
  121. data/vendor/assets/javascripts/mode-javascript-noconflict.js +0 -1
  122. data/vendor/assets/javascripts/mode-javascript-uncompressed-noconflict.js +0 -1226
  123. data/vendor/assets/javascripts/mode-javascript-uncompressed.js +0 -1226
  124. data/vendor/assets/javascripts/mode-json-noconflict.js +0 -1
  125. data/vendor/assets/javascripts/mode-json-uncompressed-noconflict.js +0 -701
  126. data/vendor/assets/javascripts/mode-json-uncompressed.js +0 -701
  127. data/vendor/assets/javascripts/mode-latex-noconflict.js +0 -1
  128. data/vendor/assets/javascripts/mode-latex-uncompressed-noconflict.js +0 -95
  129. data/vendor/assets/javascripts/mode-latex-uncompressed.js +0 -95
  130. data/vendor/assets/javascripts/mode-less-noconflict.js +0 -1
  131. data/vendor/assets/javascripts/mode-less-uncompressed-noconflict.js +0 -655
  132. data/vendor/assets/javascripts/mode-less-uncompressed.js +0 -655
  133. data/vendor/assets/javascripts/mode-liquid-noconflict.js +0 -1
  134. data/vendor/assets/javascripts/mode-liquid-uncompressed-noconflict.js +0 -1353
  135. data/vendor/assets/javascripts/mode-liquid-uncompressed.js +0 -1353
  136. data/vendor/assets/javascripts/mode-lua-noconflict.js +0 -1
  137. data/vendor/assets/javascripts/mode-lua-uncompressed-noconflict.js +0 -523
  138. data/vendor/assets/javascripts/mode-lua-uncompressed.js +0 -523
  139. data/vendor/assets/javascripts/mode-markdown-noconflict.js +0 -1
  140. data/vendor/assets/javascripts/mode-markdown-uncompressed-noconflict.js +0 -2925
  141. data/vendor/assets/javascripts/mode-markdown-uncompressed.js +0 -2925
  142. data/vendor/assets/javascripts/mode-ocaml-noconflict.js +0 -1
  143. data/vendor/assets/javascripts/mode-ocaml-uncompressed-noconflict.js +0 -539
  144. data/vendor/assets/javascripts/mode-ocaml-uncompressed.js +0 -539
  145. data/vendor/assets/javascripts/mode-perl-noconflict.js +0 -1
  146. data/vendor/assets/javascripts/mode-perl-uncompressed-noconflict.js +0 -574
  147. data/vendor/assets/javascripts/mode-perl-uncompressed.js +0 -574
  148. data/vendor/assets/javascripts/mode-pgsql-noconflict.js +0 -1
  149. data/vendor/assets/javascripts/mode-pgsql-uncompressed-noconflict.js +0 -1104
  150. data/vendor/assets/javascripts/mode-pgsql-uncompressed.js +0 -1104
  151. data/vendor/assets/javascripts/mode-php-noconflict.js +0 -1
  152. data/vendor/assets/javascripts/mode-php-uncompressed-noconflict.js +0 -1885
  153. data/vendor/assets/javascripts/mode-php-uncompressed.js +0 -1885
  154. data/vendor/assets/javascripts/mode-powershell-noconflict.js +0 -1
  155. data/vendor/assets/javascripts/mode-powershell-uncompressed-noconflict.js +0 -710
  156. data/vendor/assets/javascripts/mode-powershell-uncompressed.js +0 -710
  157. data/vendor/assets/javascripts/mode-python-noconflict.js +0 -1
  158. data/vendor/assets/javascripts/mode-python-uncompressed-noconflict.js +0 -507
  159. data/vendor/assets/javascripts/mode-python-uncompressed.js +0 -507
  160. data/vendor/assets/javascripts/mode-ruby-noconflict.js +0 -1
  161. data/vendor/assets/javascripts/mode-ruby-uncompressed-noconflict.js +0 -391
  162. data/vendor/assets/javascripts/mode-ruby-uncompressed.js +0 -391
  163. data/vendor/assets/javascripts/mode-scad-noconflict.js +0 -1
  164. data/vendor/assets/javascripts/mode-scad-uncompressed-noconflict.js +0 -907
  165. data/vendor/assets/javascripts/mode-scad-uncompressed.js +0 -907
  166. data/vendor/assets/javascripts/mode-scala-noconflict.js +0 -1
  167. data/vendor/assets/javascripts/mode-scala-uncompressed-noconflict.js +0 -1395
  168. data/vendor/assets/javascripts/mode-scala-uncompressed.js +0 -1395
  169. data/vendor/assets/javascripts/mode-scss-noconflict.js +0 -1
  170. data/vendor/assets/javascripts/mode-scss-uncompressed-noconflict.js +0 -679
  171. data/vendor/assets/javascripts/mode-scss-uncompressed.js +0 -679
  172. data/vendor/assets/javascripts/mode-sh-noconflict.js +0 -1
  173. data/vendor/assets/javascripts/mode-sh-uncompressed-noconflict.js +0 -289
  174. data/vendor/assets/javascripts/mode-sh-uncompressed.js +0 -289
  175. data/vendor/assets/javascripts/mode-sql-noconflict.js +0 -1
  176. data/vendor/assets/javascripts/mode-sql-uncompressed-noconflict.js +0 -159
  177. data/vendor/assets/javascripts/mode-sql-uncompressed.js +0 -159
  178. data/vendor/assets/javascripts/mode-svg-noconflict.js +0 -1
  179. data/vendor/assets/javascripts/mode-svg-uncompressed-noconflict.js +0 -2137
  180. data/vendor/assets/javascripts/mode-svg-uncompressed.js +0 -2137
  181. data/vendor/assets/javascripts/mode-text-noconflict.js +0 -0
  182. data/vendor/assets/javascripts/mode-text-uncompressed-noconflict.js +0 -0
  183. data/vendor/assets/javascripts/mode-text-uncompressed.js +0 -0
  184. data/vendor/assets/javascripts/mode-textile-noconflict.js +0 -1
  185. data/vendor/assets/javascripts/mode-textile-uncompressed-noconflict.js +0 -254
  186. data/vendor/assets/javascripts/mode-textile-uncompressed.js +0 -254
  187. data/vendor/assets/javascripts/mode-xml-noconflict.js +0 -1
  188. data/vendor/assets/javascripts/mode-xml-uncompressed-noconflict.js +0 -1012
  189. data/vendor/assets/javascripts/mode-xml-uncompressed.js +0 -1012
  190. data/vendor/assets/javascripts/mode-xquery-noconflict.js +0 -1
  191. data/vendor/assets/javascripts/mode-xquery-uncompressed-noconflict.js +0 -540
  192. data/vendor/assets/javascripts/mode-xquery-uncompressed.js +0 -540
  193. data/vendor/assets/javascripts/theme-chrome-noconflict.js +0 -1
  194. data/vendor/assets/javascripts/theme-chrome-uncompressed-noconflict.js +0 -207
  195. data/vendor/assets/javascripts/theme-chrome-uncompressed.js +0 -207
  196. data/vendor/assets/javascripts/theme-clouds-noconflict.js +0 -1
  197. data/vendor/assets/javascripts/theme-clouds-uncompressed-noconflict.js +0 -160
  198. data/vendor/assets/javascripts/theme-clouds-uncompressed.js +0 -160
  199. data/vendor/assets/javascripts/theme-clouds_midnight-noconflict.js +0 -1
  200. data/vendor/assets/javascripts/theme-clouds_midnight-uncompressed-noconflict.js +0 -161
  201. data/vendor/assets/javascripts/theme-clouds_midnight-uncompressed.js +0 -161
  202. data/vendor/assets/javascripts/theme-cobalt-noconflict.js +0 -1
  203. data/vendor/assets/javascripts/theme-cobalt-uncompressed-noconflict.js +0 -187
  204. data/vendor/assets/javascripts/theme-cobalt-uncompressed.js +0 -187
  205. data/vendor/assets/javascripts/theme-crimson_editor-noconflict.js +0 -1
  206. data/vendor/assets/javascripts/theme-crimson_editor-uncompressed-noconflict.js +0 -198
  207. data/vendor/assets/javascripts/theme-crimson_editor-uncompressed.js +0 -198
  208. data/vendor/assets/javascripts/theme-dawn-noconflict.js +0 -1
  209. data/vendor/assets/javascripts/theme-dawn-uncompressed-noconflict.js +0 -191
  210. data/vendor/assets/javascripts/theme-dawn-uncompressed.js +0 -191
  211. data/vendor/assets/javascripts/theme-dreamweaver-noconflict.js +0 -1
  212. data/vendor/assets/javascripts/theme-dreamweaver-uncompressed-noconflict.js +0 -227
  213. data/vendor/assets/javascripts/theme-dreamweaver-uncompressed.js +0 -227
  214. data/vendor/assets/javascripts/theme-eclipse-noconflict.js +0 -1
  215. data/vendor/assets/javascripts/theme-eclipse-uncompressed-noconflict.js +0 -147
  216. data/vendor/assets/javascripts/theme-eclipse-uncompressed.js +0 -147
  217. data/vendor/assets/javascripts/theme-idle_fingers-noconflict.js +0 -1
  218. data/vendor/assets/javascripts/theme-idle_fingers-uncompressed-noconflict.js +0 -179
  219. data/vendor/assets/javascripts/theme-idle_fingers-uncompressed.js +0 -179
  220. data/vendor/assets/javascripts/theme-kr_theme-noconflict.js +0 -1
  221. data/vendor/assets/javascripts/theme-kr_theme-uncompressed-noconflict.js +0 -182
  222. data/vendor/assets/javascripts/theme-kr_theme-uncompressed.js +0 -182
  223. data/vendor/assets/javascripts/theme-merbivore-noconflict.js +0 -1
  224. data/vendor/assets/javascripts/theme-merbivore-uncompressed-noconflict.js +0 -182
  225. data/vendor/assets/javascripts/theme-merbivore-uncompressed.js +0 -182
  226. data/vendor/assets/javascripts/theme-merbivore_soft-noconflict.js +0 -1
  227. data/vendor/assets/javascripts/theme-merbivore_soft-uncompressed-noconflict.js +0 -188
  228. data/vendor/assets/javascripts/theme-merbivore_soft-uncompressed.js +0 -188
  229. data/vendor/assets/javascripts/theme-mono_industrial-noconflict.js +0 -1
  230. data/vendor/assets/javascripts/theme-mono_industrial-uncompressed-noconflict.js +0 -190
  231. data/vendor/assets/javascripts/theme-mono_industrial-uncompressed.js +0 -190
  232. data/vendor/assets/javascripts/theme-monokai-noconflict.js +0 -1
  233. data/vendor/assets/javascripts/theme-monokai-uncompressed-noconflict.js +0 -191
  234. data/vendor/assets/javascripts/theme-monokai-uncompressed.js +0 -191
  235. data/vendor/assets/javascripts/theme-pastel_on_dark-noconflict.js +0 -1
  236. data/vendor/assets/javascripts/theme-pastel_on_dark-uncompressed-noconflict.js +0 -192
  237. data/vendor/assets/javascripts/theme-pastel_on_dark-uncompressed.js +0 -192
  238. data/vendor/assets/javascripts/theme-solarized_dark-noconflict.js +0 -1
  239. data/vendor/assets/javascripts/theme-solarized_dark-uncompressed-noconflict.js +0 -176
  240. data/vendor/assets/javascripts/theme-solarized_dark-uncompressed.js +0 -176
  241. data/vendor/assets/javascripts/theme-solarized_light-noconflict.js +0 -1
  242. data/vendor/assets/javascripts/theme-solarized_light-uncompressed-noconflict.js +0 -172
  243. data/vendor/assets/javascripts/theme-solarized_light-uncompressed.js +0 -172
  244. data/vendor/assets/javascripts/theme-textmate-noconflict.js +0 -0
  245. data/vendor/assets/javascripts/theme-textmate-uncompressed-noconflict.js +0 -0
  246. data/vendor/assets/javascripts/theme-textmate-uncompressed.js +0 -0
  247. data/vendor/assets/javascripts/theme-tomorrow-noconflict.js +0 -1
  248. data/vendor/assets/javascripts/theme-tomorrow-uncompressed-noconflict.js +0 -206
  249. data/vendor/assets/javascripts/theme-tomorrow-uncompressed.js +0 -206
  250. data/vendor/assets/javascripts/theme-tomorrow_night-noconflict.js +0 -1
  251. data/vendor/assets/javascripts/theme-tomorrow_night-uncompressed-noconflict.js +0 -206
  252. data/vendor/assets/javascripts/theme-tomorrow_night-uncompressed.js +0 -206
  253. data/vendor/assets/javascripts/theme-tomorrow_night_blue-noconflict.js +0 -1
  254. data/vendor/assets/javascripts/theme-tomorrow_night_blue-uncompressed-noconflict.js +0 -209
  255. data/vendor/assets/javascripts/theme-tomorrow_night_blue-uncompressed.js +0 -209
  256. data/vendor/assets/javascripts/theme-tomorrow_night_bright-noconflict.js +0 -1
  257. data/vendor/assets/javascripts/theme-tomorrow_night_bright-uncompressed-noconflict.js +0 -206
  258. data/vendor/assets/javascripts/theme-tomorrow_night_bright-uncompressed.js +0 -206
  259. data/vendor/assets/javascripts/theme-tomorrow_night_eighties-noconflict.js +0 -1
  260. data/vendor/assets/javascripts/theme-tomorrow_night_eighties-uncompressed-noconflict.js +0 -202
  261. data/vendor/assets/javascripts/theme-tomorrow_night_eighties-uncompressed.js +0 -202
  262. data/vendor/assets/javascripts/theme-twilight-noconflict.js +0 -1
  263. data/vendor/assets/javascripts/theme-twilight-uncompressed-noconflict.js +0 -204
  264. data/vendor/assets/javascripts/theme-twilight-uncompressed.js +0 -204
  265. data/vendor/assets/javascripts/theme-vibrant_ink-noconflict.js +0 -1
  266. data/vendor/assets/javascripts/theme-vibrant_ink-uncompressed-noconflict.js +0 -183
  267. data/vendor/assets/javascripts/theme-vibrant_ink-uncompressed.js +0 -183
@@ -1 +0,0 @@
1
- ace.define("ace/mode/scad",["require","exports","module","ace/lib/oop","ace/mode/text","ace/tokenizer","ace/mode/scad_highlight_rules","ace/mode/matching_brace_outdent","ace/range","ace/mode/behaviour/cstyle","ace/mode/folding/cstyle"],function(a,b,c){"use strict";var d=a("../lib/oop"),e=a("./text").Mode,f=a("../tokenizer").Tokenizer,g=a("./scad_highlight_rules").scadHighlightRules,h=a("./matching_brace_outdent").MatchingBraceOutdent,i=a("../range").Range,j=a("./behaviour/cstyle").CstyleBehaviour,k=a("./folding/cstyle").FoldMode,l=function(){this.$tokenizer=new f((new g).getRules()),this.$outdent=new h,this.$behaviour=new j,this.foldingRules=new k};d.inherits(l,e),function(){this.toggleCommentLines=function(a,b,c,d){var e=!0,f=/^(\s*)\/\//;for(var g=c;g<=d;g++)if(!f.test(b.getLine(g))){e=!1;break}if(e){var h=new i(0,0,0,0);for(var g=c;g<=d;g++){var j=b.getLine(g),k=j.match(f);h.start.row=g,h.end.row=g,h.end.column=k[0].length,b.replace(h,k[1])}}else b.indentRows(c,d,"//")},this.getNextLineIndent=function(a,b,c){var d=this.$getIndent(b),e=this.$tokenizer.getLineTokens(b,a),f=e.tokens,g=e.state;if(f.length&&f[f.length-1].type=="comment")return d;if(a=="start"){var h=b.match(/^.*[\{\(\[]\s*$/);h&&(d+=c)}else if(a=="doc-start"){if(g=="start")return"";var h=b.match(/^\s*(\/?)\*/);h&&(h[1]&&(d+=" "),d+="* ")}return d},this.checkOutdent=function(a,b,c){return this.$outdent.checkOutdent(b,c)},this.autoOutdent=function(a,b,c){this.$outdent.autoOutdent(b,c)}}.call(l.prototype),b.Mode=l}),ace.define("ace/mode/scad_highlight_rules",["require","exports","module","ace/lib/oop","ace/lib/lang","ace/mode/doc_comment_highlight_rules","ace/mode/text_highlight_rules"],function(a,b,c){"use strict";var d=a("../lib/oop"),e=a("../lib/lang"),f=a("./doc_comment_highlight_rules").DocCommentHighlightRules,g=a("./text_highlight_rules").TextHighlightRules,h=function(){var a=e.arrayToMap("module|if|else|for".split("|")),b=e.arrayToMap("NULL".split("|"));this.$rules={start:[{token:"comment",regex:"\\/\\/.*$"},f.getStartRule("start"),{token:"comment",merge:!0,regex:"\\/\\*",next:"comment"},{token:"string",regex:'["](?:(?:\\\\.)|(?:[^"\\\\]))*?["]'},{token:"string",regex:'["].*\\\\$',next:"qqstring"},{token:"string",regex:"['](?:(?:\\\\.)|(?:[^'\\\\]))*?[']"},{token:"string",regex:"['].*\\\\$",next:"qstring"},{token:"constant.numeric",regex:"0[xX][0-9a-fA-F]+\\b"},{token:"constant.numeric",regex:"[+-]?\\d+(?:(?:\\.\\d*)?(?:[eE][+-]?\\d+)?)?\\b"},{token:"constant",regex:"<[a-zA-Z0-9.]+>"},{token:"keyword",regex:"(?:use|include)"},{token:function(c){return c=="this"?"variable.language":a.hasOwnProperty(c)?"keyword":b.hasOwnProperty(c)?"constant.language":"identifier"},regex:"[a-zA-Z_$][a-zA-Z0-9_$]*\\b"},{token:"keyword.operator",regex:"!|\\$|%|&|\\*|\\-\\-|\\-|\\+\\+|\\+|~|==|=|!=|<=|>=|<<=|>>=|>>>=|<>|<|>|!|&&|\\|\\||\\?\\:|\\*=|%=|\\+=|\\-=|&=|\\^=|\\b(?:in|new|delete|typeof|void)"},{token:"paren.lparen",regex:"[[({]"},{token:"paren.rparen",regex:"[\\])}]"},{token:"text",regex:"\\s+"}],comment:[{token:"comment",regex:".*?\\*\\/",next:"start"},{token:"comment",merge:!0,regex:".+"}],qqstring:[{token:"string",regex:'(?:(?:\\\\.)|(?:[^"\\\\]))*?"',next:"start"},{token:"string",merge:!0,regex:".+"}],qstring:[{token:"string",regex:"(?:(?:\\\\.)|(?:[^'\\\\]))*?'",next:"start"},{token:"string",merge:!0,regex:".+"}]},this.embedRules(f,"doc-",[f.getEndRule("start")])};d.inherits(h,g),b.scadHighlightRules=h}),ace.define("ace/mode/doc_comment_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"],function(a,b,c){"use strict";var d=a("../lib/oop"),e=a("./text_highlight_rules").TextHighlightRules,f=function(){this.$rules={start:[{token:"comment.doc.tag",regex:"@[\\w\\d_]+"},{token:"comment.doc",merge:!0,regex:"\\s+"},{token:"comment.doc",merge:!0,regex:"TODO"},{token:"comment.doc",merge:!0,regex:"[^@\\*]+"},{token:"comment.doc",merge:!0,regex:"."}]}};d.inherits(f,e),f.getStartRule=function(a){return{token:"comment.doc",merge:!0,regex:"\\/\\*(?=\\*)",next:a}},f.getEndRule=function(a){return{token:"comment.doc",merge:!0,regex:"\\*\\/",next:a}},b.DocCommentHighlightRules=f}),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/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}),ace.define("ace/mode/folding/cstyle",["require","exports","module","ace/lib/oop","ace/range","ace/mode/folding/fold_mode"],function(a,b,c){"use strict";var d=a("../../lib/oop"),e=a("../../range").Range,f=a("./fold_mode").FoldMode,g=b.FoldMode=function(){};d.inherits(g,f),function(){this.foldingStartMarker=/(\{|\[)[^\}\]]*$|^\s*(\/\*)/,this.foldingStopMarker=/^[^\[\{]*(\}|\])|^[\s\*]*(\*\/)/,this.getFoldWidgetRange=function(a,b,c){var d=a.getLine(c),f=d.match(this.foldingStartMarker);if(f){var g=f.index;if(f[1])return this.openingBracketBlock(a,f[1],c,g);var h=a.getCommentFoldRange(c,g+f[0].length);return h.end.column-=2,h}if(b!=="markbeginend")return;var f=d.match(this.foldingStopMarker);if(f){var g=f.index+f[0].length;if(f[2]){var h=a.getCommentFoldRange(c,g);return h.end.column-=2,h}var i={row:c,column:g},j=a.$findOpeningBracket(f[1],i);if(!j)return;return j.column++,i.column--,e.fromPoints(j,i)}}}.call(g.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,907 +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
- * Fabian Jakobs <fabian AT ajax DOT org>
23
- * Gastón Kleiman <gaston.kleiman AT gmail DOT com>
24
- *
25
- * Alternatively, the contents of this file may be used under the terms of
26
- * either the GNU General Public License Version 2 or later (the "GPL"), or
27
- * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
28
- * in which case the provisions of the GPL or the LGPL are applicable instead
29
- * of those above. If you wish to allow use of your version of this file only
30
- * under the terms of either the GPL or the LGPL, and not to allow others to
31
- * use your version of this file under the terms of the MPL, indicate your
32
- * decision by deleting the provisions above and replace them with the notice
33
- * and other provisions required by the GPL or the LGPL. If you do not delete
34
- * the provisions above, a recipient may use your version of this file under
35
- * the terms of any one of the MPL, the GPL or the LGPL.
36
- *
37
- * ***** END LICENSE BLOCK ***** */
38
-
39
- ace.define('ace/mode/scad', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/text', 'ace/tokenizer', 'ace/mode/scad_highlight_rules', 'ace/mode/matching_brace_outdent', 'ace/range', 'ace/mode/behaviour/cstyle', 'ace/mode/folding/cstyle'], function(require, exports, module) {
40
- "use strict";
41
-
42
- var oop = require("../lib/oop");
43
- var TextMode = require("./text").Mode;
44
- var Tokenizer = require("../tokenizer").Tokenizer;
45
- var scadHighlightRules = require("./scad_highlight_rules").scadHighlightRules;
46
- var MatchingBraceOutdent = require("./matching_brace_outdent").MatchingBraceOutdent;
47
- var Range = require("../range").Range;
48
- var CstyleBehaviour = require("./behaviour/cstyle").CstyleBehaviour;
49
- var CStyleFoldMode = require("./folding/cstyle").FoldMode;
50
-
51
- var Mode = function() {
52
- this.$tokenizer = new Tokenizer(new scadHighlightRules().getRules());
53
- this.$outdent = new MatchingBraceOutdent();
54
- this.$behaviour = new CstyleBehaviour();
55
- this.foldingRules = new CStyleFoldMode();
56
- };
57
- oop.inherits(Mode, TextMode);
58
-
59
- (function() {
60
-
61
- this.toggleCommentLines = function(state, doc, startRow, endRow) {
62
- var outdent = true;
63
- var re = /^(\s*)\/\//;
64
-
65
- for (var i=startRow; i<= endRow; i++) {
66
- if (!re.test(doc.getLine(i))) {
67
- outdent = false;
68
- break;
69
- }
70
- }
71
-
72
- if (outdent) {
73
- var deleteRange = new Range(0, 0, 0, 0);
74
- for (var i=startRow; i<= endRow; i++)
75
- {
76
- var line = doc.getLine(i);
77
- var m = line.match(re);
78
- deleteRange.start.row = i;
79
- deleteRange.end.row = i;
80
- deleteRange.end.column = m[0].length;
81
- doc.replace(deleteRange, m[1]);
82
- }
83
- }
84
- else {
85
- doc.indentRows(startRow, endRow, "//");
86
- }
87
- };
88
-
89
- this.getNextLineIndent = function(state, line, tab) {
90
- var indent = this.$getIndent(line);
91
-
92
- var tokenizedLine = this.$tokenizer.getLineTokens(line, state);
93
- var tokens = tokenizedLine.tokens;
94
- var endState = tokenizedLine.state;
95
-
96
- if (tokens.length && tokens[tokens.length-1].type == "comment") {
97
- return indent;
98
- }
99
-
100
- if (state == "start") {
101
- var match = line.match(/^.*[\{\(\[]\s*$/);
102
- if (match) {
103
- indent += tab;
104
- }
105
- } else if (state == "doc-start") {
106
- if (endState == "start") {
107
- return "";
108
- }
109
- var match = line.match(/^\s*(\/?)\*/);
110
- if (match) {
111
- if (match[1]) {
112
- indent += " ";
113
- }
114
- indent += "* ";
115
- }
116
- }
117
-
118
- return indent;
119
- };
120
-
121
- this.checkOutdent = function(state, line, input) {
122
- return this.$outdent.checkOutdent(line, input);
123
- };
124
-
125
- this.autoOutdent = function(state, doc, row) {
126
- this.$outdent.autoOutdent(doc, row);
127
- };
128
-
129
- }).call(Mode.prototype);
130
-
131
- exports.Mode = Mode;
132
- });
133
- /* ***** BEGIN LICENSE BLOCK *****
134
- * Version: MPL 1.1/GPL 2.0/LGPL 2.1
135
- *
136
- * The contents of this file are subject to the Mozilla Public License Version
137
- * 1.1 (the "License"); you may not use this file except in compliance with
138
- * the License. You may obtain a copy of the License at
139
- * http://www.mozilla.org/MPL/
140
- *
141
- * Software distributed under the License is distributed on an "AS IS" basis,
142
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
143
- * for the specific language governing rights and limitations under the
144
- * License.
145
- *
146
- * The Original Code is Ajax.org Code Editor (ACE).
147
- *
148
- * The Initial Developer of the Original Code is
149
- * Ajax.org B.V.
150
- * Portions created by the Initial Developer are Copyright (C) 2010
151
- * the Initial Developer. All Rights Reserved.
152
- *
153
- * Contributor(s):
154
- * Fabian Jakobs <fabian AT ajax DOT org>
155
- * Gastón Kleiman <gaston.kleiman AT gmail DOT com>
156
- *
157
- * Based on Bespin's C/C++ Syntax Plugin by Marc McIntyre.
158
- *
159
- * Alternatively, the contents of this file may be used under the terms of
160
- * either the GNU General Public License Version 2 or later (the "GPL"), or
161
- * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
162
- * in which case the provisions of the GPL or the LGPL are applicable instead
163
- * of those above. If you wish to allow use of your version of this file only
164
- * under the terms of either the GPL or the LGPL, and not to allow others to
165
- * use your version of this file under the terms of the MPL, indicate your
166
- * decision by deleting the provisions above and replace them with the notice
167
- * and other provisions required by the GPL or the LGPL. If you do not delete
168
- * the provisions above, a recipient may use your version of this file under
169
- * the terms of any one of the MPL, the GPL or the LGPL.
170
- *
171
- * ***** END LICENSE BLOCK ***** */
172
-
173
- ace.define('ace/mode/scad_highlight_rules', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/lib/lang', 'ace/mode/doc_comment_highlight_rules', 'ace/mode/text_highlight_rules'], function(require, exports, module) {
174
- "use strict";
175
-
176
- var oop = require("../lib/oop");
177
- var lang = require("../lib/lang");
178
- var DocCommentHighlightRules = require("./doc_comment_highlight_rules").DocCommentHighlightRules;
179
- var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
180
-
181
- var scadHighlightRules = function() {
182
-
183
- var keywords = lang.arrayToMap(
184
- ("module|if|else|for").split("|")
185
- );
186
-
187
- var buildinConstants = lang.arrayToMap(
188
- ("NULL").split("|")
189
- );
190
-
191
- // regexp must not have capturing parentheses. Use (?:) instead.
192
- // regexps are ordered -> the first match is used
193
-
194
- this.$rules = {
195
- "start" : [
196
- {
197
- token : "comment",
198
- regex : "\\/\\/.*$"
199
- },
200
- DocCommentHighlightRules.getStartRule("start"),
201
- {
202
- token : "comment", // multi line comment
203
- merge : true,
204
- regex : "\\/\\*",
205
- next : "comment"
206
- }, {
207
- token : "string", // single line
208
- regex : '["](?:(?:\\\\.)|(?:[^"\\\\]))*?["]'
209
- }, {
210
- token : "string", // multi line string start
211
- regex : '["].*\\\\$',
212
- next : "qqstring"
213
- }, {
214
- token : "string", // single line
215
- regex : "['](?:(?:\\\\.)|(?:[^'\\\\]))*?[']"
216
- }, {
217
- token : "string", // multi line string start
218
- regex : "['].*\\\\$",
219
- next : "qstring"
220
- }, {
221
- token : "constant.numeric", // hex
222
- regex : "0[xX][0-9a-fA-F]+\\b"
223
- }, {
224
- token : "constant.numeric", // float
225
- regex : "[+-]?\\d+(?:(?:\\.\\d*)?(?:[eE][+-]?\\d+)?)?\\b"
226
- }, {
227
- token : "constant", // <CONSTANT>
228
- regex : "<[a-zA-Z0-9.]+>"
229
- }, {
230
- token : "keyword", // pre-compiler directivs
231
- regex : "(?:use|include)"
232
- }, {
233
- token : function(value) {
234
- if (value == "this")
235
- return "variable.language";
236
- else if (keywords.hasOwnProperty(value))
237
- return "keyword";
238
- else if (buildinConstants.hasOwnProperty(value))
239
- return "constant.language";
240
- else
241
- return "identifier";
242
- },
243
- regex : "[a-zA-Z_$][a-zA-Z0-9_$]*\\b"
244
- }, {
245
- token : "keyword.operator",
246
- regex : "!|\\$|%|&|\\*|\\-\\-|\\-|\\+\\+|\\+|~|==|=|!=|<=|>=|<<=|>>=|>>>=|<>|<|>|!|&&|\\|\\||\\?\\:|\\*=|%=|\\+=|\\-=|&=|\\^=|\\b(?:in|new|delete|typeof|void)"
247
- }, {
248
- token : "paren.lparen",
249
- regex : "[[({]"
250
- }, {
251
- token : "paren.rparen",
252
- regex : "[\\])}]"
253
- }, {
254
- token : "text",
255
- regex : "\\s+"
256
- }
257
- ],
258
- "comment" : [
259
- {
260
- token : "comment", // closing comment
261
- regex : ".*?\\*\\/",
262
- next : "start"
263
- }, {
264
- token : "comment", // comment spanning whole line
265
- merge : true,
266
- regex : ".+"
267
- }
268
- ],
269
- "qqstring" : [
270
- {
271
- token : "string",
272
- regex : '(?:(?:\\\\.)|(?:[^"\\\\]))*?"',
273
- next : "start"
274
- }, {
275
- token : "string",
276
- merge : true,
277
- regex : '.+'
278
- }
279
- ],
280
- "qstring" : [
281
- {
282
- token : "string",
283
- regex : "(?:(?:\\\\.)|(?:[^'\\\\]))*?'",
284
- next : "start"
285
- }, {
286
- token : "string",
287
- merge : true,
288
- regex : '.+'
289
- }
290
- ]
291
- };
292
-
293
- this.embedRules(DocCommentHighlightRules, "doc-",
294
- [ DocCommentHighlightRules.getEndRule("start") ]);
295
- };
296
-
297
- oop.inherits(scadHighlightRules, TextHighlightRules);
298
-
299
- exports.scadHighlightRules = scadHighlightRules;
300
- });
301
- /* ***** BEGIN LICENSE BLOCK *****
302
- * Version: MPL 1.1/GPL 2.0/LGPL 2.1
303
- *
304
- * The contents of this file are subject to the Mozilla Public License Version
305
- * 1.1 (the "License"); you may not use this file except in compliance with
306
- * the License. You may obtain a copy of the License at
307
- * http://www.mozilla.org/MPL/
308
- *
309
- * Software distributed under the License is distributed on an "AS IS" basis,
310
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
311
- * for the specific language governing rights and limitations under the
312
- * License.
313
- *
314
- * The Original Code is Ajax.org Code Editor (ACE).
315
- *
316
- * The Initial Developer of the Original Code is
317
- * Ajax.org B.V.
318
- * Portions created by the Initial Developer are Copyright (C) 2010
319
- * the Initial Developer. All Rights Reserved.
320
- *
321
- * Contributor(s):
322
- * Fabian Jakobs <fabian AT ajax DOT org>
323
- *
324
- * Alternatively, the contents of this file may be used under the terms of
325
- * either the GNU General Public License Version 2 or later (the "GPL"), or
326
- * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
327
- * in which case the provisions of the GPL or the LGPL are applicable instead
328
- * of those above. If you wish to allow use of your version of this file only
329
- * under the terms of either the GPL or the LGPL, and not to allow others to
330
- * use your version of this file under the terms of the MPL, indicate your
331
- * decision by deleting the provisions above and replace them with the notice
332
- * and other provisions required by the GPL or the LGPL. If you do not delete
333
- * the provisions above, a recipient may use your version of this file under
334
- * the terms of any one of the MPL, the GPL or the LGPL.
335
- *
336
- * ***** END LICENSE BLOCK ***** */
337
-
338
- ace.define('ace/mode/doc_comment_highlight_rules', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/text_highlight_rules'], function(require, exports, module) {
339
- "use strict";
340
-
341
- var oop = require("../lib/oop");
342
- var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
343
-
344
- var DocCommentHighlightRules = function() {
345
-
346
- this.$rules = {
347
- "start" : [ {
348
- token : "comment.doc.tag",
349
- regex : "@[\\w\\d_]+" // TODO: fix email addresses
350
- }, {
351
- token : "comment.doc",
352
- merge : true,
353
- regex : "\\s+"
354
- }, {
355
- token : "comment.doc",
356
- merge : true,
357
- regex : "TODO"
358
- }, {
359
- token : "comment.doc",
360
- merge : true,
361
- regex : "[^@\\*]+"
362
- }, {
363
- token : "comment.doc",
364
- merge : true,
365
- regex : "."
366
- }]
367
- };
368
- };
369
-
370
- oop.inherits(DocCommentHighlightRules, TextHighlightRules);
371
-
372
- DocCommentHighlightRules.getStartRule = function(start) {
373
- return {
374
- token : "comment.doc", // doc comment
375
- merge : true,
376
- regex : "\\/\\*(?=\\*)",
377
- next : start
378
- };
379
- };
380
-
381
- DocCommentHighlightRules.getEndRule = function (start) {
382
- return {
383
- token : "comment.doc", // closing comment
384
- merge : true,
385
- regex : "\\*\\/",
386
- next : start
387
- };
388
- };
389
-
390
-
391
- exports.DocCommentHighlightRules = DocCommentHighlightRules;
392
-
393
- });
394
- /* ***** BEGIN LICENSE BLOCK *****
395
- * Version: MPL 1.1/GPL 2.0/LGPL 2.1
396
- *
397
- * The contents of this file are subject to the Mozilla Public License Version
398
- * 1.1 (the "License"); you may not use this file except in compliance with
399
- * the License. You may obtain a copy of the License at
400
- * http://www.mozilla.org/MPL/
401
- *
402
- * Software distributed under the License is distributed on an "AS IS" basis,
403
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
404
- * for the specific language governing rights and limitations under the
405
- * License.
406
- *
407
- * The Original Code is Ajax.org Code Editor (ACE).
408
- *
409
- * The Initial Developer of the Original Code is
410
- * Ajax.org B.V.
411
- * Portions created by the Initial Developer are Copyright (C) 2010
412
- * the Initial Developer. All Rights Reserved.
413
- *
414
- * Contributor(s):
415
- * Fabian Jakobs <fabian AT ajax DOT org>
416
- *
417
- * Alternatively, the contents of this file may be used under the terms of
418
- * either the GNU General Public License Version 2 or later (the "GPL"), or
419
- * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
420
- * in which case the provisions of the GPL or the LGPL are applicable instead
421
- * of those above. If you wish to allow use of your version of this file only
422
- * under the terms of either the GPL or the LGPL, and not to allow others to
423
- * use your version of this file under the terms of the MPL, indicate your
424
- * decision by deleting the provisions above and replace them with the notice
425
- * and other provisions required by the GPL or the LGPL. If you do not delete
426
- * the provisions above, a recipient may use your version of this file under
427
- * the terms of any one of the MPL, the GPL or the LGPL.
428
- *
429
- * ***** END LICENSE BLOCK ***** */
430
-
431
- ace.define('ace/mode/matching_brace_outdent', ['require', 'exports', 'module' , 'ace/range'], function(require, exports, module) {
432
- "use strict";
433
-
434
- var Range = require("../range").Range;
435
-
436
- var MatchingBraceOutdent = function() {};
437
-
438
- (function() {
439
-
440
- this.checkOutdent = function(line, input) {
441
- if (! /^\s+$/.test(line))
442
- return false;
443
-
444
- return /^\s*\}/.test(input);
445
- };
446
-
447
- this.autoOutdent = function(doc, row) {
448
- var line = doc.getLine(row);
449
- var match = line.match(/^(\s*\})/);
450
-
451
- if (!match) return 0;
452
-
453
- var column = match[1].length;
454
- var openBracePos = doc.findMatchingBracket({row: row, column: column});
455
-
456
- if (!openBracePos || openBracePos.row == row) return 0;
457
-
458
- var indent = this.$getIndent(doc.getLine(openBracePos.row));
459
- doc.replace(new Range(row, 0, row, column-1), indent);
460
- };
461
-
462
- this.$getIndent = function(line) {
463
- var match = line.match(/^(\s+)/);
464
- if (match) {
465
- return match[1];
466
- }
467
-
468
- return "";
469
- };
470
-
471
- }).call(MatchingBraceOutdent.prototype);
472
-
473
- exports.MatchingBraceOutdent = MatchingBraceOutdent;
474
- });
475
- /* vim:ts=4:sts=4:sw=4:
476
- * ***** BEGIN LICENSE BLOCK *****
477
- * Version: MPL 1.1/GPL 2.0/LGPL 2.1
478
- *
479
- * The contents of this file are subject to the Mozilla Public License Version
480
- * 1.1 (the "License"); you may not use this file except in compliance with
481
- * the License. You may obtain a copy of the License at
482
- * http://www.mozilla.org/MPL/
483
- *
484
- * Software distributed under the License is distributed on an "AS IS" basis,
485
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
486
- * for the specific language governing rights and limitations under the
487
- * License.
488
- *
489
- * The Original Code is Ajax.org Code Editor (ACE).
490
- *
491
- * The Initial Developer of the Original Code is
492
- * Ajax.org B.V.
493
- * Portions created by the Initial Developer are Copyright (C) 2010
494
- * the Initial Developer. All Rights Reserved.
495
- *
496
- * Contributor(s):
497
- * Chris Spencer <chris.ag.spencer AT googlemail DOT com>
498
- *
499
- * Alternatively, the contents of this file may be used under the terms of
500
- * either the GNU General Public License Version 2 or later (the "GPL"), or
501
- * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
502
- * in which case the provisions of the GPL or the LGPL are applicable instead
503
- * of those above. If you wish to allow use of your version of this file only
504
- * under the terms of either the GPL or the LGPL, and not to allow others to
505
- * use your version of this file under the terms of the MPL, indicate your
506
- * decision by deleting the provisions above and replace them with the notice
507
- * and other provisions required by the GPL or the LGPL. If you do not delete
508
- * the provisions above, a recipient may use your version of this file under
509
- * the terms of any one of the MPL, the GPL or the LGPL.
510
- *
511
- * ***** END LICENSE BLOCK ***** */
512
-
513
- ace.define('ace/mode/behaviour/cstyle', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/behaviour'], function(require, exports, module) {
514
- "use strict";
515
-
516
- var oop = require("../../lib/oop");
517
- var Behaviour = require('../behaviour').Behaviour;
518
-
519
- var CstyleBehaviour = function () {
520
-
521
- this.add("braces", "insertion", function (state, action, editor, session, text) {
522
- if (text == '{') {
523
- var selection = editor.getSelectionRange();
524
- var selected = session.doc.getTextRange(selection);
525
- if (selected !== "") {
526
- return {
527
- text: '{' + selected + '}',
528
- selection: false
529
- };
530
- } else {
531
- return {
532
- text: '{}',
533
- selection: [1, 1]
534
- };
535
- }
536
- } else if (text == '}') {
537
- var cursor = editor.getCursorPosition();
538
- var line = session.doc.getLine(cursor.row);
539
- var rightChar = line.substring(cursor.column, cursor.column + 1);
540
- if (rightChar == '}') {
541
- var matching = session.$findOpeningBracket('}', {column: cursor.column + 1, row: cursor.row});
542
- if (matching !== null) {
543
- return {
544
- text: '',
545
- selection: [1, 1]
546
- };
547
- }
548
- }
549
- } else if (text == "\n") {
550
- var cursor = editor.getCursorPosition();
551
- var line = session.doc.getLine(cursor.row);
552
- var rightChar = line.substring(cursor.column, cursor.column + 1);
553
- if (rightChar == '}') {
554
- var openBracePos = session.findMatchingBracket({row: cursor.row, column: cursor.column + 1});
555
- if (!openBracePos)
556
- return null;
557
-
558
- var indent = this.getNextLineIndent(state, line.substring(0, line.length - 1), session.getTabString());
559
- var next_indent = this.$getIndent(session.doc.getLine(openBracePos.row));
560
-
561
- return {
562
- text: '\n' + indent + '\n' + next_indent,
563
- selection: [1, indent.length, 1, indent.length]
564
- };
565
- }
566
- }
567
- });
568
-
569
- this.add("braces", "deletion", function (state, action, editor, session, range) {
570
- var selected = session.doc.getTextRange(range);
571
- if (!range.isMultiLine() && selected == '{') {
572
- var line = session.doc.getLine(range.start.row);
573
- var rightChar = line.substring(range.end.column, range.end.column + 1);
574
- if (rightChar == '}') {
575
- range.end.column++;
576
- return range;
577
- }
578
- }
579
- });
580
-
581
- this.add("parens", "insertion", function (state, action, editor, session, text) {
582
- if (text == '(') {
583
- var selection = editor.getSelectionRange();
584
- var selected = session.doc.getTextRange(selection);
585
- if (selected !== "") {
586
- return {
587
- text: '(' + selected + ')',
588
- selection: false
589
- };
590
- } else {
591
- return {
592
- text: '()',
593
- selection: [1, 1]
594
- };
595
- }
596
- } else if (text == ')') {
597
- var cursor = editor.getCursorPosition();
598
- var line = session.doc.getLine(cursor.row);
599
- var rightChar = line.substring(cursor.column, cursor.column + 1);
600
- if (rightChar == ')') {
601
- var matching = session.$findOpeningBracket(')', {column: cursor.column + 1, row: cursor.row});
602
- if (matching !== null) {
603
- return {
604
- text: '',
605
- selection: [1, 1]
606
- };
607
- }
608
- }
609
- }
610
- });
611
-
612
- this.add("parens", "deletion", function (state, action, editor, session, range) {
613
- var selected = session.doc.getTextRange(range);
614
- if (!range.isMultiLine() && selected == '(') {
615
- var line = session.doc.getLine(range.start.row);
616
- var rightChar = line.substring(range.start.column + 1, range.start.column + 2);
617
- if (rightChar == ')') {
618
- range.end.column++;
619
- return range;
620
- }
621
- }
622
- });
623
-
624
- this.add("string_dquotes", "insertion", function (state, action, editor, session, text) {
625
- if (text == '"' || text == "'") {
626
- var quote = text;
627
- var selection = editor.getSelectionRange();
628
- var selected = session.doc.getTextRange(selection);
629
- if (selected !== "") {
630
- return {
631
- text: quote + selected + quote,
632
- selection: false
633
- };
634
- } else {
635
- var cursor = editor.getCursorPosition();
636
- var line = session.doc.getLine(cursor.row);
637
- var leftChar = line.substring(cursor.column-1, cursor.column);
638
-
639
- // We're escaped.
640
- if (leftChar == '\\') {
641
- return null;
642
- }
643
-
644
- // Find what token we're inside.
645
- var tokens = session.getTokens(selection.start.row, selection.start.row)[0].tokens;
646
- var col = 0, token;
647
- var quotepos = -1; // Track whether we're inside an open quote.
648
-
649
- for (var x = 0; x < tokens.length; x++) {
650
- token = tokens[x];
651
- if (token.type == "string") {
652
- quotepos = -1;
653
- } else if (quotepos < 0) {
654
- quotepos = token.value.indexOf(quote);
655
- }
656
- if ((token.value.length + col) > selection.start.column) {
657
- break;
658
- }
659
- col += tokens[x].value.length;
660
- }
661
-
662
- // Try and be smart about when we auto insert.
663
- 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)))) {
664
- return {
665
- text: quote + quote,
666
- selection: [1,1]
667
- };
668
- } else if (token && token.type === "string") {
669
- // Ignore input and move right one if we're typing over the closing quote.
670
- var rightChar = line.substring(cursor.column, cursor.column + 1);
671
- if (rightChar == quote) {
672
- return {
673
- text: '',
674
- selection: [1, 1]
675
- };
676
- }
677
- }
678
- }
679
- }
680
- });
681
-
682
- this.add("string_dquotes", "deletion", function (state, action, editor, session, range) {
683
- var selected = session.doc.getTextRange(range);
684
- if (!range.isMultiLine() && (selected == '"' || selected == "'")) {
685
- var line = session.doc.getLine(range.start.row);
686
- var rightChar = line.substring(range.start.column + 1, range.start.column + 2);
687
- if (rightChar == '"') {
688
- range.end.column++;
689
- return range;
690
- }
691
- }
692
- });
693
-
694
- };
695
-
696
- oop.inherits(CstyleBehaviour, Behaviour);
697
-
698
- exports.CstyleBehaviour = CstyleBehaviour;
699
- });
700
- /* ***** BEGIN LICENSE BLOCK *****
701
- * Version: MPL 1.1/GPL 2.0/LGPL 2.1
702
- *
703
- * The contents of this file are subject to the Mozilla Public License Version
704
- * 1.1 (the "License"); you may not use this file except in compliance with
705
- * the License. You may obtain a copy of the License at
706
- * http://www.mozilla.org/MPL/
707
- *
708
- * Software distributed under the License is distributed on an "AS IS" basis,
709
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
710
- * for the specific language governing rights and limitations under the
711
- * License.
712
- *
713
- * The Original Code is Ajax.org Code Editor (ACE).
714
- *
715
- * The Initial Developer of the Original Code is
716
- * Ajax.org B.V.
717
- * Portions created by the Initial Developer are Copyright (C) 2010
718
- * the Initial Developer. All Rights Reserved.
719
- *
720
- * Contributor(s):
721
- * Fabian Jakobs <fabian AT ajax DOT org>
722
- *
723
- * Alternatively, the contents of this file may be used under the terms of
724
- * either the GNU General Public License Version 2 or later (the "GPL"), or
725
- * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
726
- * in which case the provisions of the GPL or the LGPL are applicable instead
727
- * of those above. If you wish to allow use of your version of this file only
728
- * under the terms of either the GPL or the LGPL, and not to allow others to
729
- * use your version of this file under the terms of the MPL, indicate your
730
- * decision by deleting the provisions above and replace them with the notice
731
- * and other provisions required by the GPL or the LGPL. If you do not delete
732
- * the provisions above, a recipient may use your version of this file under
733
- * the terms of any one of the MPL, the GPL or the LGPL.
734
- *
735
- * ***** END LICENSE BLOCK ***** */
736
-
737
- ace.define('ace/mode/folding/cstyle', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/range', 'ace/mode/folding/fold_mode'], function(require, exports, module) {
738
- "use strict";
739
-
740
- var oop = require("../../lib/oop");
741
- var Range = require("../../range").Range;
742
- var BaseFoldMode = require("./fold_mode").FoldMode;
743
-
744
- var FoldMode = exports.FoldMode = function() {};
745
- oop.inherits(FoldMode, BaseFoldMode);
746
-
747
- (function() {
748
-
749
- this.foldingStartMarker = /(\{|\[)[^\}\]]*$|^\s*(\/\*)/;
750
- this.foldingStopMarker = /^[^\[\{]*(\}|\])|^[\s\*]*(\*\/)/;
751
-
752
- this.getFoldWidgetRange = function(session, foldStyle, row) {
753
- var line = session.getLine(row);
754
- var match = line.match(this.foldingStartMarker);
755
- if (match) {
756
- var i = match.index;
757
-
758
- if (match[1])
759
- return this.openingBracketBlock(session, match[1], row, i);
760
-
761
- var range = session.getCommentFoldRange(row, i + match[0].length);
762
- range.end.column -= 2;
763
- return range;
764
- }
765
-
766
- if (foldStyle !== "markbeginend")
767
- return;
768
-
769
- var match = line.match(this.foldingStopMarker);
770
- if (match) {
771
- var i = match.index + match[0].length;
772
-
773
- if (match[2]) {
774
- var range = session.getCommentFoldRange(row, i);
775
- range.end.column -= 2;
776
- return range;
777
- }
778
-
779
- var end = {row: row, column: i};
780
- var start = session.$findOpeningBracket(match[1], end);
781
-
782
- if (!start)
783
- return;
784
-
785
- start.column++;
786
- end.column--;
787
-
788
- return Range.fromPoints(start, end);
789
- }
790
- };
791
-
792
- }).call(FoldMode.prototype);
793
-
794
- });
795
- /* ***** BEGIN LICENSE BLOCK *****
796
- * Version: MPL 1.1/GPL 2.0/LGPL 2.1
797
- *
798
- * The contents of this file are subject to the Mozilla Public License Version
799
- * 1.1 (the "License"); you may not use this file except in compliance with
800
- * the License. You may obtain a copy of the License at
801
- * http://www.mozilla.org/MPL/
802
- *
803
- * Software distributed under the License is distributed on an "AS IS" basis,
804
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
805
- * for the specific language governing rights and limitations under the
806
- * License.
807
- *
808
- * The Original Code is Ajax.org Code Editor (ACE).
809
- *
810
- * The Initial Developer of the Original Code is
811
- * Ajax.org B.V.
812
- * Portions created by the Initial Developer are Copyright (C) 2010
813
- * the Initial Developer. All Rights Reserved.
814
- *
815
- * Contributor(s):
816
- * Fabian Jakobs <fabian AT ajax DOT org>
817
- *
818
- * Alternatively, the contents of this file may be used under the terms of
819
- * either the GNU General Public License Version 2 or later (the "GPL"), or
820
- * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
821
- * in which case the provisions of the GPL or the LGPL are applicable instead
822
- * of those above. If you wish to allow use of your version of this file only
823
- * under the terms of either the GPL or the LGPL, and not to allow others to
824
- * use your version of this file under the terms of the MPL, indicate your
825
- * decision by deleting the provisions above and replace them with the notice
826
- * and other provisions required by the GPL or the LGPL. If you do not delete
827
- * the provisions above, a recipient may use your version of this file under
828
- * the terms of any one of the MPL, the GPL or the LGPL.
829
- *
830
- * ***** END LICENSE BLOCK ***** */
831
-
832
- ace.define('ace/mode/folding/fold_mode', ['require', 'exports', 'module' , 'ace/range'], function(require, exports, module) {
833
- "use strict";
834
-
835
- var Range = require("../../range").Range;
836
-
837
- var FoldMode = exports.FoldMode = function() {};
838
-
839
- (function() {
840
-
841
- this.foldingStartMarker = null;
842
- this.foldingStopMarker = null;
843
-
844
- // must return "" if there's no fold, to enable caching
845
- this.getFoldWidget = function(session, foldStyle, row) {
846
- var line = session.getLine(row);
847
- if (this.foldingStartMarker.test(line))
848
- return "start";
849
- if (foldStyle == "markbeginend"
850
- && this.foldingStopMarker
851
- && this.foldingStopMarker.test(line))
852
- return "end";
853
- return "";
854
- };
855
-
856
- this.getFoldWidgetRange = function(session, foldStyle, row) {
857
- return null;
858
- };
859
-
860
- this.indentationBlock = function(session, row, column) {
861
- var re = /^\s*/;
862
- var startRow = row;
863
- var endRow = row;
864
- var line = session.getLine(row);
865
- var startColumn = column || line.length;
866
- var startLevel = line.match(re)[0].length;
867
- var maxRow = session.getLength()
868
-
869
- while (++row < maxRow) {
870
- line = session.getLine(row);
871
- var level = line.match(re)[0].length;
872
-
873
- if (level == line.length)
874
- continue;
875
-
876
- if (level <= startLevel)
877
- break;
878
-
879
- endRow = row;
880
- }
881
-
882
- if (endRow > startRow) {
883
- var endColumn = session.getLine(endRow).length;
884
- return new Range(startRow, startColumn, endRow, endColumn);
885
- }
886
- };
887
-
888
- this.openingBracketBlock = function(session, bracket, row, column) {
889
- var start = {row: row, column: column + 1};
890
- var end = session.$findClosingBracket(bracket, start);
891
- if (!end)
892
- return;
893
-
894
- var fw = session.foldWidgets[end.row];
895
- if (fw == null)
896
- fw = this.getFoldWidget(session, end.row);
897
-
898
- if (fw == "start") {
899
- end.row --;
900
- end.column = session.getLine(end.row).length;
901
- }
902
- return Range.fromPoints(start, end);
903
- };
904
-
905
- }).call(FoldMode.prototype);
906
-
907
- });