diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-05-06 15:03:13 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-05-06 15:03:13 -0700 |
commit | 996ce5f101e597cf70bda0864f964b356a1005a3 (patch) | |
tree | 0b5437e561ac14ad27358401820fc5cd9b3e5193 /html/edit/007-sandbox-delete.mu.html | |
parent | dc0e767cf5130461a6aa58774d1016ec3934396b (diff) | |
download | mu-996ce5f101e597cf70bda0864f964b356a1005a3.tar.gz |
3845
Diffstat (limited to 'html/edit/007-sandbox-delete.mu.html')
-rw-r--r-- | html/edit/007-sandbox-delete.mu.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/html/edit/007-sandbox-delete.mu.html b/html/edit/007-sandbox-delete.mu.html index fbfa79c6..327563c0 100644 --- a/html/edit/007-sandbox-delete.mu.html +++ b/html/edit/007-sandbox-delete.mu.html @@ -127,7 +127,7 @@ if ('onhashchange' in window) { <span id="L65" class="LineNr"> 65 </span> ] <span id="L66" class="LineNr"> 66 </span>] <span id="L67" class="LineNr"> 67 </span> -<span id="L68" class="LineNr"> 68 </span><span class="muRecipe">after</span> <span class="Constant"><a href='004-programming-environment.mu.html#L80'><global-touch></a></span> [ +<span id="L68" class="LineNr"> 68 </span><span class="muRecipe">after</span> <span class="Constant"><a href='004-programming-environment.mu.html#L76'><global-touch></a></span> [ <span id="L69" class="LineNr"> 69 </span> <span class="Comment"># support 'delete' button</span> <span id="L70" class="LineNr"> 70 </span> <span class="Delimiter">{</span> <span id="L71" class="LineNr"> 71 </span> <span class="Conceal">¦</span> delete?:bool <span class="Special"><-</span> <a href='007-sandbox-delete.mu.html#L82'>should-attempt-delete?</a> click-row, click-column, env @@ -135,7 +135,7 @@ if ('onhashchange' in window) { <span id="L73" class="LineNr"> 73 </span> <span class="Conceal">¦</span> delete?, env <span class="Special"><-</span> <a href='007-sandbox-delete.mu.html#L97'>try-delete-sandbox</a> click-row, env <span id="L74" class="LineNr"> 74 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> delete? <span id="L75" class="LineNr"> 75 </span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L4'>screen</a> <span class="Special"><-</span> render-sandbox-side <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L121'>render</a> -<span id="L76" class="LineNr"> 76 </span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L4'>screen</a> <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L495'>update-cursor</a> <a href='../081print.mu.html#L4'>screen</a>, recipes, current-sandbox, sandbox-in-focus?, env +<span id="L76" class="LineNr"> 76 </span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L4'>screen</a> <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L446'>update-cursor</a> <a href='../081print.mu.html#L4'>screen</a>, recipes, current-sandbox, sandbox-in-focus?, env <span id="L77" class="LineNr"> 77 </span> <span class="Conceal">¦</span> <span class="muControl">loop</span> <span class="Constant">+next-event</span> <span id="L78" class="LineNr"> 78 </span> <span class="Delimiter">}</span> <span id="L79" class="LineNr"> 79 </span>] @@ -216,7 +216,7 @@ if ('onhashchange' in window) { <span id="L154" class="LineNr">154 </span> assume-resources [ <span id="L155" class="LineNr">155 </span> ] <span id="L156" class="LineNr">156 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L4'>screen</a>, <span class="Constant">[]</span> -<span id="L157" class="LineNr">157 </span> <a href='004-programming-environment.mu.html#L432'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L121'>render</a> +<span id="L157" class="LineNr">157 </span> <a href='004-programming-environment.mu.html#L383'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L121'>render</a> <span id="L158" class="LineNr">158 </span> <span class="Comment"># create 2 sandboxes and scroll to second</span> <span id="L159" class="LineNr">159 </span> assume-console [ <span id="L160" class="LineNr">160 </span> <span class="Conceal">¦</span> press ctrl-n @@ -263,7 +263,7 @@ if ('onhashchange' in window) { <span id="L201" class="LineNr">201 </span> assume-resources [ <span id="L202" class="LineNr">202 </span> ] <span id="L203" class="LineNr">203 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L4'>screen</a>, <span class="Constant">[]</span> -<span id="L204" class="LineNr">204 </span> <a href='004-programming-environment.mu.html#L432'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L121'>render</a> +<span id="L204" class="LineNr">204 </span> <a href='004-programming-environment.mu.html#L383'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L121'>render</a> <span id="L205" class="LineNr">205 </span> <span class="Comment"># create 2 sandboxes and scroll to second</span> <span id="L206" class="LineNr">206 </span> assume-console [ <span id="L207" class="LineNr">207 </span> <span class="Conceal">¦</span> press ctrl-n @@ -310,7 +310,7 @@ if ('onhashchange' in window) { <span id="L248" class="LineNr">248 </span> assume-resources [ <span id="L249" class="LineNr">249 </span> ] <span id="L250" class="LineNr">250 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L4'>screen</a>, <span class="Constant">[]</span> -<span id="L251" class="LineNr">251 </span> <a href='004-programming-environment.mu.html#L432'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L121'>render</a> +<span id="L251" class="LineNr">251 </span> <a href='004-programming-environment.mu.html#L383'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L121'>render</a> <span id="L252" class="LineNr">252 </span> <span class="Comment"># create 2 sandboxes and scroll to second</span> <span id="L253" class="LineNr">253 </span> assume-console [ <span id="L254" class="LineNr">254 </span> <span class="Conceal">¦</span> press ctrl-n @@ -359,7 +359,7 @@ if ('onhashchange' in window) { <span id="L297" class="LineNr">297 </span> assume-resources [ <span id="L298" class="LineNr">298 </span> ] <span id="L299" class="LineNr">299 </span> env:&:environment <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L4'>screen</a>, <span class="Constant">[]</span> -<span id="L300" class="LineNr">300 </span> <a href='004-programming-environment.mu.html#L432'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L121'>render</a> +<span id="L300" class="LineNr">300 </span> <a href='004-programming-environment.mu.html#L383'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L121'>render</a> <span id="L301" class="LineNr">301 </span> <span class="Comment"># create 2 sandboxes</span> <span id="L302" class="LineNr">302 </span> assume-console [ <span id="L303" class="LineNr">303 </span> <span class="Conceal">¦</span> press ctrl-n |