aced_rails 0.0.1

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 (255) hide show
  1. data/.gitignore +17 -0
  2. data/CHANGELOG.md +4 -0
  3. data/Gemfile +4 -0
  4. data/LICENSE +22 -0
  5. data/README.md +49 -0
  6. data/Rakefile +2 -0
  7. data/aced_rails.gemspec +19 -0
  8. data/lib/aced_rails.rb +7 -0
  9. data/lib/aced_rails/engine.rb +4 -0
  10. data/lib/aced_rails/version.rb +3 -0
  11. data/vendor/assets/javascripts/ace/ace-compat-noconflict.js +1 -0
  12. data/vendor/assets/javascripts/ace/ace-compat-uncompressed-noconflict.js +480 -0
  13. data/vendor/assets/javascripts/ace/ace-compat-uncompressed.js +480 -0
  14. data/vendor/assets/javascripts/ace/ace-compat.js +1 -0
  15. data/vendor/assets/javascripts/ace/ace-noconflict.js +10 -0
  16. data/vendor/assets/javascripts/ace/ace-uncompressed-noconflict.js +14649 -0
  17. data/vendor/assets/javascripts/ace/ace-uncompressed.js +14649 -0
  18. data/vendor/assets/javascripts/ace/ace.js +10 -0
  19. data/vendor/assets/javascripts/ace/keybinding-emacs-noconflict.js +1 -0
  20. data/vendor/assets/javascripts/ace/keybinding-emacs-uncompressed-noconflict.js +405 -0
  21. data/vendor/assets/javascripts/ace/keybinding-emacs-uncompressed.js +405 -0
  22. data/vendor/assets/javascripts/ace/keybinding-emacs.js +1 -0
  23. data/vendor/assets/javascripts/ace/keybinding-vim-noconflict.js +1 -0
  24. data/vendor/assets/javascripts/ace/keybinding-vim-uncompressed-noconflict.js +393 -0
  25. data/vendor/assets/javascripts/ace/keybinding-vim-uncompressed.js +393 -0
  26. data/vendor/assets/javascripts/ace/keybinding-vim.js +1 -0
  27. data/vendor/assets/javascripts/ace/mode-c_cpp-noconflict.js +1 -0
  28. data/vendor/assets/javascripts/ace/mode-c_cpp-uncompressed-noconflict.js +918 -0
  29. data/vendor/assets/javascripts/ace/mode-c_cpp-uncompressed.js +918 -0
  30. data/vendor/assets/javascripts/ace/mode-c_cpp.js +1 -0
  31. data/vendor/assets/javascripts/ace/mode-clojure-noconflict.js +1 -0
  32. data/vendor/assets/javascripts/ace/mode-clojure-uncompressed-noconflict.js +422 -0
  33. data/vendor/assets/javascripts/ace/mode-clojure-uncompressed.js +422 -0
  34. data/vendor/assets/javascripts/ace/mode-clojure.js +1 -0
  35. data/vendor/assets/javascripts/ace/mode-coffee-noconflict.js +1 -0
  36. data/vendor/assets/javascripts/ace/mode-coffee-uncompressed-noconflict.js +605 -0
  37. data/vendor/assets/javascripts/ace/mode-coffee-uncompressed.js +605 -0
  38. data/vendor/assets/javascripts/ace/mode-coffee.js +1 -0
  39. data/vendor/assets/javascripts/ace/mode-coldfusion-noconflict.js +1 -0
  40. data/vendor/assets/javascripts/ace/mode-coldfusion-uncompressed-noconflict.js +2361 -0
  41. data/vendor/assets/javascripts/ace/mode-coldfusion-uncompressed.js +2361 -0
  42. data/vendor/assets/javascripts/ace/mode-coldfusion.js +1 -0
  43. data/vendor/assets/javascripts/ace/mode-csharp-noconflict.js +1 -0
  44. data/vendor/assets/javascripts/ace/mode-csharp-uncompressed-noconflict.js +768 -0
  45. data/vendor/assets/javascripts/ace/mode-csharp-uncompressed.js +768 -0
  46. data/vendor/assets/javascripts/ace/mode-csharp.js +1 -0
  47. data/vendor/assets/javascripts/ace/mode-css-noconflict.js +1 -0
  48. data/vendor/assets/javascripts/ace/mode-css-uncompressed-noconflict.js +664 -0
  49. data/vendor/assets/javascripts/ace/mode-css-uncompressed.js +664 -0
  50. data/vendor/assets/javascripts/ace/mode-css.js +1 -0
  51. data/vendor/assets/javascripts/ace/mode-groovy-noconflict.js +1 -0
  52. data/vendor/assets/javascripts/ace/mode-groovy-uncompressed-noconflict.js +1280 -0
  53. data/vendor/assets/javascripts/ace/mode-groovy-uncompressed.js +1280 -0
  54. data/vendor/assets/javascripts/ace/mode-groovy.js +1 -0
  55. data/vendor/assets/javascripts/ace/mode-haxe-noconflict.js +1 -0
  56. data/vendor/assets/javascripts/ace/mode-haxe-uncompressed-noconflict.js +768 -0
  57. data/vendor/assets/javascripts/ace/mode-haxe-uncompressed.js +768 -0
  58. data/vendor/assets/javascripts/ace/mode-haxe.js +1 -0
  59. data/vendor/assets/javascripts/ace/mode-html-noconflict.js +1 -0
  60. data/vendor/assets/javascripts/ace/mode-html-uncompressed-noconflict.js +2377 -0
  61. data/vendor/assets/javascripts/ace/mode-html-uncompressed.js +2377 -0
  62. data/vendor/assets/javascripts/ace/mode-html.js +1 -0
  63. data/vendor/assets/javascripts/ace/mode-java-noconflict.js +1 -0
  64. data/vendor/assets/javascripts/ace/mode-java-uncompressed-noconflict.js +1282 -0
  65. data/vendor/assets/javascripts/ace/mode-java-uncompressed.js +1282 -0
  66. data/vendor/assets/javascripts/ace/mode-java.js +1 -0
  67. data/vendor/assets/javascripts/ace/mode-javascript-noconflict.js +1 -0
  68. data/vendor/assets/javascripts/ace/mode-javascript-uncompressed-noconflict.js +1113 -0
  69. data/vendor/assets/javascripts/ace/mode-javascript-uncompressed.js +1113 -0
  70. data/vendor/assets/javascripts/ace/mode-javascript.js +1 -0
  71. data/vendor/assets/javascripts/ace/mode-json-noconflict.js +1 -0
  72. data/vendor/assets/javascripts/ace/mode-json-uncompressed-noconflict.js +696 -0
  73. data/vendor/assets/javascripts/ace/mode-json-uncompressed.js +696 -0
  74. data/vendor/assets/javascripts/ace/mode-json.js +1 -0
  75. data/vendor/assets/javascripts/ace/mode-latex-noconflict.js +1 -0
  76. data/vendor/assets/javascripts/ace/mode-latex-uncompressed-noconflict.js +95 -0
  77. data/vendor/assets/javascripts/ace/mode-latex-uncompressed.js +95 -0
  78. data/vendor/assets/javascripts/ace/mode-latex.js +1 -0
  79. data/vendor/assets/javascripts/ace/mode-lua-noconflict.js +1 -0
  80. data/vendor/assets/javascripts/ace/mode-lua-uncompressed-noconflict.js +523 -0
  81. data/vendor/assets/javascripts/ace/mode-lua-uncompressed.js +523 -0
  82. data/vendor/assets/javascripts/ace/mode-lua.js +1 -0
  83. data/vendor/assets/javascripts/ace/mode-markdown-noconflict.js +1 -0
  84. data/vendor/assets/javascripts/ace/mode-markdown-uncompressed-noconflict.js +2819 -0
  85. data/vendor/assets/javascripts/ace/mode-markdown-uncompressed.js +2819 -0
  86. data/vendor/assets/javascripts/ace/mode-markdown.js +1 -0
  87. data/vendor/assets/javascripts/ace/mode-ocaml-noconflict.js +1 -0
  88. data/vendor/assets/javascripts/ace/mode-ocaml-uncompressed-noconflict.js +539 -0
  89. data/vendor/assets/javascripts/ace/mode-ocaml-uncompressed.js +539 -0
  90. data/vendor/assets/javascripts/ace/mode-ocaml.js +1 -0
  91. data/vendor/assets/javascripts/ace/mode-perl-noconflict.js +1 -0
  92. data/vendor/assets/javascripts/ace/mode-perl-uncompressed-noconflict.js +573 -0
  93. data/vendor/assets/javascripts/ace/mode-perl-uncompressed.js +573 -0
  94. data/vendor/assets/javascripts/ace/mode-perl.js +1 -0
  95. data/vendor/assets/javascripts/ace/mode-pgsql-noconflict.js +1 -0
  96. data/vendor/assets/javascripts/ace/mode-pgsql-uncompressed-noconflict.js +1107 -0
  97. data/vendor/assets/javascripts/ace/mode-pgsql-uncompressed.js +1107 -0
  98. data/vendor/assets/javascripts/ace/mode-pgsql.js +1 -0
  99. data/vendor/assets/javascripts/ace/mode-php-noconflict.js +1 -0
  100. data/vendor/assets/javascripts/ace/mode-php-uncompressed-noconflict.js +1884 -0
  101. data/vendor/assets/javascripts/ace/mode-php-uncompressed.js +1884 -0
  102. data/vendor/assets/javascripts/ace/mode-php.js +1 -0
  103. data/vendor/assets/javascripts/ace/mode-powershell-noconflict.js +1 -0
  104. data/vendor/assets/javascripts/ace/mode-powershell-uncompressed-noconflict.js +706 -0
  105. data/vendor/assets/javascripts/ace/mode-powershell-uncompressed.js +706 -0
  106. data/vendor/assets/javascripts/ace/mode-powershell.js +1 -0
  107. data/vendor/assets/javascripts/ace/mode-python-noconflict.js +1 -0
  108. data/vendor/assets/javascripts/ace/mode-python-uncompressed-noconflict.js +506 -0
  109. data/vendor/assets/javascripts/ace/mode-python-uncompressed.js +506 -0
  110. data/vendor/assets/javascripts/ace/mode-python.js +1 -0
  111. data/vendor/assets/javascripts/ace/mode-ruby-noconflict.js +1 -0
  112. data/vendor/assets/javascripts/ace/mode-ruby-uncompressed-noconflict.js +391 -0
  113. data/vendor/assets/javascripts/ace/mode-ruby-uncompressed.js +391 -0
  114. data/vendor/assets/javascripts/ace/mode-ruby.js +1 -0
  115. data/vendor/assets/javascripts/ace/mode-scad-noconflict.js +1 -0
  116. data/vendor/assets/javascripts/ace/mode-scad-uncompressed-noconflict.js +906 -0
  117. data/vendor/assets/javascripts/ace/mode-scad-uncompressed.js +906 -0
  118. data/vendor/assets/javascripts/ace/mode-scad.js +1 -0
  119. data/vendor/assets/javascripts/ace/mode-scala-noconflict.js +1 -0
  120. data/vendor/assets/javascripts/ace/mode-scala-uncompressed-noconflict.js +1282 -0
  121. data/vendor/assets/javascripts/ace/mode-scala-uncompressed.js +1282 -0
  122. data/vendor/assets/javascripts/ace/mode-scala.js +1 -0
  123. data/vendor/assets/javascripts/ace/mode-scss-noconflict.js +1 -0
  124. data/vendor/assets/javascripts/ace/mode-scss-uncompressed-noconflict.js +678 -0
  125. data/vendor/assets/javascripts/ace/mode-scss-uncompressed.js +678 -0
  126. data/vendor/assets/javascripts/ace/mode-scss.js +1 -0
  127. data/vendor/assets/javascripts/ace/mode-sh-noconflict.js +1 -0
  128. data/vendor/assets/javascripts/ace/mode-sh-uncompressed-noconflict.js +268 -0
  129. data/vendor/assets/javascripts/ace/mode-sh-uncompressed.js +268 -0
  130. data/vendor/assets/javascripts/ace/mode-sh.js +1 -0
  131. data/vendor/assets/javascripts/ace/mode-sql-noconflict.js +1 -0
  132. data/vendor/assets/javascripts/ace/mode-sql-uncompressed-noconflict.js +159 -0
  133. data/vendor/assets/javascripts/ace/mode-sql-uncompressed.js +159 -0
  134. data/vendor/assets/javascripts/ace/mode-sql.js +1 -0
  135. data/vendor/assets/javascripts/ace/mode-svg-noconflict.js +1 -0
  136. data/vendor/assets/javascripts/ace/mode-svg-uncompressed-noconflict.js +2016 -0
  137. data/vendor/assets/javascripts/ace/mode-svg-uncompressed.js +2016 -0
  138. data/vendor/assets/javascripts/ace/mode-svg.js +1 -0
  139. data/vendor/assets/javascripts/ace/mode-text-noconflict.js +0 -0
  140. data/vendor/assets/javascripts/ace/mode-text-uncompressed-noconflict.js +0 -0
  141. data/vendor/assets/javascripts/ace/mode-text-uncompressed.js +0 -0
  142. data/vendor/assets/javascripts/ace/mode-text.js +0 -0
  143. data/vendor/assets/javascripts/ace/mode-textile-noconflict.js +1 -0
  144. data/vendor/assets/javascripts/ace/mode-textile-uncompressed-noconflict.js +254 -0
  145. data/vendor/assets/javascripts/ace/mode-textile-uncompressed.js +254 -0
  146. data/vendor/assets/javascripts/ace/mode-textile.js +1 -0
  147. data/vendor/assets/javascripts/ace/mode-xml-noconflict.js +1 -0
  148. data/vendor/assets/javascripts/ace/mode-xml-uncompressed-noconflict.js +1001 -0
  149. data/vendor/assets/javascripts/ace/mode-xml-uncompressed.js +1001 -0
  150. data/vendor/assets/javascripts/ace/mode-xml.js +1 -0
  151. data/vendor/assets/javascripts/ace/theme-chrome-noconflict.js +1 -0
  152. data/vendor/assets/javascripts/ace/theme-chrome-uncompressed-noconflict.js +212 -0
  153. data/vendor/assets/javascripts/ace/theme-chrome-uncompressed.js +212 -0
  154. data/vendor/assets/javascripts/ace/theme-chrome.js +1 -0
  155. data/vendor/assets/javascripts/ace/theme-clouds-noconflict.js +1 -0
  156. data/vendor/assets/javascripts/ace/theme-clouds-uncompressed-noconflict.js +155 -0
  157. data/vendor/assets/javascripts/ace/theme-clouds-uncompressed.js +155 -0
  158. data/vendor/assets/javascripts/ace/theme-clouds.js +1 -0
  159. data/vendor/assets/javascripts/ace/theme-clouds_midnight-noconflict.js +1 -0
  160. data/vendor/assets/javascripts/ace/theme-clouds_midnight-uncompressed-noconflict.js +156 -0
  161. data/vendor/assets/javascripts/ace/theme-clouds_midnight-uncompressed.js +156 -0
  162. data/vendor/assets/javascripts/ace/theme-clouds_midnight.js +1 -0
  163. data/vendor/assets/javascripts/ace/theme-cobalt-noconflict.js +1 -0
  164. data/vendor/assets/javascripts/ace/theme-cobalt-uncompressed-noconflict.js +170 -0
  165. data/vendor/assets/javascripts/ace/theme-cobalt-uncompressed.js +170 -0
  166. data/vendor/assets/javascripts/ace/theme-cobalt.js +1 -0
  167. data/vendor/assets/javascripts/ace/theme-crimson_editor-noconflict.js +1 -0
  168. data/vendor/assets/javascripts/ace/theme-crimson_editor-uncompressed-noconflict.js +198 -0
  169. data/vendor/assets/javascripts/ace/theme-crimson_editor-uncompressed.js +198 -0
  170. data/vendor/assets/javascripts/ace/theme-crimson_editor.js +1 -0
  171. data/vendor/assets/javascripts/ace/theme-dawn-noconflict.js +1 -0
  172. data/vendor/assets/javascripts/ace/theme-dawn-uncompressed-noconflict.js +174 -0
  173. data/vendor/assets/javascripts/ace/theme-dawn-uncompressed.js +174 -0
  174. data/vendor/assets/javascripts/ace/theme-dawn.js +1 -0
  175. data/vendor/assets/javascripts/ace/theme-dreamweaver-noconflict.js +1 -0
  176. data/vendor/assets/javascripts/ace/theme-dreamweaver-uncompressed-noconflict.js +227 -0
  177. data/vendor/assets/javascripts/ace/theme-dreamweaver-uncompressed.js +227 -0
  178. data/vendor/assets/javascripts/ace/theme-dreamweaver.js +1 -0
  179. data/vendor/assets/javascripts/ace/theme-eclipse-noconflict.js +1 -0
  180. data/vendor/assets/javascripts/ace/theme-eclipse-uncompressed-noconflict.js +147 -0
  181. data/vendor/assets/javascripts/ace/theme-eclipse-uncompressed.js +147 -0
  182. data/vendor/assets/javascripts/ace/theme-eclipse.js +1 -0
  183. data/vendor/assets/javascripts/ace/theme-idle_fingers-noconflict.js +1 -0
  184. data/vendor/assets/javascripts/ace/theme-idle_fingers-uncompressed-noconflict.js +162 -0
  185. data/vendor/assets/javascripts/ace/theme-idle_fingers-uncompressed.js +162 -0
  186. data/vendor/assets/javascripts/ace/theme-idle_fingers.js +1 -0
  187. data/vendor/assets/javascripts/ace/theme-kr_theme-noconflict.js +1 -0
  188. data/vendor/assets/javascripts/ace/theme-kr_theme-uncompressed-noconflict.js +165 -0
  189. data/vendor/assets/javascripts/ace/theme-kr_theme-uncompressed.js +165 -0
  190. data/vendor/assets/javascripts/ace/theme-kr_theme.js +1 -0
  191. data/vendor/assets/javascripts/ace/theme-merbivore-noconflict.js +1 -0
  192. data/vendor/assets/javascripts/ace/theme-merbivore-uncompressed-noconflict.js +165 -0
  193. data/vendor/assets/javascripts/ace/theme-merbivore-uncompressed.js +165 -0
  194. data/vendor/assets/javascripts/ace/theme-merbivore.js +1 -0
  195. data/vendor/assets/javascripts/ace/theme-merbivore_soft-noconflict.js +1 -0
  196. data/vendor/assets/javascripts/ace/theme-merbivore_soft-uncompressed-noconflict.js +171 -0
  197. data/vendor/assets/javascripts/ace/theme-merbivore_soft-uncompressed.js +171 -0
  198. data/vendor/assets/javascripts/ace/theme-merbivore_soft.js +1 -0
  199. data/vendor/assets/javascripts/ace/theme-mono_industrial-noconflict.js +1 -0
  200. data/vendor/assets/javascripts/ace/theme-mono_industrial-uncompressed-noconflict.js +169 -0
  201. data/vendor/assets/javascripts/ace/theme-mono_industrial-uncompressed.js +169 -0
  202. data/vendor/assets/javascripts/ace/theme-mono_industrial.js +1 -0
  203. data/vendor/assets/javascripts/ace/theme-monokai-noconflict.js +1 -0
  204. data/vendor/assets/javascripts/ace/theme-monokai-uncompressed-noconflict.js +171 -0
  205. data/vendor/assets/javascripts/ace/theme-monokai-uncompressed.js +171 -0
  206. data/vendor/assets/javascripts/ace/theme-monokai.js +1 -0
  207. data/vendor/assets/javascripts/ace/theme-pastel_on_dark-noconflict.js +1 -0
  208. data/vendor/assets/javascripts/ace/theme-pastel_on_dark-uncompressed-noconflict.js +179 -0
  209. data/vendor/assets/javascripts/ace/theme-pastel_on_dark-uncompressed.js +179 -0
  210. data/vendor/assets/javascripts/ace/theme-pastel_on_dark.js +1 -0
  211. data/vendor/assets/javascripts/ace/theme-solarized_dark-noconflict.js +1 -0
  212. data/vendor/assets/javascripts/ace/theme-solarized_dark-uncompressed-noconflict.js +160 -0
  213. data/vendor/assets/javascripts/ace/theme-solarized_dark-uncompressed.js +160 -0
  214. data/vendor/assets/javascripts/ace/theme-solarized_dark.js +1 -0
  215. data/vendor/assets/javascripts/ace/theme-solarized_light-noconflict.js +1 -0
  216. data/vendor/assets/javascripts/ace/theme-solarized_light-uncompressed-noconflict.js +159 -0
  217. data/vendor/assets/javascripts/ace/theme-solarized_light-uncompressed.js +159 -0
  218. data/vendor/assets/javascripts/ace/theme-solarized_light.js +1 -0
  219. data/vendor/assets/javascripts/ace/theme-textmate-noconflict.js +0 -0
  220. data/vendor/assets/javascripts/ace/theme-textmate-uncompressed-noconflict.js +0 -0
  221. data/vendor/assets/javascripts/ace/theme-textmate-uncompressed.js +0 -0
  222. data/vendor/assets/javascripts/ace/theme-textmate.js +0 -0
  223. data/vendor/assets/javascripts/ace/theme-tomorrow-noconflict.js +1 -0
  224. data/vendor/assets/javascripts/ace/theme-tomorrow-uncompressed-noconflict.js +189 -0
  225. data/vendor/assets/javascripts/ace/theme-tomorrow-uncompressed.js +189 -0
  226. data/vendor/assets/javascripts/ace/theme-tomorrow.js +1 -0
  227. data/vendor/assets/javascripts/ace/theme-tomorrow_night-noconflict.js +1 -0
  228. data/vendor/assets/javascripts/ace/theme-tomorrow_night-uncompressed-noconflict.js +189 -0
  229. data/vendor/assets/javascripts/ace/theme-tomorrow_night-uncompressed.js +189 -0
  230. data/vendor/assets/javascripts/ace/theme-tomorrow_night.js +1 -0
  231. data/vendor/assets/javascripts/ace/theme-tomorrow_night_blue-noconflict.js +1 -0
  232. data/vendor/assets/javascripts/ace/theme-tomorrow_night_blue-uncompressed-noconflict.js +189 -0
  233. data/vendor/assets/javascripts/ace/theme-tomorrow_night_blue-uncompressed.js +189 -0
  234. data/vendor/assets/javascripts/ace/theme-tomorrow_night_blue.js +1 -0
  235. data/vendor/assets/javascripts/ace/theme-tomorrow_night_bright-noconflict.js +1 -0
  236. data/vendor/assets/javascripts/ace/theme-tomorrow_night_bright-uncompressed-noconflict.js +189 -0
  237. data/vendor/assets/javascripts/ace/theme-tomorrow_night_bright-uncompressed.js +189 -0
  238. data/vendor/assets/javascripts/ace/theme-tomorrow_night_bright.js +1 -0
  239. data/vendor/assets/javascripts/ace/theme-tomorrow_night_eighties-noconflict.js +1 -0
  240. data/vendor/assets/javascripts/ace/theme-tomorrow_night_eighties-uncompressed-noconflict.js +185 -0
  241. data/vendor/assets/javascripts/ace/theme-tomorrow_night_eighties-uncompressed.js +185 -0
  242. data/vendor/assets/javascripts/ace/theme-tomorrow_night_eighties.js +1 -0
  243. data/vendor/assets/javascripts/ace/theme-twilight-noconflict.js +1 -0
  244. data/vendor/assets/javascripts/ace/theme-twilight-uncompressed-noconflict.js +183 -0
  245. data/vendor/assets/javascripts/ace/theme-twilight-uncompressed.js +183 -0
  246. data/vendor/assets/javascripts/ace/theme-twilight.js +1 -0
  247. data/vendor/assets/javascripts/ace/theme-vibrant_ink-noconflict.js +1 -0
  248. data/vendor/assets/javascripts/ace/theme-vibrant_ink-uncompressed-noconflict.js +166 -0
  249. data/vendor/assets/javascripts/ace/theme-vibrant_ink-uncompressed.js +166 -0
  250. data/vendor/assets/javascripts/ace/theme-vibrant_ink.js +1 -0
  251. data/vendor/assets/javascripts/ace/worker-coffee.js +7456 -0
  252. data/vendor/assets/javascripts/ace/worker-css.js +11693 -0
  253. data/vendor/assets/javascripts/ace/worker-javascript.js +10305 -0
  254. data/vendor/assets/javascripts/ace/worker-json.js +3062 -0
  255. metadata +310 -0
@@ -0,0 +1 @@
1
+ define("ace/mode/ruby",["require","exports","module","ace/lib/oop","ace/mode/text","ace/tokenizer","ace/mode/ruby_highlight_rules","ace/mode/matching_brace_outdent","ace/range"],function(a,b,c){"use strict";var d=a("../lib/oop"),e=a("./text").Mode,f=a("../tokenizer").Tokenizer,g=a("./ruby_highlight_rules").RubyHighlightRules,h=a("./matching_brace_outdent").MatchingBraceOutdent,i=a("../range").Range,j=function(){this.$tokenizer=new f((new g).getRules()),this.$outdent=new h};d.inherits(j,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;if(f.length&&f[f.length-1].type=="comment")return d;if(a=="start"){var g=b.match(/^.*[\{\(\[]\s*$/);g&&(d+=c)}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(j.prototype),b.Mode=j}),define("ace/mode/ruby_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("abort|Array|assert|assert_equal|assert_not_equal|assert_same|assert_not_same|assert_nil|assert_not_nil|assert_match|assert_no_match|assert_in_delta|assert_throws|assert_raise|assert_nothing_raised|assert_instance_of|assert_kind_of|assert_respond_to|assert_operator|assert_send|assert_difference|assert_no_difference|assert_recognizes|assert_generates|assert_response|assert_redirected_to|assert_template|assert_select|assert_select_email|assert_select_rjs|assert_select_encoded|css_select|at_exit|attr|attr_writer|attr_reader|attr_accessor|attr_accessible|autoload|binding|block_given?|callcc|caller|catch|chomp|chomp!|chop|chop!|defined?|delete_via_redirect|eval|exec|exit|exit!|fail|Float|flunk|follow_redirect!|fork|form_for|form_tag|format|gets|global_variables|gsub|gsub!|get_via_redirect|h|host!|https?|https!|include|Integer|lambda|link_to|link_to_unless_current|link_to_function|link_to_remote|load|local_variables|loop|open|open_session|p|print|printf|proc|putc|puts|post_via_redirect|put_via_redirect|raise|rand|raw|readline|readlines|redirect?|request_via_redirect|require|scan|select|set_trace_func|sleep|split|sprintf|srand|String|stylesheet_link_tag|syscall|system|sub|sub!|test|throw|trace_var|trap|untrace_var|atan2|cos|exp|frexp|ldexp|log|log10|sin|sqrt|tan|render|javascript_include_tag|csrf_meta_tag|label_tag|text_field_tag|submit_tag|check_box_tag|content_tag|radio_button_tag|text_area_tag|password_field_tag|hidden_field_tag|fields_for|select_tag|options_for_select|options_from_collection_for_select|collection_select|time_zone_select|select_date|select_time|select_datetime|date_select|time_select|datetime_select|select_year|select_month|select_day|select_hour|select_minute|select_second|file_field_tag|file_field|respond_to|skip_before_filter|around_filter|after_filter|verify|protect_from_forgery|rescue_from|helper_method|redirect_to|before_filter|send_data|send_file|validates_presence_of|validates_uniqueness_of|validates_length_of|validates_format_of|validates_acceptance_of|validates_associated|validates_exclusion_of|validates_inclusion_of|validates_numericality_of|validates_with|validates_each|authenticate_or_request_with_http_basic|authenticate_or_request_with_http_digest|filter_parameter_logging|match|get|post|resources|redirect|scope|assert_routing|translate|localize|extract_locale_from_tld|t|l|caches_page|expire_page|caches_action|expire_action|cache|expire_fragment|expire_cache_for|observe|cache_sweeper|has_many|has_one|belongs_to|has_and_belongs_to_many".split("|")),b=e.arrayToMap("alias|and|BEGIN|begin|break|case|class|def|defined|do|else|elsif|END|end|ensure|__FILE__|finally|for|gem|if|in|__LINE__|module|next|not|or|private|protected|public|redo|rescue|retry|return|super|then|undef|unless|until|when|while|yield".split("|")),c=e.arrayToMap("true|TRUE|false|FALSE|nil|NIL|ARGF|ARGV|DATA|ENV|RUBY_PLATFORM|RUBY_RELEASE_DATE|RUBY_VERSION|STDERR|STDIN|STDOUT|TOPLEVEL_BINDING".split("|")),d=e.arrayToMap("$DEBUG|$defout|$FILENAME|$LOAD_PATH|$SAFE|$stdin|$stdout|$stderr|$VERBOSE|$!|root_url|flash|session|cookies|params|request|response|logger".split("|"));this.$rules={start:[{token:"comment",regex:"#.*$"},{token:"comment",merge:!0,regex:"^=begin$",next:"comment"},{token:"string.regexp",regex:"[/](?:(?:\\[(?:\\\\]|[^\\]])+\\])|(?:\\\\/|[^\\]/]))*[/]\\w*\\s*(?=[).,;]|$)"},{token:"string",regex:'["](?:(?:\\\\.)|(?:[^"\\\\]))*?["]'},{token:"string",regex:"['](?:(?:\\\\.)|(?:[^'\\\\]))*?[']"},{token:"string",regex:"[`](?:(?:\\\\.)|(?:[^'\\\\]))*?[`]"},{token:"text",regex:"::"},{token:"variable.instancce",regex:"@{1,2}(?:[a-zA-Z_]|d)+"},{token:"variable.class",regex:"[A-Z](?:[a-zA-Z_]|d)+"},{token:"string",regex:"[:](?:[A-Za-z_]|[@$](?=[a-zA-Z0-9_]))[a-zA-Z0-9_]*[!=?]?"},{token:"constant.numeric",regex:"0[xX][0-9a-fA-F](?:[0-9a-fA-F]|_(?=[0-9a-fA-F]))*\\b"},{token:"constant.numeric",regex:"[+-]?\\d(?:\\d|_(?=\\d))*(?:(?:\\.\\d(?:\\d|_(?=\\d))*)?(?:[eE][+-]?\\d+)?)?\\b"},{token:"constant.language.boolean",regex:"(?:true|false)\\b"},{token:function(e){return e=="self"?"variable.language":b.hasOwnProperty(e)?"keyword":c.hasOwnProperty(e)?"constant.language":d.hasOwnProperty(e)?"variable.language":a.hasOwnProperty(e)?"support.function":e=="debugger"?"invalid.deprecated":"identifier"},regex:"[a-zA-Z_$][a-zA-Z0-9_$]*\\b"},{token:"keyword.operator",regex:"!|\\$|%|&|\\*|\\-\\-|\\-|\\+\\+|\\+|~|===|==|=|!=|!==|<=|>=|<<=|>>=|>>>=|<>|<|>|!|&&|\\|\\||\\?\\:|\\*=|%=|\\+=|\\-=|&=|\\^=|\\b(?:in|instanceof|new|delete|typeof|void)"},{token:"paren.lparen",regex:"[[({]"},{token:"paren.rparen",regex:"[\\])}]"},{token:"text",regex:"\\s+"}],comment:[{token:"comment",regex:"^=end$",next:"start"},{token:"comment",merge:!0,regex:".+"}]}};d.inherits(g,f),b.RubyHighlightRules=g}),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})
@@ -0,0 +1 @@
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:"\\/\\/.*$"},(new 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-",[(new 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),function(){this.getStartRule=function(a){return{token:"comment.doc",merge:!0,regex:"\\/\\*(?=\\*)",next:a}},this.getEndRule=function(a){return{token:"comment.doc",merge:!0,regex:"\\*\\/",next:a}}}.call(f.prototype),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=='"'){var f=c.getSelectionRange(),g=d.doc.getTextRange(f);if(g!=="")return{text:'"'+g+'"',selection:!1};var h=c.getCursorPosition(),i=d.doc.getLine(h.row),j=i.substring(h.column-1,h.column);if(j=="\\")return null;var k=d.getTokens(f.start.row,f.start.row)[0].tokens,l=0,m,n=-1;for(var o=0;o<k.length;o++){m=k[o],m.type=="string"?n=-1:n<0&&(n=m.value.indexOf('"'));if(m.value.length+l>f.start.column)break;l+=k[o].value.length}if(!m||n<0&&m.type!=="comment"&&(m.type!=="string"||f.start.column!==m.value.length+l-1&&m.value.lastIndexOf('"')===m.value.length-1))return{text:'""',selection:[1,1]};if(m&&m.type==="string"){var p=i.substring(h.column,h.column+1);if(p=='"')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=='"'){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)})
@@ -0,0 +1,906 @@
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
+ new 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
+ [ new 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
+ (function() {
373
+
374
+ this.getStartRule = function(start) {
375
+ return {
376
+ token : "comment.doc", // doc comment
377
+ merge : true,
378
+ regex : "\\/\\*(?=\\*)",
379
+ next : start
380
+ };
381
+ };
382
+
383
+ this.getEndRule = function (start) {
384
+ return {
385
+ token : "comment.doc", // closing comment
386
+ merge : true,
387
+ regex : "\\*\\/",
388
+ next : start
389
+ };
390
+ };
391
+
392
+ }).call(DocCommentHighlightRules.prototype);
393
+
394
+ exports.DocCommentHighlightRules = DocCommentHighlightRules;
395
+
396
+ });
397
+ /* ***** BEGIN LICENSE BLOCK *****
398
+ * Version: MPL 1.1/GPL 2.0/LGPL 2.1
399
+ *
400
+ * The contents of this file are subject to the Mozilla Public License Version
401
+ * 1.1 (the "License"); you may not use this file except in compliance with
402
+ * the License. You may obtain a copy of the License at
403
+ * http://www.mozilla.org/MPL/
404
+ *
405
+ * Software distributed under the License is distributed on an "AS IS" basis,
406
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
407
+ * for the specific language governing rights and limitations under the
408
+ * License.
409
+ *
410
+ * The Original Code is Ajax.org Code Editor (ACE).
411
+ *
412
+ * The Initial Developer of the Original Code is
413
+ * Ajax.org B.V.
414
+ * Portions created by the Initial Developer are Copyright (C) 2010
415
+ * the Initial Developer. All Rights Reserved.
416
+ *
417
+ * Contributor(s):
418
+ * Fabian Jakobs <fabian AT ajax DOT org>
419
+ *
420
+ * Alternatively, the contents of this file may be used under the terms of
421
+ * either the GNU General Public License Version 2 or later (the "GPL"), or
422
+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
423
+ * in which case the provisions of the GPL or the LGPL are applicable instead
424
+ * of those above. If you wish to allow use of your version of this file only
425
+ * under the terms of either the GPL or the LGPL, and not to allow others to
426
+ * use your version of this file under the terms of the MPL, indicate your
427
+ * decision by deleting the provisions above and replace them with the notice
428
+ * and other provisions required by the GPL or the LGPL. If you do not delete
429
+ * the provisions above, a recipient may use your version of this file under
430
+ * the terms of any one of the MPL, the GPL or the LGPL.
431
+ *
432
+ * ***** END LICENSE BLOCK ***** */
433
+
434
+ ace.define('ace/mode/matching_brace_outdent', ['require', 'exports', 'module' , 'ace/range'], function(require, exports, module) {
435
+ "use strict";
436
+
437
+ var Range = require("../range").Range;
438
+
439
+ var MatchingBraceOutdent = function() {};
440
+
441
+ (function() {
442
+
443
+ this.checkOutdent = function(line, input) {
444
+ if (! /^\s+$/.test(line))
445
+ return false;
446
+
447
+ return /^\s*\}/.test(input);
448
+ };
449
+
450
+ this.autoOutdent = function(doc, row) {
451
+ var line = doc.getLine(row);
452
+ var match = line.match(/^(\s*\})/);
453
+
454
+ if (!match) return 0;
455
+
456
+ var column = match[1].length;
457
+ var openBracePos = doc.findMatchingBracket({row: row, column: column});
458
+
459
+ if (!openBracePos || openBracePos.row == row) return 0;
460
+
461
+ var indent = this.$getIndent(doc.getLine(openBracePos.row));
462
+ doc.replace(new Range(row, 0, row, column-1), indent);
463
+ };
464
+
465
+ this.$getIndent = function(line) {
466
+ var match = line.match(/^(\s+)/);
467
+ if (match) {
468
+ return match[1];
469
+ }
470
+
471
+ return "";
472
+ };
473
+
474
+ }).call(MatchingBraceOutdent.prototype);
475
+
476
+ exports.MatchingBraceOutdent = MatchingBraceOutdent;
477
+ });
478
+ /* vim:ts=4:sts=4:sw=4:
479
+ * ***** BEGIN LICENSE BLOCK *****
480
+ * Version: MPL 1.1/GPL 2.0/LGPL 2.1
481
+ *
482
+ * The contents of this file are subject to the Mozilla Public License Version
483
+ * 1.1 (the "License"); you may not use this file except in compliance with
484
+ * the License. You may obtain a copy of the License at
485
+ * http://www.mozilla.org/MPL/
486
+ *
487
+ * Software distributed under the License is distributed on an "AS IS" basis,
488
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
489
+ * for the specific language governing rights and limitations under the
490
+ * License.
491
+ *
492
+ * The Original Code is Ajax.org Code Editor (ACE).
493
+ *
494
+ * The Initial Developer of the Original Code is
495
+ * Ajax.org B.V.
496
+ * Portions created by the Initial Developer are Copyright (C) 2010
497
+ * the Initial Developer. All Rights Reserved.
498
+ *
499
+ * Contributor(s):
500
+ * Chris Spencer <chris.ag.spencer AT googlemail DOT com>
501
+ *
502
+ * Alternatively, the contents of this file may be used under the terms of
503
+ * either the GNU General Public License Version 2 or later (the "GPL"), or
504
+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
505
+ * in which case the provisions of the GPL or the LGPL are applicable instead
506
+ * of those above. If you wish to allow use of your version of this file only
507
+ * under the terms of either the GPL or the LGPL, and not to allow others to
508
+ * use your version of this file under the terms of the MPL, indicate your
509
+ * decision by deleting the provisions above and replace them with the notice
510
+ * and other provisions required by the GPL or the LGPL. If you do not delete
511
+ * the provisions above, a recipient may use your version of this file under
512
+ * the terms of any one of the MPL, the GPL or the LGPL.
513
+ *
514
+ * ***** END LICENSE BLOCK ***** */
515
+
516
+ ace.define('ace/mode/behaviour/cstyle', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/behaviour'], function(require, exports, module) {
517
+ "use strict";
518
+
519
+ var oop = require("../../lib/oop");
520
+ var Behaviour = require('../behaviour').Behaviour;
521
+
522
+ var CstyleBehaviour = function () {
523
+
524
+ this.add("braces", "insertion", function (state, action, editor, session, text) {
525
+ if (text == '{') {
526
+ var selection = editor.getSelectionRange();
527
+ var selected = session.doc.getTextRange(selection);
528
+ if (selected !== "") {
529
+ return {
530
+ text: '{' + selected + '}',
531
+ selection: false
532
+ }
533
+ } else {
534
+ return {
535
+ text: '{}',
536
+ selection: [1, 1]
537
+ }
538
+ }
539
+ } else if (text == '}') {
540
+ var cursor = editor.getCursorPosition();
541
+ var line = session.doc.getLine(cursor.row);
542
+ var rightChar = line.substring(cursor.column, cursor.column + 1);
543
+ if (rightChar == '}') {
544
+ var matching = session.$findOpeningBracket('}', {column: cursor.column + 1, row: cursor.row});
545
+ if (matching !== null) {
546
+ return {
547
+ text: '',
548
+ selection: [1, 1]
549
+ }
550
+ }
551
+ }
552
+ } else if (text == "\n") {
553
+ var cursor = editor.getCursorPosition();
554
+ var line = session.doc.getLine(cursor.row);
555
+ var rightChar = line.substring(cursor.column, cursor.column + 1);
556
+ if (rightChar == '}') {
557
+ var openBracePos = session.findMatchingBracket({row: cursor.row, column: cursor.column + 1});
558
+ if (!openBracePos)
559
+ return null;
560
+
561
+ var indent = this.getNextLineIndent(state, line.substring(0, line.length - 1), session.getTabString());
562
+ var next_indent = this.$getIndent(session.doc.getLine(openBracePos.row));
563
+
564
+ return {
565
+ text: '\n' + indent + '\n' + next_indent,
566
+ selection: [1, indent.length, 1, indent.length]
567
+ }
568
+ }
569
+ }
570
+ });
571
+
572
+ this.add("braces", "deletion", function (state, action, editor, session, range) {
573
+ var selected = session.doc.getTextRange(range);
574
+ if (!range.isMultiLine() && selected == '{') {
575
+ var line = session.doc.getLine(range.start.row);
576
+ var rightChar = line.substring(range.end.column, range.end.column + 1);
577
+ if (rightChar == '}') {
578
+ range.end.column++;
579
+ return range;
580
+ }
581
+ }
582
+ });
583
+
584
+ this.add("parens", "insertion", function (state, action, editor, session, text) {
585
+ if (text == '(') {
586
+ var selection = editor.getSelectionRange();
587
+ var selected = session.doc.getTextRange(selection);
588
+ if (selected !== "") {
589
+ return {
590
+ text: '(' + selected + ')',
591
+ selection: false
592
+ }
593
+ } else {
594
+ return {
595
+ text: '()',
596
+ selection: [1, 1]
597
+ }
598
+ }
599
+ } else if (text == ')') {
600
+ var cursor = editor.getCursorPosition();
601
+ var line = session.doc.getLine(cursor.row);
602
+ var rightChar = line.substring(cursor.column, cursor.column + 1);
603
+ if (rightChar == ')') {
604
+ var matching = session.$findOpeningBracket(')', {column: cursor.column + 1, row: cursor.row});
605
+ if (matching !== null) {
606
+ return {
607
+ text: '',
608
+ selection: [1, 1]
609
+ }
610
+ }
611
+ }
612
+ }
613
+ });
614
+
615
+ this.add("parens", "deletion", function (state, action, editor, session, range) {
616
+ var selected = session.doc.getTextRange(range);
617
+ if (!range.isMultiLine() && selected == '(') {
618
+ var line = session.doc.getLine(range.start.row);
619
+ var rightChar = line.substring(range.start.column + 1, range.start.column + 2);
620
+ if (rightChar == ')') {
621
+ range.end.column++;
622
+ return range;
623
+ }
624
+ }
625
+ });
626
+
627
+ this.add("string_dquotes", "insertion", function (state, action, editor, session, text) {
628
+ if (text == '"') {
629
+ var selection = editor.getSelectionRange();
630
+ var selected = session.doc.getTextRange(selection);
631
+ if (selected !== "") {
632
+ return {
633
+ text: '"' + selected + '"',
634
+ selection: false
635
+ }
636
+ } else {
637
+ var cursor = editor.getCursorPosition();
638
+ var line = session.doc.getLine(cursor.row);
639
+ var leftChar = line.substring(cursor.column-1, cursor.column);
640
+
641
+ // We're escaped.
642
+ if (leftChar == '\\') {
643
+ return null;
644
+ }
645
+
646
+ // Find what token we're inside.
647
+ var tokens = session.getTokens(selection.start.row, selection.start.row)[0].tokens;
648
+ var col = 0, token;
649
+ var quotepos = -1; // Track whether we're inside an open quote.
650
+
651
+ for (var x = 0; x < tokens.length; x++) {
652
+ token = tokens[x];
653
+ if (token.type == "string") {
654
+ quotepos = -1;
655
+ } else if (quotepos < 0) {
656
+ quotepos = token.value.indexOf('"');
657
+ }
658
+ if ((token.value.length + col) > selection.start.column) {
659
+ break;
660
+ }
661
+ col += tokens[x].value.length;
662
+ }
663
+
664
+ // Try and be smart about when we auto insert.
665
+ if (!token || (quotepos < 0 && token.type !== "comment" && (token.type !== "string" || ((selection.start.column !== token.value.length+col-1) && token.value.lastIndexOf('"') === token.value.length-1)))) {
666
+ return {
667
+ text: '""',
668
+ selection: [1,1]
669
+ }
670
+ } else if (token && token.type === "string") {
671
+ // Ignore input and move right one if we're typing over the closing quote.
672
+ var rightChar = line.substring(cursor.column, cursor.column + 1);
673
+ if (rightChar == '"') {
674
+ return {
675
+ text: '',
676
+ selection: [1, 1]
677
+ }
678
+ }
679
+ }
680
+ }
681
+ }
682
+ });
683
+
684
+ this.add("string_dquotes", "deletion", function (state, action, editor, session, range) {
685
+ var selected = session.doc.getTextRange(range);
686
+ if (!range.isMultiLine() && selected == '"') {
687
+ var line = session.doc.getLine(range.start.row);
688
+ var rightChar = line.substring(range.start.column + 1, range.start.column + 2);
689
+ if (rightChar == '"') {
690
+ range.end.column++;
691
+ return range;
692
+ }
693
+ }
694
+ });
695
+
696
+ }
697
+ oop.inherits(CstyleBehaviour, Behaviour);
698
+
699
+ exports.CstyleBehaviour = CstyleBehaviour;
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
+ });/* ***** BEGIN LICENSE BLOCK *****
795
+ * Version: MPL 1.1/GPL 2.0/LGPL 2.1
796
+ *
797
+ * The contents of this file are subject to the Mozilla Public License Version
798
+ * 1.1 (the "License"); you may not use this file except in compliance with
799
+ * the License. You may obtain a copy of the License at
800
+ * http://www.mozilla.org/MPL/
801
+ *
802
+ * Software distributed under the License is distributed on an "AS IS" basis,
803
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
804
+ * for the specific language governing rights and limitations under the
805
+ * License.
806
+ *
807
+ * The Original Code is Ajax.org Code Editor (ACE).
808
+ *
809
+ * The Initial Developer of the Original Code is
810
+ * Ajax.org B.V.
811
+ * Portions created by the Initial Developer are Copyright (C) 2010
812
+ * the Initial Developer. All Rights Reserved.
813
+ *
814
+ * Contributor(s):
815
+ * Fabian Jakobs <fabian AT ajax DOT org>
816
+ *
817
+ * Alternatively, the contents of this file may be used under the terms of
818
+ * either the GNU General Public License Version 2 or later (the "GPL"), or
819
+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
820
+ * in which case the provisions of the GPL or the LGPL are applicable instead
821
+ * of those above. If you wish to allow use of your version of this file only
822
+ * under the terms of either the GPL or the LGPL, and not to allow others to
823
+ * use your version of this file under the terms of the MPL, indicate your
824
+ * decision by deleting the provisions above and replace them with the notice
825
+ * and other provisions required by the GPL or the LGPL. If you do not delete
826
+ * the provisions above, a recipient may use your version of this file under
827
+ * the terms of any one of the MPL, the GPL or the LGPL.
828
+ *
829
+ * ***** END LICENSE BLOCK ***** */
830
+
831
+ ace.define('ace/mode/folding/fold_mode', ['require', 'exports', 'module' , 'ace/range'], function(require, exports, module) {
832
+ "use strict";
833
+
834
+ var Range = require("../../range").Range;
835
+
836
+ var FoldMode = exports.FoldMode = function() {};
837
+
838
+ (function() {
839
+
840
+ this.foldingStartMarker = null;
841
+ this.foldingStopMarker = null;
842
+
843
+ // must return "" if there's no fold, to enable caching
844
+ this.getFoldWidget = function(session, foldStyle, row) {
845
+ var line = session.getLine(row);
846
+ if (this.foldingStartMarker.test(line))
847
+ return "start";
848
+ if (foldStyle == "markbeginend"
849
+ && this.foldingStopMarker
850
+ && this.foldingStopMarker.test(line))
851
+ return "end";
852
+ return "";
853
+ };
854
+
855
+ this.getFoldWidgetRange = function(session, foldStyle, row) {
856
+ return null;
857
+ };
858
+
859
+ this.indentationBlock = function(session, row, column) {
860
+ var re = /^\s*/;
861
+ var startRow = row;
862
+ var endRow = row;
863
+ var line = session.getLine(row);
864
+ var startColumn = column || line.length;
865
+ var startLevel = line.match(re)[0].length;
866
+ var maxRow = session.getLength()
867
+
868
+ while (++row < maxRow) {
869
+ line = session.getLine(row);
870
+ var level = line.match(re)[0].length;
871
+
872
+ if (level == line.length)
873
+ continue;
874
+
875
+ if (level <= startLevel)
876
+ break;
877
+
878
+ endRow = row;
879
+ }
880
+
881
+ if (endRow > startRow) {
882
+ var endColumn = session.getLine(endRow).length;
883
+ return new Range(startRow, startColumn, endRow, endColumn);
884
+ }
885
+ };
886
+
887
+ this.openingBracketBlock = function(session, bracket, row, column) {
888
+ var start = {row: row, column: column + 1};
889
+ var end = session.$findClosingBracket(bracket, start);
890
+ if (!end)
891
+ return;
892
+
893
+ var fw = session.foldWidgets[end.row];
894
+ if (fw == null)
895
+ fw = this.getFoldWidget(session, end.row);
896
+
897
+ if (fw == "start") {
898
+ end.row --;
899
+ end.column = session.getLine(end.row).length;
900
+ }
901
+ return Range.fromPoints(start, end);
902
+ };
903
+
904
+ }).call(FoldMode.prototype);
905
+
906
+ });