maglev-webtools 0.2.1 → 1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (296) hide show
  1. data/README.rdoc +38 -29
  2. data/bin/webtools +22 -1
  3. data/lib/web_tools/code_browser.rb +156 -0
  4. data/lib/web_tools/debugger.rb +96 -199
  5. data/lib/web_tools/info.rb +1 -3
  6. data/lib/web_tools/method_list.rb +67 -0
  7. data/lib/web_tools/middleware/debugger.rb +10 -16
  8. data/lib/web_tools/object_log.rb +24 -0
  9. data/lib/web_tools/session_list.rb +119 -0
  10. data/lib/web_tools/shared_page_cache.rb +30 -0
  11. data/lib/web_tools/stat_process.rb +24 -0
  12. data/lib/web_tools/statistics.rb +14 -0
  13. data/lib/web_tools/support/app_model.rb +66 -101
  14. data/lib/web_tools/support/code_browser.rb +88 -86
  15. data/lib/web_tools/support/debugger.rb +303 -0
  16. data/lib/web_tools/support/error_log.rb +33 -0
  17. data/lib/web_tools/support/ruby.rb +60 -121
  18. data/lib/web_tools/support/service_helper.rb +38 -10
  19. data/lib/web_tools/support/smalltalk_extensions.rb +12 -0
  20. data/lib/web_tools/tool.rb +48 -0
  21. data/lib/web_tools/ui.rb +14 -53
  22. data/lib/web_tools/version_report.rb +29 -0
  23. data/lib/web_tools/workspace.rb +77 -0
  24. data/lib/web_tools.rb +14 -4
  25. data/public/CodeBrowser.html +51 -0
  26. data/public/CodeMirror/LICENSE +19 -0
  27. data/public/CodeMirror/css/codemirror.css +67 -0
  28. data/public/CodeMirror/css/default.css +18 -0
  29. data/public/CodeMirror/js/codemirror.js +2131 -0
  30. data/public/CodeMirror/js/ruby.js +195 -0
  31. data/public/CodeMirror/js/smalltalk.js +139 -0
  32. data/public/Debugger.html +28 -0
  33. data/public/MethodList.html +20 -0
  34. data/public/ObjectLog.html +20 -0
  35. data/public/SessionList.html +31 -0
  36. data/public/SharedPageCache.html +78 -0
  37. data/public/Statistics.html +64 -0
  38. data/public/VersionReport.html +50 -0
  39. data/public/Workspace.html +39 -0
  40. data/public/css/CodeBrowser.css +24 -0
  41. data/public/css/Debugger.css +32 -0
  42. data/public/css/MethodList.css +8 -0
  43. data/public/css/ObjectLog.css +5 -0
  44. data/public/css/SessionList.css +9 -0
  45. data/public/css/Statistics.css +24 -0
  46. data/public/{stylesheets → css}/base/images/ui-anim_basic_16x16.gif +0 -0
  47. data/public/{stylesheets → css}/base/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  48. data/public/{stylesheets → css}/base/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  49. data/public/{stylesheets → css}/base/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  50. data/public/{stylesheets → css}/base/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  51. data/public/{stylesheets → css}/base/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  52. data/public/{stylesheets → css}/base/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  53. data/public/{stylesheets → css}/base/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  54. data/public/{stylesheets → css}/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  55. data/public/{stylesheets → css}/base/images/ui-icons_222222_256x240.png +0 -0
  56. data/public/{stylesheets → css}/base/images/ui-icons_2e83ff_256x240.png +0 -0
  57. data/public/{stylesheets → css}/base/images/ui-icons_454545_256x240.png +0 -0
  58. data/public/{stylesheets → css}/base/images/ui-icons_888888_256x240.png +0 -0
  59. data/public/{stylesheets → css}/base/images/ui-icons_cd0a0a_256x240.png +0 -0
  60. data/public/{stylesheets → css}/base/jquery.ui.accordion.css +0 -0
  61. data/public/{stylesheets → css}/base/jquery.ui.all.css +0 -0
  62. data/public/{stylesheets → css}/base/jquery.ui.autocomplete.css +0 -0
  63. data/public/{stylesheets → css}/base/jquery.ui.base.css +0 -0
  64. data/public/{stylesheets → css}/base/jquery.ui.button.css +0 -0
  65. data/public/{stylesheets → css}/base/jquery.ui.core.css +0 -0
  66. data/public/{stylesheets → css}/base/jquery.ui.datepicker.css +0 -0
  67. data/public/{stylesheets → css}/base/jquery.ui.dialog.css +0 -0
  68. data/public/{stylesheets → css}/base/jquery.ui.progressbar.css +0 -0
  69. data/public/{stylesheets → css}/base/jquery.ui.resizable.css +0 -0
  70. data/public/{stylesheets → css}/base/jquery.ui.selectable.css +0 -0
  71. data/public/{stylesheets → css}/base/jquery.ui.slider.css +0 -0
  72. data/public/{stylesheets → css}/base/jquery.ui.tabs.css +0 -0
  73. data/public/{stylesheets → css}/base/jquery.ui.theme.css +0 -0
  74. data/public/css/editor.css +25 -0
  75. data/public/css/jjmenu.css +33 -0
  76. data/public/css/menuitem.gif +0 -0
  77. data/public/css/more.gif +0 -0
  78. data/public/{stylesheets → css}/reset.css +1 -1
  79. data/public/css/smoothness/images/ui-anim_basic_16x16.gif +0 -0
  80. data/public/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  81. data/public/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  82. data/public/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  83. data/public/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  84. data/public/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  85. data/public/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  86. data/public/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  87. data/public/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  88. data/public/css/smoothness/images/ui-icons_222222_256x240.png +0 -0
  89. data/public/css/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
  90. data/public/css/smoothness/images/ui-icons_454545_256x240.png +0 -0
  91. data/public/css/smoothness/images/ui-icons_888888_256x240.png +0 -0
  92. data/public/css/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
  93. data/public/css/smoothness/jquery-ui.css +489 -0
  94. data/public/css/ui-lightness/images/ui-anim_basic_16x16.gif +0 -0
  95. data/public/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png +0 -0
  96. data/public/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png +0 -0
  97. data/public/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png +0 -0
  98. data/public/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
  99. data/public/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
  100. data/public/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  101. data/public/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png +0 -0
  102. data/public/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +0 -0
  103. data/public/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +0 -0
  104. data/public/css/ui-lightness/images/ui-icons_222222_256x240.png +0 -0
  105. data/public/css/ui-lightness/images/ui-icons_228ef1_256x240.png +0 -0
  106. data/public/css/ui-lightness/images/ui-icons_ef8c08_256x240.png +0 -0
  107. data/public/css/ui-lightness/images/ui-icons_ffd27a_256x240.png +0 -0
  108. data/public/css/ui-lightness/images/ui-icons_ffffff_256x240.png +0 -0
  109. data/public/css/ui-lightness/jquery-ui.css +489 -0
  110. data/public/css/webtools.css +65 -0
  111. data/public/favicon.ico +0 -0
  112. data/public/flot/API.txt +1201 -0
  113. data/public/flot/FAQ.txt +76 -0
  114. data/public/flot/LICENSE.txt +22 -0
  115. data/public/flot/Makefile +9 -0
  116. data/public/flot/NEWS.txt +508 -0
  117. data/public/flot/PLUGINS.txt +137 -0
  118. data/public/flot/README.txt +90 -0
  119. data/public/flot/examples/ajax.html +143 -0
  120. data/public/flot/examples/annotating.html +75 -0
  121. data/public/flot/examples/arrow-down.gif +0 -0
  122. data/public/flot/examples/arrow-left.gif +0 -0
  123. data/public/flot/examples/arrow-right.gif +0 -0
  124. data/public/flot/examples/arrow-up.gif +0 -0
  125. data/public/flot/examples/basic.html +38 -0
  126. data/public/flot/examples/data-eu-gdp-growth-1.json +4 -0
  127. data/public/flot/examples/data-eu-gdp-growth-2.json +4 -0
  128. data/public/flot/examples/data-eu-gdp-growth-3.json +4 -0
  129. data/public/flot/examples/data-eu-gdp-growth-4.json +4 -0
  130. data/public/flot/examples/data-eu-gdp-growth-5.json +4 -0
  131. data/public/flot/examples/data-eu-gdp-growth.json +4 -0
  132. data/public/flot/examples/data-japan-gdp-growth.json +4 -0
  133. data/public/flot/examples/data-usa-gdp-growth.json +4 -0
  134. data/public/flot/examples/graph-types.html +75 -0
  135. data/public/flot/examples/hs-2004-27-a-large_web.jpg +0 -0
  136. data/public/flot/examples/image.html +45 -0
  137. data/public/flot/examples/index.html +44 -0
  138. data/public/flot/examples/interacting-axes.html +97 -0
  139. data/public/flot/examples/interacting.html +93 -0
  140. data/public/flot/examples/layout.css +6 -0
  141. data/public/flot/examples/multiple-axes.html +60 -0
  142. data/public/flot/examples/navigate.html +118 -0
  143. data/public/flot/examples/percentiles.html +57 -0
  144. data/public/flot/examples/pie.html +756 -0
  145. data/public/flot/examples/realtime.html +83 -0
  146. data/public/flot/examples/resize.html +61 -0
  147. data/public/flot/examples/selection.html +114 -0
  148. data/public/flot/examples/setting-options.html +61 -0
  149. data/public/flot/examples/stacking.html +77 -0
  150. data/public/flot/examples/symbols.html +49 -0
  151. data/public/flot/examples/thresholding.html +54 -0
  152. data/public/flot/examples/time.html +71 -0
  153. data/public/flot/examples/tracking.html +95 -0
  154. data/public/flot/examples/turning-series.html +98 -0
  155. data/public/flot/examples/visitors.html +90 -0
  156. data/public/flot/examples/zooming.html +98 -0
  157. data/public/flot/excanvas.js +1427 -0
  158. data/public/flot/excanvas.min.js +1 -0
  159. data/public/flot/jquery.colorhelpers.js +179 -0
  160. data/public/flot/jquery.colorhelpers.min.js +1 -0
  161. data/public/flot/jquery.flot.crosshair.js +167 -0
  162. data/public/flot/jquery.flot.crosshair.min.js +1 -0
  163. data/public/flot/jquery.flot.fillbetween.js +183 -0
  164. data/public/flot/jquery.flot.fillbetween.min.js +1 -0
  165. data/public/flot/jquery.flot.image.js +238 -0
  166. data/public/flot/jquery.flot.image.min.js +1 -0
  167. data/public/flot/jquery.flot.js +2599 -0
  168. data/public/flot/jquery.flot.min.js +6 -0
  169. data/public/flot/jquery.flot.navigate.js +336 -0
  170. data/public/flot/jquery.flot.navigate.min.js +1 -0
  171. data/public/flot/jquery.flot.pie.js +750 -0
  172. data/public/flot/jquery.flot.pie.min.js +1 -0
  173. data/public/flot/jquery.flot.resize.js +60 -0
  174. data/public/flot/jquery.flot.resize.min.js +1 -0
  175. data/public/flot/jquery.flot.selection.js +344 -0
  176. data/public/flot/jquery.flot.selection.min.js +1 -0
  177. data/public/flot/jquery.flot.stack.js +184 -0
  178. data/public/flot/jquery.flot.stack.min.js +1 -0
  179. data/public/flot/jquery.flot.symbol.js +70 -0
  180. data/public/flot/jquery.flot.symbol.min.js +1 -0
  181. data/public/flot/jquery.flot.threshold.js +103 -0
  182. data/public/flot/jquery.flot.threshold.min.js +1 -0
  183. data/public/flot/jquery.js +8316 -0
  184. data/public/flot/jquery.min.js +23 -0
  185. data/public/genPacking.pl +30 -0
  186. data/public/index.html +28 -0
  187. data/public/install.tpz +66 -0
  188. data/public/installAndRun.tpz +5 -0
  189. data/public/jsTree/jquery.jstree.js +3510 -0
  190. data/public/jsTree/themes/default/d.gif +0 -0
  191. data/public/jsTree/themes/default/d.png +0 -0
  192. data/public/jsTree/themes/default/style.css +73 -0
  193. data/public/jsTree/themes/default/throbber.gif +0 -0
  194. data/public/readMe.txt +9 -0
  195. data/public/scripts/CodeBrowser.js +645 -0
  196. data/public/scripts/Debugger.js +134 -0
  197. data/public/scripts/MethodList.js +72 -0
  198. data/public/scripts/ObjectLog.js +59 -0
  199. data/public/scripts/SessionList.js +164 -0
  200. data/public/scripts/Statistics.js +266 -0
  201. data/public/scripts/editor.js +430 -0
  202. data/public/scripts/jjmenu.js +375 -0
  203. data/public/scripts/jquery-ui.js +1012 -0
  204. data/public/scripts/jquery.js +154 -0
  205. data/public/scripts/webtools.js +374 -0
  206. data/public/src/CodeBrowser.gs +416 -0
  207. data/public/src/Debugger.gs +132 -0
  208. data/public/src/MethodList.gs +130 -0
  209. data/public/src/ObjectLog.gs +73 -0
  210. data/public/src/Server.gs +544 -0
  211. data/public/src/SessionList.gs +172 -0
  212. data/public/src/SharedPageCache.gs +66 -0
  213. data/public/src/StatProcess.gs +280 -0
  214. data/public/src/StatProcessType.gs +242 -0
  215. data/public/src/StatStatistic.gs +381 -0
  216. data/public/src/Statistics.gs +222 -0
  217. data/public/src/Statmonitor.gs +490 -0
  218. data/public/src/Tool.gs +86 -0
  219. data/public/src/VersionReport.gs +52 -0
  220. data/public/src/Workspace.gs +163 -0
  221. data/views/debugger.rhtml +6 -9
  222. metadata +344 -243
  223. data/lib/web_tools/#debugger.rb# +0 -212
  224. data/lib/web_tools/browser.rb +0 -45
  225. data/public/images/favicon.ico +0 -0
  226. data/public/javascript/CodeMirror/LICENSE +0 -23
  227. data/public/javascript/CodeMirror/css/Smalltalk.css +0 -34
  228. data/public/javascript/CodeMirror/js/codemirror.js +0 -582
  229. data/public/javascript/CodeMirror/js/editor.js +0 -1671
  230. data/public/javascript/CodeMirror/js/highlight.js +0 -68
  231. data/public/javascript/CodeMirror/js/parseSmalltalk.js +0 -126
  232. data/public/javascript/CodeMirror/js/parsedummy.js +0 -32
  233. data/public/javascript/CodeMirror/js/select.js +0 -699
  234. data/public/javascript/CodeMirror/js/stringstream.js +0 -159
  235. data/public/javascript/CodeMirror/js/tokenize.js +0 -57
  236. data/public/javascript/CodeMirror/js/undo.js +0 -413
  237. data/public/javascript/CodeMirror/js/util.js +0 -133
  238. data/public/javascript/CodeMirror/testSmalltalkParser.html +0 -116
  239. data/public/javascript/ace/ace-uncompressed.js +0 -17299
  240. data/public/javascript/ace/ace.js +0 -1
  241. data/public/javascript/ace/keybinding-emacs.js +0 -1
  242. data/public/javascript/ace/keybinding-vim.js +0 -1
  243. data/public/javascript/ace/mode-c_cpp.js +0 -1
  244. data/public/javascript/ace/mode-clojure.js +0 -1
  245. data/public/javascript/ace/mode-coffee.js +0 -1
  246. data/public/javascript/ace/mode-csharp.js +0 -1
  247. data/public/javascript/ace/mode-css.js +0 -1
  248. data/public/javascript/ace/mode-groovy.js +0 -1
  249. data/public/javascript/ace/mode-html.js +0 -1
  250. data/public/javascript/ace/mode-java.js +0 -1
  251. data/public/javascript/ace/mode-javascript.js +0 -1
  252. data/public/javascript/ace/mode-json.js +0 -1
  253. data/public/javascript/ace/mode-lua.js +0 -1
  254. data/public/javascript/ace/mode-markdown.js +0 -1
  255. data/public/javascript/ace/mode-ocaml.js +0 -1
  256. data/public/javascript/ace/mode-perl.js +0 -1
  257. data/public/javascript/ace/mode-php.js +0 -1
  258. data/public/javascript/ace/mode-python.js +0 -1
  259. data/public/javascript/ace/mode-ruby.js +0 -1
  260. data/public/javascript/ace/mode-scad.js +0 -1
  261. data/public/javascript/ace/mode-scala.js +0 -1
  262. data/public/javascript/ace/mode-scss.js +0 -1
  263. data/public/javascript/ace/mode-svg.js +0 -1
  264. data/public/javascript/ace/mode-textile.js +0 -1
  265. data/public/javascript/ace/mode-xml.js +0 -1
  266. data/public/javascript/ace/theme-clouds.js +0 -1
  267. data/public/javascript/ace/theme-clouds_midnight.js +0 -1
  268. data/public/javascript/ace/theme-cobalt.js +0 -1
  269. data/public/javascript/ace/theme-crimson_editor.js +0 -1
  270. data/public/javascript/ace/theme-dawn.js +0 -1
  271. data/public/javascript/ace/theme-eclipse.js +0 -1
  272. data/public/javascript/ace/theme-idle_fingers.js +0 -1
  273. data/public/javascript/ace/theme-kr_theme.js +0 -1
  274. data/public/javascript/ace/theme-merbivore.js +0 -1
  275. data/public/javascript/ace/theme-merbivore_soft.js +0 -1
  276. data/public/javascript/ace/theme-mono_industrial.js +0 -1
  277. data/public/javascript/ace/theme-monokai.js +0 -1
  278. data/public/javascript/ace/theme-pastel_on_dark.js +0 -1
  279. data/public/javascript/ace/theme-solarized_dark.js +0 -1
  280. data/public/javascript/ace/theme-solarized_light.js +0 -1
  281. data/public/javascript/ace/theme-textmate.js +0 -1
  282. data/public/javascript/ace/theme-twilight.js +0 -1
  283. data/public/javascript/ace/theme-vibrant_ink.js +0 -1
  284. data/public/javascript/ace/worker-coffee.js +0 -1
  285. data/public/javascript/ace/worker-css.js +0 -1
  286. data/public/javascript/ace/worker-javascript.js +0 -1
  287. data/public/javascript/webtools/browser.js +0 -260
  288. data/public/javascript/webtools/debugger.coffee +0 -286
  289. data/public/javascript/webtools/debugger.js +0 -366
  290. data/public/javascript/webtools/sessions.coffee +0 -17
  291. data/public/javascript/webtools/sessions.js +0 -27
  292. data/public/javascript/webtools/version.coffee +0 -14
  293. data/public/javascript/webtools/version.js +0 -20
  294. data/public/stylesheets/jquery.contextMenu.css +0 -62
  295. data/public/stylesheets/webtools.css +0 -53
  296. data/public/test.html +0 -47
@@ -1,159 +0,0 @@
1
- /* String streams are the things fed to parsers (which can feed them
2
- * to a tokenizer if they want). They provide peek and next methods
3
- * for looking at the current character (next 'consumes' this
4
- * character, peek does not), and a get method for retrieving all the
5
- * text that was consumed since the last time get was called.
6
- *
7
- * An easy mistake to make is to let a StopIteration exception finish
8
- * the token stream while there are still characters pending in the
9
- * string stream (hitting the end of the buffer while parsing a
10
- * token). To make it easier to detect such errors, the stringstreams
11
- * throw an exception when this happens.
12
- */
13
-
14
- // Make a stringstream stream out of an iterator that returns strings.
15
- // This is applied to the result of traverseDOM (see codemirror.js),
16
- // and the resulting stream is fed to the parser.
17
- var stringStream = function(source){
18
- // String that's currently being iterated over.
19
- var current = "";
20
- // Position in that string.
21
- var pos = 0;
22
- // Accumulator for strings that have been iterated over but not
23
- // get()-ed yet.
24
- var accum = "";
25
- // Make sure there are more characters ready, or throw
26
- // StopIteration.
27
- function ensureChars() {
28
- while (pos == current.length) {
29
- accum += current;
30
- current = ""; // In case source.next() throws
31
- pos = 0;
32
- try {current = source.next();}
33
- catch (e) {
34
- if (e != StopIteration) throw e;
35
- else return false;
36
- }
37
- }
38
- return true;
39
- }
40
-
41
- return {
42
- // peek: -> character
43
- // Return the next character in the stream.
44
- peek: function() {
45
- if (!ensureChars()) return null;
46
- return current.charAt(pos);
47
- },
48
- // next: -> character
49
- // Get the next character, throw StopIteration if at end, check
50
- // for unused content.
51
- next: function() {
52
- if (!ensureChars()) {
53
- if (accum.length > 0)
54
- throw "End of stringstream reached without emptying buffer ('" + accum + "').";
55
- else
56
- throw StopIteration;
57
- }
58
- return current.charAt(pos++);
59
- },
60
- // get(): -> string
61
- // Return the characters iterated over since the last call to
62
- // .get().
63
- get: function() {
64
- var temp = accum;
65
- accum = "";
66
- if (pos > 0){
67
- temp += current.slice(0, pos);
68
- current = current.slice(pos);
69
- pos = 0;
70
- }
71
- return temp;
72
- },
73
- // Push a string back into the stream.
74
- push: function(str) {
75
- current = current.slice(0, pos) + str + current.slice(pos);
76
- },
77
- lookAhead: function(str, consume, skipSpaces, caseInsensitive) {
78
- function cased(str) {return caseInsensitive ? str.toLowerCase() : str;}
79
- str = cased(str);
80
- var found = false;
81
-
82
- var _accum = accum, _pos = pos;
83
- if (skipSpaces) this.nextWhileMatches(/[\s\u00a0]/);
84
-
85
- while (true) {
86
- var end = pos + str.length, left = current.length - pos;
87
- if (end <= current.length) {
88
- found = str == cased(current.slice(pos, end));
89
- pos = end;
90
- break;
91
- }
92
- else if (str.slice(0, left) == cased(current.slice(pos))) {
93
- accum += current; current = "";
94
- try {current = source.next();}
95
- catch (e) {if (e != StopIteration) throw e; break;}
96
- pos = 0;
97
- str = str.slice(left);
98
- }
99
- else {
100
- break;
101
- }
102
- }
103
-
104
- if (!(found && consume)) {
105
- current = accum.slice(_accum.length) + current;
106
- pos = _pos;
107
- accum = _accum;
108
- }
109
-
110
- return found;
111
- },
112
- // Wont't match past end of line.
113
- lookAheadRegex: function(regex, consume) {
114
- if (regex.source.charAt(0) != "^")
115
- throw new Error("Regexps passed to lookAheadRegex must start with ^");
116
-
117
- // Fetch the rest of the line
118
- while (current.indexOf("\n", pos) == -1) {
119
- try {current += source.next();}
120
- catch (e) {if (e != StopIteration) throw e; break;}
121
- }
122
- var matched = current.slice(pos).match(regex);
123
- if (matched && consume) pos += matched[0].length;
124
- return matched;
125
- },
126
-
127
- // Utils built on top of the above
128
- // more: -> boolean
129
- // Produce true if the stream isn't empty.
130
- more: function() {
131
- return this.peek() !== null;
132
- },
133
- applies: function(test) {
134
- var next = this.peek();
135
- return (next !== null && test(next));
136
- },
137
- nextWhile: function(test) {
138
- var next;
139
- while ((next = this.peek()) !== null && test(next))
140
- this.next();
141
- },
142
- matches: function(re) {
143
- var next = this.peek();
144
- return (next !== null && re.test(next));
145
- },
146
- nextWhileMatches: function(re) {
147
- var next;
148
- while ((next = this.peek()) !== null && re.test(next))
149
- this.next();
150
- },
151
- equals: function(ch) {
152
- return ch === this.peek();
153
- },
154
- endOfLine: function() {
155
- var next = this.peek();
156
- return next == null || next == "\n";
157
- }
158
- };
159
- };
@@ -1,57 +0,0 @@
1
- // A framework for simple tokenizers. Takes care of newlines and
2
- // white-space, and of getting the text from the source stream into
3
- // the token object. A state is a function of two arguments -- a
4
- // string stream and a setState function. The second can be used to
5
- // change the tokenizer's state, and can be ignored for stateless
6
- // tokenizers. This function should advance the stream over a token
7
- // and return a string or object containing information about the next
8
- // token, or null to pass and have the (new) state be called to finish
9
- // the token. When a string is given, it is wrapped in a {style, type}
10
- // object. In the resulting object, the characters consumed are stored
11
- // under the content property. Any whitespace following them is also
12
- // automatically consumed, and added to the value property. (Thus,
13
- // content is the actual meaningful part of the token, while value
14
- // contains all the text it spans.)
15
-
16
- function tokenizer(source, state) {
17
- // Newlines are always a separate token.
18
- function isWhiteSpace(ch) {
19
- // The messy regexp is because IE's regexp matcher is of the
20
- // opinion that non-breaking spaces are no whitespace.
21
- return ch != "\n" && /^[\s\u00a0]*$/.test(ch);
22
- }
23
-
24
- var tokenizer = {
25
- state: state,
26
-
27
- take: function(type) {
28
- if (typeof(type) == "string")
29
- type = {style: type, type: type};
30
-
31
- type.content = (type.content || "") + source.get();
32
- if (!/\n$/.test(type.content))
33
- source.nextWhile(isWhiteSpace);
34
- type.value = type.content + source.get();
35
- return type;
36
- },
37
-
38
- next: function () {
39
- if (!source.more()) throw StopIteration;
40
-
41
- var type;
42
- if (source.equals("\n")) {
43
- source.next();
44
- return this.take("whitespace");
45
- }
46
-
47
- if (source.applies(isWhiteSpace))
48
- type = "whitespace";
49
- else
50
- while (!type)
51
- type = this.state(source, function(s) {tokenizer.state = s;});
52
-
53
- return this.take(type);
54
- }
55
- };
56
- return tokenizer;
57
- }
@@ -1,413 +0,0 @@
1
- /**
2
- * Storage and control for undo information within a CodeMirror
3
- * editor. 'Why on earth is such a complicated mess required for
4
- * that?', I hear you ask. The goal, in implementing this, was to make
5
- * the complexity of storing and reverting undo information depend
6
- * only on the size of the edited or restored content, not on the size
7
- * of the whole document. This makes it necessary to use a kind of
8
- * 'diff' system, which, when applied to a DOM tree, causes some
9
- * complexity and hackery.
10
- *
11
- * In short, the editor 'touches' BR elements as it parses them, and
12
- * the UndoHistory stores these. When nothing is touched in commitDelay
13
- * milliseconds, the changes are committed: It goes over all touched
14
- * nodes, throws out the ones that did not change since last commit or
15
- * are no longer in the document, and assembles the rest into zero or
16
- * more 'chains' -- arrays of adjacent lines. Links back to these
17
- * chains are added to the BR nodes, while the chain that previously
18
- * spanned these nodes is added to the undo history. Undoing a change
19
- * means taking such a chain off the undo history, restoring its
20
- * content (text is saved per line) and linking it back into the
21
- * document.
22
- */
23
-
24
- // A history object needs to know about the DOM container holding the
25
- // document, the maximum amount of undo levels it should store, the
26
- // delay (of no input) after which it commits a set of changes, and,
27
- // unfortunately, the 'parent' window -- a window that is not in
28
- // designMode, and on which setTimeout works in every browser.
29
- function UndoHistory(container, maxDepth, commitDelay, editor) {
30
- this.container = container;
31
- this.maxDepth = maxDepth; this.commitDelay = commitDelay;
32
- this.editor = editor;
33
- // This line object represents the initial, empty editor.
34
- var initial = {text: "", from: null, to: null};
35
- // As the borders between lines are represented by BR elements, the
36
- // start of the first line and the end of the last one are
37
- // represented by null. Since you can not store any properties
38
- // (links to line objects) in null, these properties are used in
39
- // those cases.
40
- this.first = initial; this.last = initial;
41
- // Similarly, a 'historyTouched' property is added to the BR in
42
- // front of lines that have already been touched, and 'firstTouched'
43
- // is used for the first line.
44
- this.firstTouched = false;
45
- // History is the set of committed changes, touched is the set of
46
- // nodes touched since the last commit.
47
- this.history = []; this.redoHistory = []; this.touched = []; this.lostundo = 0;
48
- }
49
-
50
- UndoHistory.prototype = {
51
- // Schedule a commit (if no other touches come in for commitDelay
52
- // milliseconds).
53
- scheduleCommit: function() {
54
- var self = this;
55
- parent.clearTimeout(this.commitTimeout);
56
- this.commitTimeout = parent.setTimeout(function(){self.tryCommit();}, this.commitDelay);
57
- },
58
-
59
- // Mark a node as touched. Null is a valid argument.
60
- touch: function(node) {
61
- this.setTouched(node);
62
- this.scheduleCommit();
63
- },
64
-
65
- // Undo the last change.
66
- undo: function() {
67
- // Make sure pending changes have been committed.
68
- this.commit();
69
-
70
- if (this.history.length) {
71
- // Take the top diff from the history, apply it, and store its
72
- // shadow in the redo history.
73
- var item = this.history.pop();
74
- this.redoHistory.push(this.updateTo(item, "applyChain"));
75
- this.notifyEnvironment();
76
- return this.chainNode(item);
77
- }
78
- },
79
-
80
- // Redo the last undone change.
81
- redo: function() {
82
- this.commit();
83
- if (this.redoHistory.length) {
84
- // The inverse of undo, basically.
85
- var item = this.redoHistory.pop();
86
- this.addUndoLevel(this.updateTo(item, "applyChain"));
87
- this.notifyEnvironment();
88
- return this.chainNode(item);
89
- }
90
- },
91
-
92
- clear: function() {
93
- this.history = [];
94
- this.redoHistory = [];
95
- this.lostundo = 0;
96
- },
97
-
98
- // Ask for the size of the un/redo histories.
99
- historySize: function() {
100
- return {undo: this.history.length, redo: this.redoHistory.length, lostundo: this.lostundo};
101
- },
102
-
103
- // Push a changeset into the document.
104
- push: function(from, to, lines) {
105
- var chain = [];
106
- for (var i = 0; i < lines.length; i++) {
107
- var end = (i == lines.length - 1) ? to : document.createElement("br");
108
- chain.push({from: from, to: end, text: cleanText(lines[i])});
109
- from = end;
110
- }
111
- this.pushChains([chain], from == null && to == null);
112
- this.notifyEnvironment();
113
- },
114
-
115
- pushChains: function(chains, doNotHighlight) {
116
- this.commit(doNotHighlight);
117
- this.addUndoLevel(this.updateTo(chains, "applyChain"));
118
- this.redoHistory = [];
119
- },
120
-
121
- // Retrieve a DOM node from a chain (for scrolling to it after undo/redo).
122
- chainNode: function(chains) {
123
- for (var i = 0; i < chains.length; i++) {
124
- var start = chains[i][0], node = start && (start.from || start.to);
125
- if (node) return node;
126
- }
127
- },
128
-
129
- // Clear the undo history, make the current document the start
130
- // position.
131
- reset: function() {
132
- this.history = []; this.redoHistory = []; this.lostundo = 0;
133
- },
134
-
135
- textAfter: function(br) {
136
- return this.after(br).text;
137
- },
138
-
139
- nodeAfter: function(br) {
140
- return this.after(br).to;
141
- },
142
-
143
- nodeBefore: function(br) {
144
- return this.before(br).from;
145
- },
146
-
147
- // Commit unless there are pending dirty nodes.
148
- tryCommit: function() {
149
- if (!window || !window.parent || !window.UndoHistory) return; // Stop when frame has been unloaded
150
- if (this.editor.highlightDirty()) this.commit(true);
151
- else this.scheduleCommit();
152
- },
153
-
154
- // Check whether the touched nodes hold any changes, if so, commit
155
- // them.
156
- commit: function(doNotHighlight) {
157
- parent.clearTimeout(this.commitTimeout);
158
- // Make sure there are no pending dirty nodes.
159
- if (!doNotHighlight) this.editor.highlightDirty(true);
160
- // Build set of chains.
161
- var chains = this.touchedChains(), self = this;
162
-
163
- if (chains.length) {
164
- this.addUndoLevel(this.updateTo(chains, "linkChain"));
165
- this.redoHistory = [];
166
- this.notifyEnvironment();
167
- }
168
- },
169
-
170
- // [ end of public interface ]
171
-
172
- // Update the document with a given set of chains, return its
173
- // shadow. updateFunc should be "applyChain" or "linkChain". In the
174
- // second case, the chains are taken to correspond the the current
175
- // document, and only the state of the line data is updated. In the
176
- // first case, the content of the chains is also pushed iinto the
177
- // document.
178
- updateTo: function(chains, updateFunc) {
179
- var shadows = [], dirty = [];
180
- for (var i = 0; i < chains.length; i++) {
181
- shadows.push(this.shadowChain(chains[i]));
182
- dirty.push(this[updateFunc](chains[i]));
183
- }
184
- if (updateFunc == "applyChain")
185
- this.notifyDirty(dirty);
186
- return shadows;
187
- },
188
-
189
- // Notify the editor that some nodes have changed.
190
- notifyDirty: function(nodes) {
191
- forEach(nodes, method(this.editor, "addDirtyNode"))
192
- this.editor.scheduleHighlight();
193
- },
194
-
195
- notifyEnvironment: function() {
196
- if (this.onChange) this.onChange(this.editor);
197
- // Used by the line-wrapping line-numbering code.
198
- if (window.frameElement && window.frameElement.CodeMirror.updateNumbers)
199
- window.frameElement.CodeMirror.updateNumbers();
200
- },
201
-
202
- // Link a chain into the DOM nodes (or the first/last links for null
203
- // nodes).
204
- linkChain: function(chain) {
205
- for (var i = 0; i < chain.length; i++) {
206
- var line = chain[i];
207
- if (line.from) line.from.historyAfter = line;
208
- else this.first = line;
209
- if (line.to) line.to.historyBefore = line;
210
- else this.last = line;
211
- }
212
- },
213
-
214
- // Get the line object after/before a given node.
215
- after: function(node) {
216
- return node ? node.historyAfter : this.first;
217
- },
218
- before: function(node) {
219
- return node ? node.historyBefore : this.last;
220
- },
221
-
222
- // Mark a node as touched if it has not already been marked.
223
- setTouched: function(node) {
224
- if (node) {
225
- if (!node.historyTouched) {
226
- this.touched.push(node);
227
- node.historyTouched = true;
228
- }
229
- }
230
- else {
231
- this.firstTouched = true;
232
- }
233
- },
234
-
235
- // Store a new set of undo info, throw away info if there is more of
236
- // it than allowed.
237
- addUndoLevel: function(diffs) {
238
- this.history.push(diffs);
239
- if (this.history.length > this.maxDepth) {
240
- this.history.shift();
241
- lostundo += 1;
242
- }
243
- },
244
-
245
- // Build chains from a set of touched nodes.
246
- touchedChains: function() {
247
- var self = this;
248
-
249
- // The temp system is a crummy hack to speed up determining
250
- // whether a (currently touched) node has a line object associated
251
- // with it. nullTemp is used to store the object for the first
252
- // line, other nodes get it stored in their historyTemp property.
253
- var nullTemp = null;
254
- function temp(node) {return node ? node.historyTemp : nullTemp;}
255
- function setTemp(node, line) {
256
- if (node) node.historyTemp = line;
257
- else nullTemp = line;
258
- }
259
-
260
- function buildLine(node) {
261
- var text = [];
262
- for (var cur = node ? node.nextSibling : self.container.firstChild;
263
- cur && (!isBR(cur) || cur.hackBR); cur = cur.nextSibling)
264
- if (!cur.hackBR && cur.currentText) text.push(cur.currentText);
265
- return {from: node, to: cur, text: cleanText(text.join(""))};
266
- }
267
-
268
- // Filter out unchanged lines and nodes that are no longer in the
269
- // document. Build up line objects for remaining nodes.
270
- var lines = [];
271
- if (self.firstTouched) self.touched.push(null);
272
- forEach(self.touched, function(node) {
273
- if (node && (node.parentNode != self.container || node.hackBR)) return;
274
-
275
- if (node) node.historyTouched = false;
276
- else self.firstTouched = false;
277
-
278
- var line = buildLine(node), shadow = self.after(node);
279
- if (!shadow || shadow.text != line.text || shadow.to != line.to) {
280
- lines.push(line);
281
- setTemp(node, line);
282
- }
283
- });
284
-
285
- // Get the BR element after/before the given node.
286
- function nextBR(node, dir) {
287
- var link = dir + "Sibling", search = node[link];
288
- while (search && !isBR(search))
289
- search = search[link];
290
- return search;
291
- }
292
-
293
- // Assemble line objects into chains by scanning the DOM tree
294
- // around them.
295
- var chains = []; self.touched = [];
296
- forEach(lines, function(line) {
297
- // Note that this makes the loop skip line objects that have
298
- // been pulled into chains by lines before them.
299
- if (!temp(line.from)) return;
300
-
301
- var chain = [], curNode = line.from, safe = true;
302
- // Put any line objects (referred to by temp info) before this
303
- // one on the front of the array.
304
- while (true) {
305
- var curLine = temp(curNode);
306
- if (!curLine) {
307
- if (safe) break;
308
- else curLine = buildLine(curNode);
309
- }
310
- chain.unshift(curLine);
311
- setTemp(curNode, null);
312
- if (!curNode) break;
313
- safe = self.after(curNode);
314
- curNode = nextBR(curNode, "previous");
315
- }
316
- curNode = line.to; safe = self.before(line.from);
317
- // Add lines after this one at end of array.
318
- while (true) {
319
- if (!curNode) break;
320
- var curLine = temp(curNode);
321
- if (!curLine) {
322
- if (safe) break;
323
- else curLine = buildLine(curNode);
324
- }
325
- chain.push(curLine);
326
- setTemp(curNode, null);
327
- safe = self.before(curNode);
328
- curNode = nextBR(curNode, "next");
329
- }
330
- chains.push(chain);
331
- });
332
-
333
- return chains;
334
- },
335
-
336
- // Find the 'shadow' of a given chain by following the links in the
337
- // DOM nodes at its start and end.
338
- shadowChain: function(chain) {
339
- var shadows = [], next = this.after(chain[0].from), end = chain[chain.length - 1].to;
340
- while (true) {
341
- shadows.push(next);
342
- var nextNode = next.to;
343
- if (!nextNode || nextNode == end)
344
- break;
345
- else
346
- next = nextNode.historyAfter || this.before(end);
347
- // (The this.before(end) is a hack -- FF sometimes removes
348
- // properties from BR nodes, in which case the best we can hope
349
- // for is to not break.)
350
- }
351
- return shadows;
352
- },
353
-
354
- // Update the DOM tree to contain the lines specified in a given
355
- // chain, link this chain into the DOM nodes.
356
- applyChain: function(chain) {
357
- // Some attempt is made to prevent the cursor from jumping
358
- // randomly when an undo or redo happens. It still behaves a bit
359
- // strange sometimes.
360
- var cursor = select.cursorPos(this.container, false), self = this;
361
-
362
- // Remove all nodes in the DOM tree between from and to (null for
363
- // start/end of container).
364
- function removeRange(from, to) {
365
- var pos = from ? from.nextSibling : self.container.firstChild;
366
- while (pos != to) {
367
- var temp = pos.nextSibling;
368
- removeElement(pos);
369
- pos = temp;
370
- }
371
- }
372
-
373
- var start = chain[0].from, end = chain[chain.length - 1].to;
374
- // Clear the space where this change has to be made.
375
- removeRange(start, end);
376
-
377
- // Insert the content specified by the chain into the DOM tree.
378
- for (var i = 0; i < chain.length; i++) {
379
- var line = chain[i];
380
- // The start and end of the space are already correct, but BR
381
- // tags inside it have to be put back.
382
- if (i > 0)
383
- self.container.insertBefore(line.from, end);
384
-
385
- // Add the text.
386
- var node = makePartSpan(fixSpaces(line.text));
387
- self.container.insertBefore(node, end);
388
- // See if the cursor was on this line. Put it back, adjusting
389
- // for changed line length, if it was.
390
- if (cursor && cursor.node == line.from) {
391
- var cursordiff = 0;
392
- var prev = this.after(line.from);
393
- if (prev && i == chain.length - 1) {
394
- // Only adjust if the cursor is after the unchanged part of
395
- // the line.
396
- for (var match = 0; match < cursor.offset &&
397
- line.text.charAt(match) == prev.text.charAt(match); match++){}
398
- if (cursor.offset > match)
399
- cursordiff = line.text.length - prev.text.length;
400
- }
401
- select.setCursorPos(this.container, {node: line.from, offset: Math.max(0, cursor.offset + cursordiff)});
402
- }
403
- // Cursor was in removed line, this is last new line.
404
- else if (cursor && (i == chain.length - 1) && cursor.node && cursor.node.parentNode != this.container) {
405
- select.setCursorPos(this.container, {node: line.from, offset: line.text.length});
406
- }
407
- }
408
-
409
- // Anchor the chain in the DOM tree.
410
- this.linkChain(chain);
411
- return start;
412
- }
413
- };