From 5fe060d582d4a82444243a28b18085c971a85628 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Fri, 27 Jul 2018 17:07:52 -0700 Subject: 4447 --- html/edit/010-sandbox-trace.mu.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'html/edit/010-sandbox-trace.mu.html') diff --git a/html/edit/010-sandbox-trace.mu.html b/html/edit/010-sandbox-trace.mu.html index d0834aa1..5d4404c1 100644 --- a/html/edit/010-sandbox-trace.mu.html +++ b/html/edit/010-sandbox-trace.mu.html @@ -16,16 +16,16 @@ a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } .muControl { color: #c0a020; } -.muScenario { color: #00af00; } +.muRecipe { color: #ff8700; } .Special { color: #c00000; } .Delimiter { color: #800080; } +.muData { color: #ffff00; } .SalientComment { color: #00ffff; } .Constant { color: #00a0a0; } .LineNr { color: #444444; } -.muRecipe { color: #ff8700; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.muData { color: #ffff00; } +.muScenario { color: #00af00; } --> @@ -75,7 +75,7 @@ if ('onhashchange' in window) { 13 ] 14 ] 15 env:&:environment <- new-programming-environment resources, screen, [foo] - 16 render-all screen, env, render + 16 render-all screen, env, render 17 # run it 18 assume-console [ 19 press F4 @@ -150,7 +150,7 @@ if ('onhashchange' in window) { 88 ] 89 ] 90 env:&:environment <- new-programming-environment resources, screen, [foo] - 91 render-all screen, env, render + 91 render-all screen, env, render 92 # run it 93 assume-console [ 94 press F4 @@ -195,7 +195,7 @@ if ('onhashchange' in window) { 133 assume-resources [ 134 ] 135 env:&:environment <- new-programming-environment resources, screen, [stash 123456789] -136 render-all screen, env, render +136 render-all screen, env, render 137 # create and expand the trace 138 assume-console [ 139 press F4 @@ -265,7 +265,7 @@ if ('onhashchange' in window) { 203 x:bool <- get *sandbox, display-trace?:offset 204 x <- not x 205 *sandbox <- put *sandbox, display-trace?:offset, x -206 screen <- render-sandbox-side screen, env, render +206 screen <- render-sandbox-side screen, env, render 207 screen <- update-cursor screen, recipes, current-sandbox, sandbox-in-focus?, env 208 loop +next-event 209 } @@ -297,7 +297,7 @@ if ('onhashchange' in window) { 235 click-on-sandbox-code?:bool <- and click-above-response?, click-below-menu? 236 { 237 break-if click-on-sandbox-code? -238 return 0/no-click-in-sandbox-output +238 return null/no-click-in-sandbox-output 239 } 240 return sandbox 241 ] -- cgit 1.4.1-2-gfad0