daftos 0.1.0 → 0.2.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 (307) hide show
  1. data/.DS_Store +0 -0
  2. data/Gemfile +1 -0
  3. data/Gemfile.lock +2 -0
  4. data/Rakefile +4 -0
  5. data/VERSION +1 -1
  6. data/bin/daftos +14 -0
  7. data/daftos.gemspec +363 -0
  8. data/lib/.DS_Store +0 -0
  9. data/lib/apis/.DS_Store +0 -0
  10. data/lib/apis/filesystem_api.rb +68 -0
  11. data/lib/apps/.DS_Store +0 -0
  12. data/lib/apps/apps/body.html +6 -0
  13. data/lib/apps/apps/options.json +7 -0
  14. data/lib/apps/filebrowser/.DS_Store +0 -0
  15. data/lib/apps/filebrowser/body.html +32 -0
  16. data/lib/apps/filebrowser/coffee/filebrowser.coffee +51 -0
  17. data/lib/apps/filebrowser/js/.DS_Store +0 -0
  18. data/lib/apps/filebrowser/js/daftos.js +1 -0
  19. data/lib/apps/filebrowser/options.json +7 -0
  20. data/lib/apps/photobooth/.DS_Store +0 -0
  21. data/lib/apps/photobooth/body.html +1 -0
  22. data/lib/apps/photobooth/coffee/photobooth.coffee +37 -0
  23. data/lib/apps/photobooth/coffee/test.html +278 -0
  24. data/lib/apps/photobooth/css/style.css +30 -0
  25. data/lib/apps/photobooth/js/.DS_Store +0 -0
  26. data/lib/apps/photobooth/js/daftos.js +1 -0
  27. data/lib/apps/photobooth/options.json +26 -0
  28. data/lib/apps/photobrowser/body.html +2 -0
  29. data/lib/apps/photobrowser/coffee/photobrowser.coffee +18 -0
  30. data/lib/apps/photobrowser/js/.DS_Store +0 -0
  31. data/lib/apps/photobrowser/options.json +16 -0
  32. data/lib/apps/texteditor/body.html +1 -0
  33. data/lib/apps/texteditor/coffee/texteditor.coffee +31 -0
  34. data/lib/apps/texteditor/js/.DS_Store +0 -0
  35. data/lib/apps/texteditor/js/ace-compat-noconflict.js +1 -0
  36. data/lib/apps/texteditor/js/ace-compat-uncompressed-noconflict.js +480 -0
  37. data/lib/apps/texteditor/js/ace-compat-uncompressed.js +480 -0
  38. data/lib/apps/texteditor/js/ace-compat.js +1 -0
  39. data/lib/apps/texteditor/js/ace-noconflict.js +10 -0
  40. data/lib/apps/texteditor/js/ace-uncompressed-noconflict.js +19559 -0
  41. data/lib/apps/texteditor/js/ace-uncompressed.js +19559 -0
  42. data/lib/apps/texteditor/js/ace.js +10 -0
  43. data/lib/apps/texteditor/js/keybinding-emacs-noconflict.js +1 -0
  44. data/lib/apps/texteditor/js/keybinding-emacs-uncompressed-noconflict.js +150 -0
  45. data/lib/apps/texteditor/js/keybinding-emacs-uncompressed.js +150 -0
  46. data/lib/apps/texteditor/js/keybinding-emacs.js +1 -0
  47. data/lib/apps/texteditor/js/keybinding-vim-noconflict.js +1 -0
  48. data/lib/apps/texteditor/js/keybinding-vim-uncompressed-noconflict.js +138 -0
  49. data/lib/apps/texteditor/js/keybinding-vim-uncompressed.js +138 -0
  50. data/lib/apps/texteditor/js/keybinding-vim.js +1 -0
  51. data/lib/apps/texteditor/js/mode-c_cpp-noconflict.js +1 -0
  52. data/lib/apps/texteditor/js/mode-c_cpp-uncompressed-noconflict.js +917 -0
  53. data/lib/apps/texteditor/js/mode-c_cpp-uncompressed.js +917 -0
  54. data/lib/apps/texteditor/js/mode-c_cpp.js +1 -0
  55. data/lib/apps/texteditor/js/mode-clojure-noconflict.js +1 -0
  56. data/lib/apps/texteditor/js/mode-clojure-uncompressed-noconflict.js +422 -0
  57. data/lib/apps/texteditor/js/mode-clojure-uncompressed.js +422 -0
  58. data/lib/apps/texteditor/js/mode-clojure.js +1 -0
  59. data/lib/apps/texteditor/js/mode-coffee-noconflict.js +1 -0
  60. data/lib/apps/texteditor/js/mode-coffee-uncompressed-noconflict.js +605 -0
  61. data/lib/apps/texteditor/js/mode-coffee-uncompressed.js +605 -0
  62. data/lib/apps/texteditor/js/mode-coffee.js +1 -0
  63. data/lib/apps/texteditor/js/mode-coldfusion-noconflict.js +1 -0
  64. data/lib/apps/texteditor/js/mode-coldfusion-uncompressed-noconflict.js +2454 -0
  65. data/lib/apps/texteditor/js/mode-coldfusion-uncompressed.js +2454 -0
  66. data/lib/apps/texteditor/js/mode-coldfusion.js +1 -0
  67. data/lib/apps/texteditor/js/mode-csharp-noconflict.js +1 -0
  68. data/lib/apps/texteditor/js/mode-csharp-uncompressed-noconflict.js +767 -0
  69. data/lib/apps/texteditor/js/mode-csharp-uncompressed.js +767 -0
  70. data/lib/apps/texteditor/js/mode-csharp.js +1 -0
  71. data/lib/apps/texteditor/js/mode-css-noconflict.js +1 -0
  72. data/lib/apps/texteditor/js/mode-css-uncompressed-noconflict.js +640 -0
  73. data/lib/apps/texteditor/js/mode-css-uncompressed.js +640 -0
  74. data/lib/apps/texteditor/js/mode-css.js +1 -0
  75. data/lib/apps/texteditor/js/mode-golang-noconflict.js +1 -0
  76. data/lib/apps/texteditor/js/mode-golang-uncompressed-noconflict.js +378 -0
  77. data/lib/apps/texteditor/js/mode-golang-uncompressed.js +378 -0
  78. data/lib/apps/texteditor/js/mode-golang.js +1 -0
  79. data/lib/apps/texteditor/js/mode-groovy-noconflict.js +1 -0
  80. data/lib/apps/texteditor/js/mode-groovy-uncompressed-noconflict.js +1391 -0
  81. data/lib/apps/texteditor/js/mode-groovy-uncompressed.js +1391 -0
  82. data/lib/apps/texteditor/js/mode-groovy.js +1 -0
  83. data/lib/apps/texteditor/js/mode-haxe-noconflict.js +1 -0
  84. data/lib/apps/texteditor/js/mode-haxe-uncompressed-noconflict.js +767 -0
  85. data/lib/apps/texteditor/js/mode-haxe-uncompressed.js +767 -0
  86. data/lib/apps/texteditor/js/mode-haxe.js +1 -0
  87. data/lib/apps/texteditor/js/mode-html-noconflict.js +1 -0
  88. data/lib/apps/texteditor/js/mode-html-uncompressed-noconflict.js +2470 -0
  89. data/lib/apps/texteditor/js/mode-html-uncompressed.js +2470 -0
  90. data/lib/apps/texteditor/js/mode-html.js +1 -0
  91. data/lib/apps/texteditor/js/mode-java-noconflict.js +1 -0
  92. data/lib/apps/texteditor/js/mode-java-uncompressed-noconflict.js +1393 -0
  93. data/lib/apps/texteditor/js/mode-java-uncompressed.js +1393 -0
  94. data/lib/apps/texteditor/js/mode-java.js +1 -0
  95. data/lib/apps/texteditor/js/mode-javascript-noconflict.js +1 -0
  96. data/lib/apps/texteditor/js/mode-javascript-uncompressed-noconflict.js +1224 -0
  97. data/lib/apps/texteditor/js/mode-javascript-uncompressed.js +1224 -0
  98. data/lib/apps/texteditor/js/mode-javascript.js +1 -0
  99. data/lib/apps/texteditor/js/mode-json-noconflict.js +1 -0
  100. data/lib/apps/texteditor/js/mode-json-uncompressed-noconflict.js +698 -0
  101. data/lib/apps/texteditor/js/mode-json-uncompressed.js +698 -0
  102. data/lib/apps/texteditor/js/mode-json.js +1 -0
  103. data/lib/apps/texteditor/js/mode-latex-noconflict.js +1 -0
  104. data/lib/apps/texteditor/js/mode-latex-uncompressed-noconflict.js +95 -0
  105. data/lib/apps/texteditor/js/mode-latex-uncompressed.js +95 -0
  106. data/lib/apps/texteditor/js/mode-latex.js +1 -0
  107. data/lib/apps/texteditor/js/mode-less-noconflict.js +1 -0
  108. data/lib/apps/texteditor/js/mode-less-uncompressed-noconflict.js +654 -0
  109. data/lib/apps/texteditor/js/mode-less-uncompressed.js +654 -0
  110. data/lib/apps/texteditor/js/mode-less.js +1 -0
  111. data/lib/apps/texteditor/js/mode-liquid-noconflict.js +1 -0
  112. data/lib/apps/texteditor/js/mode-liquid-uncompressed-noconflict.js +1353 -0
  113. data/lib/apps/texteditor/js/mode-liquid-uncompressed.js +1353 -0
  114. data/lib/apps/texteditor/js/mode-liquid.js +1 -0
  115. data/lib/apps/texteditor/js/mode-lua-noconflict.js +1 -0
  116. data/lib/apps/texteditor/js/mode-lua-uncompressed-noconflict.js +523 -0
  117. data/lib/apps/texteditor/js/mode-lua-uncompressed.js +523 -0
  118. data/lib/apps/texteditor/js/mode-lua.js +1 -0
  119. data/lib/apps/texteditor/js/mode-markdown-noconflict.js +1 -0
  120. data/lib/apps/texteditor/js/mode-markdown-uncompressed-noconflict.js +2918 -0
  121. data/lib/apps/texteditor/js/mode-markdown-uncompressed.js +2918 -0
  122. data/lib/apps/texteditor/js/mode-markdown.js +1 -0
  123. data/lib/apps/texteditor/js/mode-ocaml-noconflict.js +1 -0
  124. data/lib/apps/texteditor/js/mode-ocaml-uncompressed-noconflict.js +539 -0
  125. data/lib/apps/texteditor/js/mode-ocaml-uncompressed.js +539 -0
  126. data/lib/apps/texteditor/js/mode-ocaml.js +1 -0
  127. data/lib/apps/texteditor/js/mode-perl-noconflict.js +1 -0
  128. data/lib/apps/texteditor/js/mode-perl-uncompressed-noconflict.js +573 -0
  129. data/lib/apps/texteditor/js/mode-perl-uncompressed.js +573 -0
  130. data/lib/apps/texteditor/js/mode-perl.js +1 -0
  131. data/lib/apps/texteditor/js/mode-pgsql-noconflict.js +1 -0
  132. data/lib/apps/texteditor/js/mode-pgsql-uncompressed-noconflict.js +1104 -0
  133. data/lib/apps/texteditor/js/mode-pgsql-uncompressed.js +1104 -0
  134. data/lib/apps/texteditor/js/mode-pgsql.js +1 -0
  135. data/lib/apps/texteditor/js/mode-php-noconflict.js +1 -0
  136. data/lib/apps/texteditor/js/mode-php-uncompressed-noconflict.js +1883 -0
  137. data/lib/apps/texteditor/js/mode-php-uncompressed.js +1883 -0
  138. data/lib/apps/texteditor/js/mode-php.js +1 -0
  139. data/lib/apps/texteditor/js/mode-powershell-noconflict.js +1 -0
  140. data/lib/apps/texteditor/js/mode-powershell-uncompressed-noconflict.js +708 -0
  141. data/lib/apps/texteditor/js/mode-powershell-uncompressed.js +708 -0
  142. data/lib/apps/texteditor/js/mode-powershell.js +1 -0
  143. data/lib/apps/texteditor/js/mode-python-noconflict.js +1 -0
  144. data/lib/apps/texteditor/js/mode-python-uncompressed-noconflict.js +506 -0
  145. data/lib/apps/texteditor/js/mode-python-uncompressed.js +506 -0
  146. data/lib/apps/texteditor/js/mode-python.js +1 -0
  147. data/lib/apps/texteditor/js/mode-ruby-noconflict.js +1 -0
  148. data/lib/apps/texteditor/js/mode-ruby-uncompressed-noconflict.js +391 -0
  149. data/lib/apps/texteditor/js/mode-ruby-uncompressed.js +391 -0
  150. data/lib/apps/texteditor/js/mode-ruby.js +1 -0
  151. data/lib/apps/texteditor/js/mode-scad-noconflict.js +1 -0
  152. data/lib/apps/texteditor/js/mode-scad-uncompressed-noconflict.js +905 -0
  153. data/lib/apps/texteditor/js/mode-scad-uncompressed.js +905 -0
  154. data/lib/apps/texteditor/js/mode-scad.js +1 -0
  155. data/lib/apps/texteditor/js/mode-scala-noconflict.js +1 -0
  156. data/lib/apps/texteditor/js/mode-scala-uncompressed-noconflict.js +1393 -0
  157. data/lib/apps/texteditor/js/mode-scala-uncompressed.js +1393 -0
  158. data/lib/apps/texteditor/js/mode-scala.js +1 -0
  159. data/lib/apps/texteditor/js/mode-scss-noconflict.js +1 -0
  160. data/lib/apps/texteditor/js/mode-scss-uncompressed-noconflict.js +678 -0
  161. data/lib/apps/texteditor/js/mode-scss-uncompressed.js +678 -0
  162. data/lib/apps/texteditor/js/mode-scss.js +1 -0
  163. data/lib/apps/texteditor/js/mode-sh-noconflict.js +1 -0
  164. data/lib/apps/texteditor/js/mode-sh-uncompressed-noconflict.js +289 -0
  165. data/lib/apps/texteditor/js/mode-sh-uncompressed.js +289 -0
  166. data/lib/apps/texteditor/js/mode-sh.js +1 -0
  167. data/lib/apps/texteditor/js/mode-sql-noconflict.js +1 -0
  168. data/lib/apps/texteditor/js/mode-sql-uncompressed-noconflict.js +159 -0
  169. data/lib/apps/texteditor/js/mode-sql-uncompressed.js +159 -0
  170. data/lib/apps/texteditor/js/mode-sql.js +1 -0
  171. data/lib/apps/texteditor/js/mode-svg-noconflict.js +1 -0
  172. data/lib/apps/texteditor/js/mode-svg-uncompressed-noconflict.js +2133 -0
  173. data/lib/apps/texteditor/js/mode-svg-uncompressed.js +2133 -0
  174. data/lib/apps/texteditor/js/mode-svg.js +1 -0
  175. data/lib/apps/texteditor/js/mode-text-noconflict.js +0 -0
  176. data/lib/apps/texteditor/js/mode-text-uncompressed-noconflict.js +0 -0
  177. data/lib/apps/texteditor/js/mode-text-uncompressed.js +0 -0
  178. data/lib/apps/texteditor/js/mode-text.js +0 -0
  179. data/lib/apps/texteditor/js/mode-textile-noconflict.js +1 -0
  180. data/lib/apps/texteditor/js/mode-textile-uncompressed-noconflict.js +254 -0
  181. data/lib/apps/texteditor/js/mode-textile-uncompressed.js +254 -0
  182. data/lib/apps/texteditor/js/mode-textile.js +1 -0
  183. data/lib/apps/texteditor/js/mode-xml-noconflict.js +1 -0
  184. data/lib/apps/texteditor/js/mode-xml-uncompressed-noconflict.js +1009 -0
  185. data/lib/apps/texteditor/js/mode-xml-uncompressed.js +1009 -0
  186. data/lib/apps/texteditor/js/mode-xml.js +1 -0
  187. data/lib/apps/texteditor/js/mode-xquery-noconflict.js +1 -0
  188. data/lib/apps/texteditor/js/mode-xquery-uncompressed-noconflict.js +540 -0
  189. data/lib/apps/texteditor/js/mode-xquery-uncompressed.js +540 -0
  190. data/lib/apps/texteditor/js/mode-xquery.js +1 -0
  191. data/lib/apps/texteditor/js/theme-chrome-noconflict.js +1 -0
  192. data/lib/apps/texteditor/js/theme-chrome-uncompressed-noconflict.js +207 -0
  193. data/lib/apps/texteditor/js/theme-chrome-uncompressed.js +207 -0
  194. data/lib/apps/texteditor/js/theme-chrome.js +1 -0
  195. data/lib/apps/texteditor/js/theme-clouds-noconflict.js +1 -0
  196. data/lib/apps/texteditor/js/theme-clouds-uncompressed-noconflict.js +160 -0
  197. data/lib/apps/texteditor/js/theme-clouds-uncompressed.js +160 -0
  198. data/lib/apps/texteditor/js/theme-clouds.js +1 -0
  199. data/lib/apps/texteditor/js/theme-clouds_midnight-noconflict.js +1 -0
  200. data/lib/apps/texteditor/js/theme-clouds_midnight-uncompressed-noconflict.js +161 -0
  201. data/lib/apps/texteditor/js/theme-clouds_midnight-uncompressed.js +161 -0
  202. data/lib/apps/texteditor/js/theme-clouds_midnight.js +1 -0
  203. data/lib/apps/texteditor/js/theme-cobalt-noconflict.js +1 -0
  204. data/lib/apps/texteditor/js/theme-cobalt-uncompressed-noconflict.js +187 -0
  205. data/lib/apps/texteditor/js/theme-cobalt-uncompressed.js +187 -0
  206. data/lib/apps/texteditor/js/theme-cobalt.js +1 -0
  207. data/lib/apps/texteditor/js/theme-crimson_editor-noconflict.js +1 -0
  208. data/lib/apps/texteditor/js/theme-crimson_editor-uncompressed-noconflict.js +198 -0
  209. data/lib/apps/texteditor/js/theme-crimson_editor-uncompressed.js +198 -0
  210. data/lib/apps/texteditor/js/theme-crimson_editor.js +1 -0
  211. data/lib/apps/texteditor/js/theme-dawn-noconflict.js +1 -0
  212. data/lib/apps/texteditor/js/theme-dawn-uncompressed-noconflict.js +191 -0
  213. data/lib/apps/texteditor/js/theme-dawn-uncompressed.js +191 -0
  214. data/lib/apps/texteditor/js/theme-dawn.js +1 -0
  215. data/lib/apps/texteditor/js/theme-dreamweaver-noconflict.js +1 -0
  216. data/lib/apps/texteditor/js/theme-dreamweaver-uncompressed-noconflict.js +227 -0
  217. data/lib/apps/texteditor/js/theme-dreamweaver-uncompressed.js +227 -0
  218. data/lib/apps/texteditor/js/theme-dreamweaver.js +1 -0
  219. data/lib/apps/texteditor/js/theme-eclipse-noconflict.js +1 -0
  220. data/lib/apps/texteditor/js/theme-eclipse-uncompressed-noconflict.js +147 -0
  221. data/lib/apps/texteditor/js/theme-eclipse-uncompressed.js +147 -0
  222. data/lib/apps/texteditor/js/theme-eclipse.js +1 -0
  223. data/lib/apps/texteditor/js/theme-idle_fingers-noconflict.js +1 -0
  224. data/lib/apps/texteditor/js/theme-idle_fingers-uncompressed-noconflict.js +179 -0
  225. data/lib/apps/texteditor/js/theme-idle_fingers-uncompressed.js +179 -0
  226. data/lib/apps/texteditor/js/theme-idle_fingers.js +1 -0
  227. data/lib/apps/texteditor/js/theme-kr_theme-noconflict.js +1 -0
  228. data/lib/apps/texteditor/js/theme-kr_theme-uncompressed-noconflict.js +182 -0
  229. data/lib/apps/texteditor/js/theme-kr_theme-uncompressed.js +182 -0
  230. data/lib/apps/texteditor/js/theme-kr_theme.js +1 -0
  231. data/lib/apps/texteditor/js/theme-merbivore-noconflict.js +1 -0
  232. data/lib/apps/texteditor/js/theme-merbivore-uncompressed-noconflict.js +182 -0
  233. data/lib/apps/texteditor/js/theme-merbivore-uncompressed.js +182 -0
  234. data/lib/apps/texteditor/js/theme-merbivore.js +1 -0
  235. data/lib/apps/texteditor/js/theme-merbivore_soft-noconflict.js +1 -0
  236. data/lib/apps/texteditor/js/theme-merbivore_soft-uncompressed-noconflict.js +188 -0
  237. data/lib/apps/texteditor/js/theme-merbivore_soft-uncompressed.js +188 -0
  238. data/lib/apps/texteditor/js/theme-merbivore_soft.js +1 -0
  239. data/lib/apps/texteditor/js/theme-mono_industrial-noconflict.js +1 -0
  240. data/lib/apps/texteditor/js/theme-mono_industrial-uncompressed-noconflict.js +190 -0
  241. data/lib/apps/texteditor/js/theme-mono_industrial-uncompressed.js +190 -0
  242. data/lib/apps/texteditor/js/theme-mono_industrial.js +1 -0
  243. data/lib/apps/texteditor/js/theme-monokai-noconflict.js +1 -0
  244. data/lib/apps/texteditor/js/theme-monokai-uncompressed-noconflict.js +188 -0
  245. data/lib/apps/texteditor/js/theme-monokai-uncompressed.js +188 -0
  246. data/lib/apps/texteditor/js/theme-monokai.js +1 -0
  247. data/lib/apps/texteditor/js/theme-pastel_on_dark-noconflict.js +1 -0
  248. data/lib/apps/texteditor/js/theme-pastel_on_dark-uncompressed-noconflict.js +192 -0
  249. data/lib/apps/texteditor/js/theme-pastel_on_dark-uncompressed.js +192 -0
  250. data/lib/apps/texteditor/js/theme-pastel_on_dark.js +1 -0
  251. data/lib/apps/texteditor/js/theme-solarized_dark-noconflict.js +1 -0
  252. data/lib/apps/texteditor/js/theme-solarized_dark-uncompressed-noconflict.js +173 -0
  253. data/lib/apps/texteditor/js/theme-solarized_dark-uncompressed.js +173 -0
  254. data/lib/apps/texteditor/js/theme-solarized_dark.js +1 -0
  255. data/lib/apps/texteditor/js/theme-solarized_light-noconflict.js +1 -0
  256. data/lib/apps/texteditor/js/theme-solarized_light-uncompressed-noconflict.js +172 -0
  257. data/lib/apps/texteditor/js/theme-solarized_light-uncompressed.js +172 -0
  258. data/lib/apps/texteditor/js/theme-solarized_light.js +1 -0
  259. data/lib/apps/texteditor/js/theme-textmate-noconflict.js +0 -0
  260. data/lib/apps/texteditor/js/theme-textmate-uncompressed-noconflict.js +0 -0
  261. data/lib/apps/texteditor/js/theme-textmate-uncompressed.js +0 -0
  262. data/lib/apps/texteditor/js/theme-textmate.js +0 -0
  263. data/lib/apps/texteditor/js/theme-tomorrow-noconflict.js +1 -0
  264. data/lib/apps/texteditor/js/theme-tomorrow-uncompressed-noconflict.js +206 -0
  265. data/lib/apps/texteditor/js/theme-tomorrow-uncompressed.js +206 -0
  266. data/lib/apps/texteditor/js/theme-tomorrow.js +1 -0
  267. data/lib/apps/texteditor/js/theme-tomorrow_night-noconflict.js +1 -0
  268. data/lib/apps/texteditor/js/theme-tomorrow_night-uncompressed-noconflict.js +206 -0
  269. data/lib/apps/texteditor/js/theme-tomorrow_night-uncompressed.js +206 -0
  270. data/lib/apps/texteditor/js/theme-tomorrow_night.js +1 -0
  271. data/lib/apps/texteditor/js/theme-tomorrow_night_blue-noconflict.js +1 -0
  272. data/lib/apps/texteditor/js/theme-tomorrow_night_blue-uncompressed-noconflict.js +206 -0
  273. data/lib/apps/texteditor/js/theme-tomorrow_night_blue-uncompressed.js +206 -0
  274. data/lib/apps/texteditor/js/theme-tomorrow_night_blue.js +1 -0
  275. data/lib/apps/texteditor/js/theme-tomorrow_night_bright-noconflict.js +1 -0
  276. data/lib/apps/texteditor/js/theme-tomorrow_night_bright-uncompressed-noconflict.js +206 -0
  277. data/lib/apps/texteditor/js/theme-tomorrow_night_bright-uncompressed.js +206 -0
  278. data/lib/apps/texteditor/js/theme-tomorrow_night_bright.js +1 -0
  279. data/lib/apps/texteditor/js/theme-tomorrow_night_eighties-noconflict.js +1 -0
  280. data/lib/apps/texteditor/js/theme-tomorrow_night_eighties-uncompressed-noconflict.js +202 -0
  281. data/lib/apps/texteditor/js/theme-tomorrow_night_eighties-uncompressed.js +202 -0
  282. data/lib/apps/texteditor/js/theme-tomorrow_night_eighties.js +1 -0
  283. data/lib/apps/texteditor/js/theme-twilight-noconflict.js +1 -0
  284. data/lib/apps/texteditor/js/theme-twilight-uncompressed-noconflict.js +204 -0
  285. data/lib/apps/texteditor/js/theme-twilight-uncompressed.js +204 -0
  286. data/lib/apps/texteditor/js/theme-twilight.js +1 -0
  287. data/lib/apps/texteditor/js/theme-vibrant_ink-noconflict.js +1 -0
  288. data/lib/apps/texteditor/js/theme-vibrant_ink-uncompressed-noconflict.js +183 -0
  289. data/lib/apps/texteditor/js/theme-vibrant_ink-uncompressed.js +183 -0
  290. data/lib/apps/texteditor/js/theme-vibrant_ink.js +1 -0
  291. data/lib/apps/texteditor/js/worker-coffee.js +7991 -0
  292. data/lib/apps/texteditor/js/worker-css.js +12224 -0
  293. data/lib/apps/texteditor/js/worker-javascript.js +11124 -0
  294. data/lib/apps/texteditor/js/worker-json.js +3593 -0
  295. data/lib/apps/texteditor/options.json +16 -0
  296. data/lib/daftos/.DS_Store +0 -0
  297. data/lib/daftos/server.rb +106 -0
  298. data/lib/daftos/views/app_footer.erb +2 -0
  299. data/lib/daftos/views/app_header.erb +33 -0
  300. data/lib/daftos.rb +25 -2
  301. data/lib/libs/.DS_Store +0 -0
  302. data/lib/libs/coffee/daftos.coffee +36 -0
  303. data/lib/libs/css/bootstrap.css +3496 -0
  304. data/lib/libs/js/bootstrap.js +1720 -0
  305. data/lib/libs/js/jquery.js +4 -0
  306. data/myapp.pid +1 -0
  307. metadata +325 -12
@@ -0,0 +1,905 @@
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
+ });/* ***** BEGIN LICENSE BLOCK *****
700
+ * Version: MPL 1.1/GPL 2.0/LGPL 2.1
701
+ *
702
+ * The contents of this file are subject to the Mozilla Public License Version
703
+ * 1.1 (the "License"); you may not use this file except in compliance with
704
+ * the License. You may obtain a copy of the License at
705
+ * http://www.mozilla.org/MPL/
706
+ *
707
+ * Software distributed under the License is distributed on an "AS IS" basis,
708
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
709
+ * for the specific language governing rights and limitations under the
710
+ * License.
711
+ *
712
+ * The Original Code is Ajax.org Code Editor (ACE).
713
+ *
714
+ * The Initial Developer of the Original Code is
715
+ * Ajax.org B.V.
716
+ * Portions created by the Initial Developer are Copyright (C) 2010
717
+ * the Initial Developer. All Rights Reserved.
718
+ *
719
+ * Contributor(s):
720
+ * Fabian Jakobs <fabian AT ajax DOT org>
721
+ *
722
+ * Alternatively, the contents of this file may be used under the terms of
723
+ * either the GNU General Public License Version 2 or later (the "GPL"), or
724
+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
725
+ * in which case the provisions of the GPL or the LGPL are applicable instead
726
+ * of those above. If you wish to allow use of your version of this file only
727
+ * under the terms of either the GPL or the LGPL, and not to allow others to
728
+ * use your version of this file under the terms of the MPL, indicate your
729
+ * decision by deleting the provisions above and replace them with the notice
730
+ * and other provisions required by the GPL or the LGPL. If you do not delete
731
+ * the provisions above, a recipient may use your version of this file under
732
+ * the terms of any one of the MPL, the GPL or the LGPL.
733
+ *
734
+ * ***** END LICENSE BLOCK ***** */
735
+
736
+ ace.define('ace/mode/folding/cstyle', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/range', 'ace/mode/folding/fold_mode'], function(require, exports, module) {
737
+ "use strict";
738
+
739
+ var oop = require("../../lib/oop");
740
+ var Range = require("../../range").Range;
741
+ var BaseFoldMode = require("./fold_mode").FoldMode;
742
+
743
+ var FoldMode = exports.FoldMode = function() {};
744
+ oop.inherits(FoldMode, BaseFoldMode);
745
+
746
+ (function() {
747
+
748
+ this.foldingStartMarker = /(\{|\[)[^\}\]]*$|^\s*(\/\*)/;
749
+ this.foldingStopMarker = /^[^\[\{]*(\}|\])|^[\s\*]*(\*\/)/;
750
+
751
+ this.getFoldWidgetRange = function(session, foldStyle, row) {
752
+ var line = session.getLine(row);
753
+ var match = line.match(this.foldingStartMarker);
754
+ if (match) {
755
+ var i = match.index;
756
+
757
+ if (match[1])
758
+ return this.openingBracketBlock(session, match[1], row, i);
759
+
760
+ var range = session.getCommentFoldRange(row, i + match[0].length);
761
+ range.end.column -= 2;
762
+ return range;
763
+ }
764
+
765
+ if (foldStyle !== "markbeginend")
766
+ return;
767
+
768
+ var match = line.match(this.foldingStopMarker);
769
+ if (match) {
770
+ var i = match.index + match[0].length;
771
+
772
+ if (match[2]) {
773
+ var range = session.getCommentFoldRange(row, i);
774
+ range.end.column -= 2;
775
+ return range;
776
+ }
777
+
778
+ var end = {row: row, column: i};
779
+ var start = session.$findOpeningBracket(match[1], end);
780
+
781
+ if (!start)
782
+ return;
783
+
784
+ start.column++;
785
+ end.column--;
786
+
787
+ return Range.fromPoints(start, end);
788
+ }
789
+ };
790
+
791
+ }).call(FoldMode.prototype);
792
+
793
+ });/* ***** BEGIN LICENSE BLOCK *****
794
+ * Version: MPL 1.1/GPL 2.0/LGPL 2.1
795
+ *
796
+ * The contents of this file are subject to the Mozilla Public License Version
797
+ * 1.1 (the "License"); you may not use this file except in compliance with
798
+ * the License. You may obtain a copy of the License at
799
+ * http://www.mozilla.org/MPL/
800
+ *
801
+ * Software distributed under the License is distributed on an "AS IS" basis,
802
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
803
+ * for the specific language governing rights and limitations under the
804
+ * License.
805
+ *
806
+ * The Original Code is Ajax.org Code Editor (ACE).
807
+ *
808
+ * The Initial Developer of the Original Code is
809
+ * Ajax.org B.V.
810
+ * Portions created by the Initial Developer are Copyright (C) 2010
811
+ * the Initial Developer. All Rights Reserved.
812
+ *
813
+ * Contributor(s):
814
+ * Fabian Jakobs <fabian AT ajax DOT org>
815
+ *
816
+ * Alternatively, the contents of this file may be used under the terms of
817
+ * either the GNU General Public License Version 2 or later (the "GPL"), or
818
+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
819
+ * in which case the provisions of the GPL or the LGPL are applicable instead
820
+ * of those above. If you wish to allow use of your version of this file only
821
+ * under the terms of either the GPL or the LGPL, and not to allow others to
822
+ * use your version of this file under the terms of the MPL, indicate your
823
+ * decision by deleting the provisions above and replace them with the notice
824
+ * and other provisions required by the GPL or the LGPL. If you do not delete
825
+ * the provisions above, a recipient may use your version of this file under
826
+ * the terms of any one of the MPL, the GPL or the LGPL.
827
+ *
828
+ * ***** END LICENSE BLOCK ***** */
829
+
830
+ ace.define('ace/mode/folding/fold_mode', ['require', 'exports', 'module' , 'ace/range'], function(require, exports, module) {
831
+ "use strict";
832
+
833
+ var Range = require("../../range").Range;
834
+
835
+ var FoldMode = exports.FoldMode = function() {};
836
+
837
+ (function() {
838
+
839
+ this.foldingStartMarker = null;
840
+ this.foldingStopMarker = null;
841
+
842
+ // must return "" if there's no fold, to enable caching
843
+ this.getFoldWidget = function(session, foldStyle, row) {
844
+ var line = session.getLine(row);
845
+ if (this.foldingStartMarker.test(line))
846
+ return "start";
847
+ if (foldStyle == "markbeginend"
848
+ && this.foldingStopMarker
849
+ && this.foldingStopMarker.test(line))
850
+ return "end";
851
+ return "";
852
+ };
853
+
854
+ this.getFoldWidgetRange = function(session, foldStyle, row) {
855
+ return null;
856
+ };
857
+
858
+ this.indentationBlock = function(session, row, column) {
859
+ var re = /^\s*/;
860
+ var startRow = row;
861
+ var endRow = row;
862
+ var line = session.getLine(row);
863
+ var startColumn = column || line.length;
864
+ var startLevel = line.match(re)[0].length;
865
+ var maxRow = session.getLength()
866
+
867
+ while (++row < maxRow) {
868
+ line = session.getLine(row);
869
+ var level = line.match(re)[0].length;
870
+
871
+ if (level == line.length)
872
+ continue;
873
+
874
+ if (level <= startLevel)
875
+ break;
876
+
877
+ endRow = row;
878
+ }
879
+
880
+ if (endRow > startRow) {
881
+ var endColumn = session.getLine(endRow).length;
882
+ return new Range(startRow, startColumn, endRow, endColumn);
883
+ }
884
+ };
885
+
886
+ this.openingBracketBlock = function(session, bracket, row, column) {
887
+ var start = {row: row, column: column + 1};
888
+ var end = session.$findClosingBracket(bracket, start);
889
+ if (!end)
890
+ return;
891
+
892
+ var fw = session.foldWidgets[end.row];
893
+ if (fw == null)
894
+ fw = this.getFoldWidget(session, end.row);
895
+
896
+ if (fw == "start") {
897
+ end.row --;
898
+ end.column = session.getLine(end.row).length;
899
+ }
900
+ return Range.fromPoints(start, end);
901
+ };
902
+
903
+ }).call(FoldMode.prototype);
904
+
905
+ });