From 4f2adf06713eeec995d7811cd1d7a4dfe3cdda86 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 27 May 2017 21:32:51 -0700 Subject: 3883 --- html/edit/008-sandbox-edit.mu.html | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'html/edit/008-sandbox-edit.mu.html') diff --git a/html/edit/008-sandbox-edit.mu.html b/html/edit/008-sandbox-edit.mu.html index 99fe4400..f55c5f4f 100644 --- a/html/edit/008-sandbox-edit.mu.html +++ b/html/edit/008-sandbox-edit.mu.html @@ -79,7 +79,7 @@ if ('onhashchange' in window) { 17 ¦ . run (F4) . 18 ¦ . ╎ . 19 ¦ .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────. - 20 ¦ . ╎0 edit copy delete . + 20 ¦ . ╎0 edit copy to recipe delete . 21 ¦ . ╎add 2, 2 . 22 ¦ . ╎4 . 23 ¦ . ╎─────────────────────────────────────────────────. @@ -131,7 +131,7 @@ if ('onhashchange' in window) { 69 ¦ . run (F4) . 70 ¦ . ╎ . 71 ¦ .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────. - 72 ¦ . ╎0 edit copy delete . + 72 ¦ . ╎0 edit copy to recipe delete . 73 ¦ . ╎add 2, 2 . 74 ¦ . ╎4 . 75 ¦ . ╎─────────────────────────────────────────────────. @@ -139,7 +139,7 @@ if ('onhashchange' in window) { 77 ] 78 # click at right edge of 'edit' button (just before 'copy') 79 assume-console [ - 80 ¦ left-click 3, 68 + 80 ¦ left-click 3, 65 81 ] 82 run [ 83 ¦ event-loop screen, console, env, resources @@ -173,7 +173,7 @@ if ('onhashchange' in window) { 111 ¦ break-unless edit? 112 ¦ edit?, env <- try-edit-sandbox click-row, env 113 ¦ break-unless edit? -114 ¦ screen <- render-sandbox-side screen, env, render +114 ¦ screen <- render-sandbox-side screen, env, render 115 ¦ screen <- update-cursor screen, recipes, current-sandbox, sandbox-in-focus?, env 116 ¦ loop +next-event 117 } @@ -191,7 +191,7 @@ if ('onhashchange' in window) { 129 assert first-sandbox, [!!] 130 sandbox-left-margin:num <- get *first-sandbox, left:offset 131 sandbox-right-margin:num <- get *first-sandbox, right:offset -132 edit-button-left:num, edit-button-right:num, _ <- sandbox-menu-columns sandbox-left-margin, sandbox-right-margin +132 edit-button-left:num, edit-button-right:num, _ <- sandbox-menu-columns sandbox-left-margin, sandbox-right-margin 133 edit-button-vertical-area?:bool <- within-range? click-column, edit-button-left, edit-button-right 134 return-unless edit-button-vertical-area?, 0/false 135 # finally, is sandbox editor empty? @@ -235,7 +235,7 @@ if ('onhashchange' in window) { 173 ¦ . run (F4) . 174 ¦ . ╎ . 175 ¦ .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────. -176 ¦ . ╎0 edit copy delete . +176 ¦ . ╎0 edit copy to recipe delete . 177 ¦ . ╎print screen, 4 . 178 ¦ . ╎screen: . 179 ¦ . ╎ .4 . . @@ -270,7 +270,7 @@ if ('onhashchange' in window) { 208 assume-resources [ 209 ] 210 env:&:environment <- new-programming-environment resources, screen, [] -211 render-all screen, env, render +211 render-all screen, env, render 212 # create 2 sandboxes and scroll to second 213 assume-console [ 214 ¦ press ctrl-n @@ -285,7 +285,7 @@ if ('onhashchange' in window) { 223 screen-should-contain [ 224 ¦ . run (F4) . 225 ¦ . ╎─────────────────────────────────────────────────. -226 ¦ .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎1 edit copy delete . +226 ¦ .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎1 edit copy to recipe delete . 227 ¦ . ╎add 2, 2 . 228 ¦ . ╎4 . 229 ¦ . ╎─────────────────────────────────────────────────. @@ -303,7 +303,7 @@ if ('onhashchange' in window) { 241 ¦ . run (F4) . 242 ¦ . ╎add 2, 2 . 243 ¦ .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────. -244 ¦ . ╎0 edit copy delete . +244 ¦ . ╎0 edit copy to recipe delete . 245 ¦ . ╎add 1, 1 . 246 ¦ . ╎2 . 247 ¦ . ╎─────────────────────────────────────────────────. @@ -319,7 +319,7 @@ if ('onhashchange' in window) { 257 assume-resources [ 258 ] 259 env:&:environment <- new-programming-environment resources, screen, [] -260 render-all screen, env, render +260 render-all screen, env, render 261 # create 2 sandboxes 262 assume-console [ 263 ¦ press ctrl-n @@ -333,11 +333,11 @@ if ('onhashchange' in window) { 271 ¦ . run (F4) . 272 ¦ . ╎ . 273 ¦ .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────. -274 ¦ . ╎0 edit copy delete . +274 ¦ . ╎0 edit copy to recipe delete . 275 ¦ . ╎add 1, 1 . 276 ¦ . ╎2 . 277 ¦ . ╎─────────────────────────────────────────────────. -278 ¦ . ╎1 edit copy delete . +278 ¦ . ╎1 edit copy to recipe delete . 279 ¦ . ╎add 2, 2 . 280 ¦ . ╎4 . 281 ] @@ -354,11 +354,11 @@ if ('onhashchange' in window) { 292 ¦ . run (F4) . 293 ¦ . ╎ . 294 ¦ .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────. -295 ¦ . ╎0 edit copy delete . +295 ¦ . ╎0 edit copy to recipe delete . 296 ¦ . ╎add 1, 1 . 297 ¦ . ╎2 . 298 ¦ . ╎─────────────────────────────────────────────────. -299 ¦ . ╎1 edit copy delete . +299 ¦ . ╎1 edit copy to recipe delete . 300 ¦ . ╎add 2, 2 . 301 ¦ . ╎4 . 302 ] @@ -375,7 +375,7 @@ if ('onhashchange' in window) { 313 screen-should-contain [ 314 ¦ . run (F4) . 315 ¦ . ╎─────────────────────────────────────────────────. -316 ¦ .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎1 edit copy delete . +316 ¦ .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎1 edit copy to recipe delete . 317 ¦ . ╎add 2, 2 . 318 ¦ . ╎4 . 319 ¦ . ╎─────────────────────────────────────────────────. -- cgit 1.4.1-2-gfad0