daftos 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
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,191 @@
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
+ *
24
+ * Alternatively, the contents of this file may be used under the terms of
25
+ * either the GNU General Public License Version 2 or later (the "GPL"), or
26
+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
27
+ * in which case the provisions of the GPL or the LGPL are applicable instead
28
+ * of those above. If you wish to allow use of your version of this file only
29
+ * under the terms of either the GPL or the LGPL, and not to allow others to
30
+ * use your version of this file under the terms of the MPL, indicate your
31
+ * decision by deleting the provisions above and replace them with the notice
32
+ * and other provisions required by the GPL or the LGPL. If you do not delete
33
+ * the provisions above, a recipient may use your version of this file under
34
+ * the terms of any one of the MPL, the GPL or the LGPL.
35
+ *
36
+ * ***** END LICENSE BLOCK ***** */
37
+
38
+ ace.define('ace/theme/dawn', ['require', 'exports', 'module' , 'ace/lib/dom'], function(require, exports, module) {
39
+
40
+ exports.isDark = false;
41
+ exports.cssClass = "ace-dawn";
42
+ exports.cssText = "\
43
+ .ace-dawn .ace_editor {\
44
+ border: 2px solid rgb(159, 159, 159);\
45
+ }\
46
+ \
47
+ .ace-dawn .ace_editor.ace_focus {\
48
+ border: 2px solid #327fbd;\
49
+ }\
50
+ \
51
+ .ace-dawn .ace_gutter {\
52
+ background: #e8e8e8;\
53
+ color: #333;\
54
+ }\
55
+ \
56
+ .ace-dawn .ace_print_margin {\
57
+ width: 1px;\
58
+ background: #e8e8e8;\
59
+ }\
60
+ \
61
+ .ace-dawn .ace_scroller {\
62
+ background-color: #F9F9F9;\
63
+ }\
64
+ \
65
+ .ace-dawn .ace_text-layer {\
66
+ cursor: text;\
67
+ color: #080808;\
68
+ }\
69
+ \
70
+ .ace-dawn .ace_cursor {\
71
+ border-left: 2px solid #000000;\
72
+ }\
73
+ \
74
+ .ace-dawn .ace_cursor.ace_overwrite {\
75
+ border-left: 0px;\
76
+ border-bottom: 1px solid #000000;\
77
+ }\
78
+ \
79
+ .ace-dawn .ace_marker-layer .ace_selection {\
80
+ background: rgba(39, 95, 255, 0.30);\
81
+ }\
82
+ \
83
+ .ace-dawn.multiselect .ace_selection.start {\
84
+ box-shadow: 0 0 3px 0px #F9F9F9;\
85
+ border-radius: 2px;\
86
+ }\
87
+ \
88
+ .ace-dawn .ace_marker-layer .ace_step {\
89
+ background: rgb(198, 219, 174);\
90
+ }\
91
+ \
92
+ .ace-dawn .ace_marker-layer .ace_bracket {\
93
+ margin: -1px 0 0 -1px;\
94
+ border: 1px solid rgba(75, 75, 126, 0.50);\
95
+ }\
96
+ \
97
+ .ace-dawn .ace_marker-layer .ace_active_line {\
98
+ background: rgba(36, 99, 180, 0.12);\
99
+ }\
100
+ \
101
+ .ace-dawn .ace_marker-layer .ace_selected_word {\
102
+ border: 1px solid rgba(39, 95, 255, 0.30);\
103
+ }\
104
+ \
105
+ .ace-dawn .ace_invisible {\
106
+ color: rgba(75, 75, 126, 0.50);\
107
+ }\
108
+ \
109
+ .ace-dawn .ace_keyword, .ace-dawn .ace_meta {\
110
+ color:#794938;\
111
+ }\
112
+ \
113
+ .ace-dawn .ace_constant, .ace-dawn .ace_constant.ace_other {\
114
+ color:#811F24;\
115
+ }\
116
+ \
117
+ .ace-dawn .ace_constant.ace_character, {\
118
+ color:#811F24;\
119
+ }\
120
+ \
121
+ .ace-dawn .ace_constant.ace_character.ace_escape, {\
122
+ color:#811F24;\
123
+ }\
124
+ \
125
+ .ace-dawn .ace_invalid.ace_illegal {\
126
+ text-decoration:underline;\
127
+ font-style:italic;\
128
+ color:#F8F8F8;\
129
+ background-color:#B52A1D;\
130
+ }\
131
+ \
132
+ .ace-dawn .ace_invalid.ace_deprecated {\
133
+ text-decoration:underline;\
134
+ font-style:italic;\
135
+ color:#B52A1D;\
136
+ }\
137
+ \
138
+ .ace-dawn .ace_support {\
139
+ color:#691C97;\
140
+ }\
141
+ \
142
+ .ace-dawn .ace_support.ace_constant {\
143
+ color:#B4371F;\
144
+ }\
145
+ \
146
+ .ace-dawn .ace_fold {\
147
+ background-color: #794938;\
148
+ border-color: #080808;\
149
+ }\
150
+ \
151
+ .ace-dawn .ace_support.ace_function {\
152
+ color:#693A17;\
153
+ }\
154
+ \
155
+ .ace-dawn .ace_storage {\
156
+ font-style:italic;\
157
+ color:#A71D5D;\
158
+ }\
159
+ \
160
+ .ace-dawn .ace_string {\
161
+ color:#0B6125;\
162
+ }\
163
+ \
164
+ .ace-dawn .ace_string.ace_regexp {\
165
+ color:#CF5628;\
166
+ }\
167
+ \
168
+ .ace-dawn .ace_comment {\
169
+ font-style:italic;\
170
+ color:#5A525F;\
171
+ }\
172
+ \
173
+ .ace-dawn .ace_variable {\
174
+ color:#234A97;\
175
+ }\
176
+ \
177
+ .ace-dawn .ace_markup.ace_underline {\
178
+ text-decoration:underline;\
179
+ }\
180
+ \
181
+ .ace-dawn .ace_markup.ace_heading {\
182
+ color:#19356D;\
183
+ }\
184
+ \
185
+ .ace-dawn .ace_markup.ace_list {\
186
+ color:#693A17;\
187
+ }";
188
+
189
+ var dom = require("../lib/dom");
190
+ dom.importCssString(exports.cssText, exports.cssClass);
191
+ });
@@ -0,0 +1,191 @@
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
+ *
24
+ * Alternatively, the contents of this file may be used under the terms of
25
+ * either the GNU General Public License Version 2 or later (the "GPL"), or
26
+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
27
+ * in which case the provisions of the GPL or the LGPL are applicable instead
28
+ * of those above. If you wish to allow use of your version of this file only
29
+ * under the terms of either the GPL or the LGPL, and not to allow others to
30
+ * use your version of this file under the terms of the MPL, indicate your
31
+ * decision by deleting the provisions above and replace them with the notice
32
+ * and other provisions required by the GPL or the LGPL. If you do not delete
33
+ * the provisions above, a recipient may use your version of this file under
34
+ * the terms of any one of the MPL, the GPL or the LGPL.
35
+ *
36
+ * ***** END LICENSE BLOCK ***** */
37
+
38
+ define('ace/theme/dawn', ['require', 'exports', 'module' , 'ace/lib/dom'], function(require, exports, module) {
39
+
40
+ exports.isDark = false;
41
+ exports.cssClass = "ace-dawn";
42
+ exports.cssText = "\
43
+ .ace-dawn .ace_editor {\
44
+ border: 2px solid rgb(159, 159, 159);\
45
+ }\
46
+ \
47
+ .ace-dawn .ace_editor.ace_focus {\
48
+ border: 2px solid #327fbd;\
49
+ }\
50
+ \
51
+ .ace-dawn .ace_gutter {\
52
+ background: #e8e8e8;\
53
+ color: #333;\
54
+ }\
55
+ \
56
+ .ace-dawn .ace_print_margin {\
57
+ width: 1px;\
58
+ background: #e8e8e8;\
59
+ }\
60
+ \
61
+ .ace-dawn .ace_scroller {\
62
+ background-color: #F9F9F9;\
63
+ }\
64
+ \
65
+ .ace-dawn .ace_text-layer {\
66
+ cursor: text;\
67
+ color: #080808;\
68
+ }\
69
+ \
70
+ .ace-dawn .ace_cursor {\
71
+ border-left: 2px solid #000000;\
72
+ }\
73
+ \
74
+ .ace-dawn .ace_cursor.ace_overwrite {\
75
+ border-left: 0px;\
76
+ border-bottom: 1px solid #000000;\
77
+ }\
78
+ \
79
+ .ace-dawn .ace_marker-layer .ace_selection {\
80
+ background: rgba(39, 95, 255, 0.30);\
81
+ }\
82
+ \
83
+ .ace-dawn.multiselect .ace_selection.start {\
84
+ box-shadow: 0 0 3px 0px #F9F9F9;\
85
+ border-radius: 2px;\
86
+ }\
87
+ \
88
+ .ace-dawn .ace_marker-layer .ace_step {\
89
+ background: rgb(198, 219, 174);\
90
+ }\
91
+ \
92
+ .ace-dawn .ace_marker-layer .ace_bracket {\
93
+ margin: -1px 0 0 -1px;\
94
+ border: 1px solid rgba(75, 75, 126, 0.50);\
95
+ }\
96
+ \
97
+ .ace-dawn .ace_marker-layer .ace_active_line {\
98
+ background: rgba(36, 99, 180, 0.12);\
99
+ }\
100
+ \
101
+ .ace-dawn .ace_marker-layer .ace_selected_word {\
102
+ border: 1px solid rgba(39, 95, 255, 0.30);\
103
+ }\
104
+ \
105
+ .ace-dawn .ace_invisible {\
106
+ color: rgba(75, 75, 126, 0.50);\
107
+ }\
108
+ \
109
+ .ace-dawn .ace_keyword, .ace-dawn .ace_meta {\
110
+ color:#794938;\
111
+ }\
112
+ \
113
+ .ace-dawn .ace_constant, .ace-dawn .ace_constant.ace_other {\
114
+ color:#811F24;\
115
+ }\
116
+ \
117
+ .ace-dawn .ace_constant.ace_character, {\
118
+ color:#811F24;\
119
+ }\
120
+ \
121
+ .ace-dawn .ace_constant.ace_character.ace_escape, {\
122
+ color:#811F24;\
123
+ }\
124
+ \
125
+ .ace-dawn .ace_invalid.ace_illegal {\
126
+ text-decoration:underline;\
127
+ font-style:italic;\
128
+ color:#F8F8F8;\
129
+ background-color:#B52A1D;\
130
+ }\
131
+ \
132
+ .ace-dawn .ace_invalid.ace_deprecated {\
133
+ text-decoration:underline;\
134
+ font-style:italic;\
135
+ color:#B52A1D;\
136
+ }\
137
+ \
138
+ .ace-dawn .ace_support {\
139
+ color:#691C97;\
140
+ }\
141
+ \
142
+ .ace-dawn .ace_support.ace_constant {\
143
+ color:#B4371F;\
144
+ }\
145
+ \
146
+ .ace-dawn .ace_fold {\
147
+ background-color: #794938;\
148
+ border-color: #080808;\
149
+ }\
150
+ \
151
+ .ace-dawn .ace_support.ace_function {\
152
+ color:#693A17;\
153
+ }\
154
+ \
155
+ .ace-dawn .ace_storage {\
156
+ font-style:italic;\
157
+ color:#A71D5D;\
158
+ }\
159
+ \
160
+ .ace-dawn .ace_string {\
161
+ color:#0B6125;\
162
+ }\
163
+ \
164
+ .ace-dawn .ace_string.ace_regexp {\
165
+ color:#CF5628;\
166
+ }\
167
+ \
168
+ .ace-dawn .ace_comment {\
169
+ font-style:italic;\
170
+ color:#5A525F;\
171
+ }\
172
+ \
173
+ .ace-dawn .ace_variable {\
174
+ color:#234A97;\
175
+ }\
176
+ \
177
+ .ace-dawn .ace_markup.ace_underline {\
178
+ text-decoration:underline;\
179
+ }\
180
+ \
181
+ .ace-dawn .ace_markup.ace_heading {\
182
+ color:#19356D;\
183
+ }\
184
+ \
185
+ .ace-dawn .ace_markup.ace_list {\
186
+ color:#693A17;\
187
+ }";
188
+
189
+ var dom = require("../lib/dom");
190
+ dom.importCssString(exports.cssText, exports.cssClass);
191
+ });
@@ -0,0 +1 @@
1
+ define("ace/theme/dawn",["require","exports","module","ace/lib/dom"],function(a,b,c){b.isDark=!1,b.cssClass="ace-dawn",b.cssText=".ace-dawn .ace_editor { border: 2px solid rgb(159, 159, 159);}.ace-dawn .ace_editor.ace_focus { border: 2px solid #327fbd;}.ace-dawn .ace_gutter { background: #e8e8e8; color: #333;}.ace-dawn .ace_print_margin { width: 1px; background: #e8e8e8;}.ace-dawn .ace_scroller { background-color: #F9F9F9;}.ace-dawn .ace_text-layer { cursor: text; color: #080808;}.ace-dawn .ace_cursor { border-left: 2px solid #000000;}.ace-dawn .ace_cursor.ace_overwrite { border-left: 0px; border-bottom: 1px solid #000000;}.ace-dawn .ace_marker-layer .ace_selection { background: rgba(39, 95, 255, 0.30);}.ace-dawn.multiselect .ace_selection.start { box-shadow: 0 0 3px 0px #F9F9F9; border-radius: 2px;}.ace-dawn .ace_marker-layer .ace_step { background: rgb(198, 219, 174);}.ace-dawn .ace_marker-layer .ace_bracket { margin: -1px 0 0 -1px; border: 1px solid rgba(75, 75, 126, 0.50);}.ace-dawn .ace_marker-layer .ace_active_line { background: rgba(36, 99, 180, 0.12);}.ace-dawn .ace_marker-layer .ace_selected_word { border: 1px solid rgba(39, 95, 255, 0.30);}.ace-dawn .ace_invisible { color: rgba(75, 75, 126, 0.50);}.ace-dawn .ace_keyword, .ace-dawn .ace_meta { color:#794938;}.ace-dawn .ace_constant, .ace-dawn .ace_constant.ace_other { color:#811F24;}.ace-dawn .ace_constant.ace_character, { color:#811F24;}.ace-dawn .ace_constant.ace_character.ace_escape, { color:#811F24;}.ace-dawn .ace_invalid.ace_illegal { text-decoration:underline;font-style:italic;color:#F8F8F8;background-color:#B52A1D;}.ace-dawn .ace_invalid.ace_deprecated { text-decoration:underline;font-style:italic;color:#B52A1D;}.ace-dawn .ace_support { color:#691C97;}.ace-dawn .ace_support.ace_constant { color:#B4371F;}.ace-dawn .ace_fold { background-color: #794938; border-color: #080808;}.ace-dawn .ace_support.ace_function { color:#693A17;}.ace-dawn .ace_storage { font-style:italic;color:#A71D5D;}.ace-dawn .ace_string { color:#0B6125;}.ace-dawn .ace_string.ace_regexp { color:#CF5628;}.ace-dawn .ace_comment { font-style:italic;color:#5A525F;}.ace-dawn .ace_variable { color:#234A97;}.ace-dawn .ace_markup.ace_underline { text-decoration:underline;}.ace-dawn .ace_markup.ace_heading { color:#19356D;}.ace-dawn .ace_markup.ace_list { color:#693A17;}";var d=a("../lib/dom");d.importCssString(b.cssText,b.cssClass)})
@@ -0,0 +1 @@
1
+ ace.define("ace/theme/dreamweaver",["require","exports","module","ace/lib/dom"],function(a,b,c){b.isDark=!1,b.cssClass="ace-dreamweaver",b.cssText=".ace-dreamweaver .ace_editor { border: 2px solid rgb(159, 159, 159);}.ace-dreamweaver .ace_editor.ace_focus { border: 2px solid #327fbd;}.ace-dreamweaver .ace_gutter { background: #e8e8e8; color: #333;}.ace-dreamweaver .ace_print_margin { width: 1px; background: #e8e8e8;}.ace-dreamweaver .ace_fold { background-color: #00F;}.ace-dreamweaver .ace_text-layer { cursor: text;}.ace-dreamweaver .ace_cursor { border-left: 2px solid black;}.ace-dreamweaver .ace_cursor.ace_overwrite { border-left: 0px; border-bottom: 1px solid black;} .ace-dreamweaver .ace_line .ace_invisible { color: rgb(191, 191, 191);}.ace-dreamweaver .ace_line .ace_storage,.ace-dreamweaver .ace_line .ace_keyword { color: blue;}.ace-dreamweaver .ace_line .ace_constant.ace_buildin { color: rgb(88, 72, 246);}.ace-dreamweaver .ace_line .ace_constant.ace_language { color: rgb(88, 92, 246);}.ace-dreamweaver .ace_line .ace_constant.ace_library { color: rgb(6, 150, 14);}.ace-dreamweaver .ace_line .ace_invalid { background-color: rgb(153, 0, 0); color: white;}.ace-dreamweaver .ace_line .ace_support.ace_function { color: rgb(60, 76, 114);}.ace-dreamweaver .ace_line .ace_support.ace_constant { color: rgb(6, 150, 14);}.ace-dreamweaver .ace_line .ace_support.ace_type,.ace-dreamweaver .ace_line .ace_support.ace_class { color: #009;}.ace-dreamweaver .ace_line .ace_support.ace_php_tag { color: #f00;}.ace-dreamweaver .ace_line .ace_keyword.ace_operator { color: rgb(104, 118, 135);}.ace-dreamweaver .ace_line .ace_string { color: #00F;}.ace-dreamweaver .ace_line .ace_comment { color: rgb(76, 136, 107);}.ace-dreamweaver .ace_line .ace_comment.ace_doc { color: rgb(0, 102, 255);}.ace-dreamweaver .ace_line .ace_comment.ace_doc.ace_tag { color: rgb(128, 159, 191);}.ace-dreamweaver .ace_line .ace_constant.ace_numeric { color: rgb(0, 0, 205);}.ace-dreamweaver .ace_line .ace_variable { color: #06F}.ace-dreamweaver .ace_line .ace_xml_pe { color: rgb(104, 104, 91);}.ace-dreamweaver .ace_entity.ace_name.ace_function { color: #00F;}.ace-dreamweaver .ace_markup.ace_markupine { text-decoration:underline;}.ace-dreamweaver .ace_markup.ace_heading { color: rgb(12, 7, 255);}.ace-dreamweaver .ace_markup.ace_list { color:rgb(185, 6, 144);}.ace-dreamweaver .ace_marker-layer .ace_selection { background: rgb(181, 213, 255);}.ace-dreamweaver .ace_marker-layer .ace_step { background: rgb(252, 255, 0);}.ace-dreamweaver .ace_marker-layer .ace_stack { background: rgb(164, 229, 101);}.ace-dreamweaver .ace_marker-layer .ace_bracket { margin: -1px 0 0 -1px; border: 1px solid rgb(192, 192, 192);}.ace-dreamweaver .ace_marker-layer .ace_active_line { background: rgba(0, 0, 0, 0.07);}.ace-dreamweaver .ace_marker-layer .ace_selected_word { background: rgb(250, 250, 255); border: 1px solid rgb(200, 200, 250);}.ace-dreamweaver .ace_meta.ace_tag { color:#009;}.ace-dreamweaver .ace_meta.ace_tag.ace_anchor { color:#060;}.ace-dreamweaver .ace_meta.ace_tag.ace_form { color:#F90;}.ace-dreamweaver .ace_meta.ace_tag.ace_image { color:#909;}.ace-dreamweaver .ace_meta.ace_tag.ace_script { color:#900;}.ace-dreamweaver .ace_meta.ace_tag.ace_style { color:#909;}.ace-dreamweaver .ace_meta.ace_tag.ace_table { color:#099;}.ace-dreamweaver .ace_string.ace_regex { color: rgb(255, 0, 0)}";var d=a("../lib/dom");d.importCssString(b.cssText,b.cssClass)})
@@ -0,0 +1,227 @@
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
+ * Adam Jimenez <adam AT shiftcreate DOT com>
23
+ *
24
+ * Alternatively, the contents of this file may be used under the terms of
25
+ * either the GNU General Public License Version 2 or later (the "GPL"), or
26
+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
27
+ * in which case the provisions of the GPL or the LGPL are applicable instead
28
+ * of those above. If you wish to allow use of your version of this file only
29
+ * under the terms of either the GPL or the LGPL, and not to allow others to
30
+ * use your version of this file under the terms of the MPL, indicate your
31
+ * decision by deleting the provisions above and replace them with the notice
32
+ * and other provisions required by the GPL or the LGPL. If you do not delete
33
+ * the provisions above, a recipient may use your version of this file under
34
+ * the terms of any one of the MPL, the GPL or the LGPL.
35
+ *
36
+ * ***** END LICENSE BLOCK ***** */
37
+
38
+ ace.define('ace/theme/dreamweaver', ['require', 'exports', 'module' , 'ace/lib/dom'], function(require, exports, module) {
39
+ exports.isDark = false;
40
+ exports.cssClass = "ace-dreamweaver";
41
+ exports.cssText = ".ace-dreamweaver .ace_editor {\
42
+ border: 2px solid rgb(159, 159, 159);\
43
+ }\
44
+ \
45
+ .ace-dreamweaver .ace_editor.ace_focus {\
46
+ border: 2px solid #327fbd;\
47
+ }\
48
+ \
49
+ .ace-dreamweaver .ace_gutter {\
50
+ background: #e8e8e8;\
51
+ color: #333;\
52
+ }\
53
+ \
54
+ .ace-dreamweaver .ace_print_margin {\
55
+ width: 1px;\
56
+ background: #e8e8e8;\
57
+ }\
58
+ \
59
+ .ace-dreamweaver .ace_fold {\
60
+ background-color: #00F;\
61
+ }\
62
+ \
63
+ .ace-dreamweaver .ace_text-layer {\
64
+ cursor: text;\
65
+ }\
66
+ \
67
+ .ace-dreamweaver .ace_cursor {\
68
+ border-left: 2px solid black;\
69
+ }\
70
+ \
71
+ .ace-dreamweaver .ace_cursor.ace_overwrite {\
72
+ border-left: 0px;\
73
+ border-bottom: 1px solid black;\
74
+ }\
75
+ \
76
+ .ace-dreamweaver .ace_line .ace_invisible {\
77
+ color: rgb(191, 191, 191);\
78
+ }\
79
+ \
80
+ .ace-dreamweaver .ace_line .ace_storage,\
81
+ .ace-dreamweaver .ace_line .ace_keyword {\
82
+ color: blue;\
83
+ }\
84
+ \
85
+ .ace-dreamweaver .ace_line .ace_constant.ace_buildin {\
86
+ color: rgb(88, 72, 246);\
87
+ }\
88
+ \
89
+ .ace-dreamweaver .ace_line .ace_constant.ace_language {\
90
+ color: rgb(88, 92, 246);\
91
+ }\
92
+ \
93
+ .ace-dreamweaver .ace_line .ace_constant.ace_library {\
94
+ color: rgb(6, 150, 14);\
95
+ }\
96
+ \
97
+ .ace-dreamweaver .ace_line .ace_invalid {\
98
+ background-color: rgb(153, 0, 0);\
99
+ color: white;\
100
+ }\
101
+ \
102
+ .ace-dreamweaver .ace_line .ace_support.ace_function {\
103
+ color: rgb(60, 76, 114);\
104
+ }\
105
+ \
106
+ .ace-dreamweaver .ace_line .ace_support.ace_constant {\
107
+ color: rgb(6, 150, 14);\
108
+ }\
109
+ \
110
+ .ace-dreamweaver .ace_line .ace_support.ace_type,\
111
+ .ace-dreamweaver .ace_line .ace_support.ace_class {\
112
+ color: #009;\
113
+ }\
114
+ \
115
+ .ace-dreamweaver .ace_line .ace_support.ace_php_tag {\
116
+ color: #f00;\
117
+ }\
118
+ \
119
+ .ace-dreamweaver .ace_line .ace_keyword.ace_operator {\
120
+ color: rgb(104, 118, 135);\
121
+ }\
122
+ \
123
+ .ace-dreamweaver .ace_line .ace_string {\
124
+ color: #00F;\
125
+ }\
126
+ \
127
+ .ace-dreamweaver .ace_line .ace_comment {\
128
+ color: rgb(76, 136, 107);\
129
+ }\
130
+ \
131
+ .ace-dreamweaver .ace_line .ace_comment.ace_doc {\
132
+ color: rgb(0, 102, 255);\
133
+ }\
134
+ \
135
+ .ace-dreamweaver .ace_line .ace_comment.ace_doc.ace_tag {\
136
+ color: rgb(128, 159, 191);\
137
+ }\
138
+ \
139
+ .ace-dreamweaver .ace_line .ace_constant.ace_numeric {\
140
+ color: rgb(0, 0, 205);\
141
+ }\
142
+ \
143
+ .ace-dreamweaver .ace_line .ace_variable {\
144
+ color: #06F\
145
+ }\
146
+ \
147
+ .ace-dreamweaver .ace_line .ace_xml_pe {\
148
+ color: rgb(104, 104, 91);\
149
+ }\
150
+ \
151
+ .ace-dreamweaver .ace_entity.ace_name.ace_function {\
152
+ color: #00F;\
153
+ }\
154
+ \
155
+ .ace-dreamweaver .ace_markup.ace_markupine {\
156
+ text-decoration:underline;\
157
+ }\
158
+ \
159
+ .ace-dreamweaver .ace_markup.ace_heading {\
160
+ color: rgb(12, 7, 255);\
161
+ }\
162
+ \
163
+ .ace-dreamweaver .ace_markup.ace_list {\
164
+ color:rgb(185, 6, 144);\
165
+ }\
166
+ \
167
+ .ace-dreamweaver .ace_marker-layer .ace_selection {\
168
+ background: rgb(181, 213, 255);\
169
+ }\
170
+ \
171
+ .ace-dreamweaver .ace_marker-layer .ace_step {\
172
+ background: rgb(252, 255, 0);\
173
+ }\
174
+ \
175
+ .ace-dreamweaver .ace_marker-layer .ace_stack {\
176
+ background: rgb(164, 229, 101);\
177
+ }\
178
+ \
179
+ .ace-dreamweaver .ace_marker-layer .ace_bracket {\
180
+ margin: -1px 0 0 -1px;\
181
+ border: 1px solid rgb(192, 192, 192);\
182
+ }\
183
+ \
184
+ .ace-dreamweaver .ace_marker-layer .ace_active_line {\
185
+ background: rgba(0, 0, 0, 0.07);\
186
+ }\
187
+ \
188
+ .ace-dreamweaver .ace_marker-layer .ace_selected_word {\
189
+ background: rgb(250, 250, 255);\
190
+ border: 1px solid rgb(200, 200, 250);\
191
+ }\
192
+ \
193
+ .ace-dreamweaver .ace_meta.ace_tag {\
194
+ color:#009;\
195
+ }\
196
+ \
197
+ .ace-dreamweaver .ace_meta.ace_tag.ace_anchor {\
198
+ color:#060;\
199
+ }\
200
+ \
201
+ .ace-dreamweaver .ace_meta.ace_tag.ace_form {\
202
+ color:#F90;\
203
+ }\
204
+ \
205
+ .ace-dreamweaver .ace_meta.ace_tag.ace_image {\
206
+ color:#909;\
207
+ }\
208
+ \
209
+ .ace-dreamweaver .ace_meta.ace_tag.ace_script {\
210
+ color:#900;\
211
+ }\
212
+ \
213
+ .ace-dreamweaver .ace_meta.ace_tag.ace_style {\
214
+ color:#909;\
215
+ }\
216
+ \
217
+ .ace-dreamweaver .ace_meta.ace_tag.ace_table {\
218
+ color:#099;\
219
+ }\
220
+ \
221
+ .ace-dreamweaver .ace_string.ace_regex {\
222
+ color: rgb(255, 0, 0)\
223
+ }";
224
+
225
+ var dom = require("../lib/dom");
226
+ dom.importCssString(exports.cssText, exports.cssClass);
227
+ });