about summary refs log tree commit diff stats
path: root/html/edit/007-sandbox-delete.mu.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-06-19 11:29:20 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-06-19 11:29:20 -0700
commit1c2d788b454670bf8fa1cb65c6251a8ff6ddcaf7 (patch)
treefb858c9ac49152af7cfdd956c12870206cc18c72 /html/edit/007-sandbox-delete.mu.html
parentb755631561fd1a9223effcc833e2c8201582f63d (diff)
downloadmu-1c2d788b454670bf8fa1cb65c6251a8ff6ddcaf7.tar.gz
3927
Diffstat (limited to 'html/edit/007-sandbox-delete.mu.html')
-rw-r--r--html/edit/007-sandbox-delete.mu.html24
1 files changed, 12 insertions, 12 deletions
diff --git a/html/edit/007-sandbox-delete.mu.html b/html/edit/007-sandbox-delete.mu.html
index 4780b753..b023c314 100644
--- a/html/edit/007-sandbox-delete.mu.html
+++ b/html/edit/007-sandbox-delete.mu.html
@@ -69,7 +69,7 @@ if ('onhashchange' in window) {
 <span id="L7" class="LineNr">  7 </span>  assume-resources [
 <span id="L8" class="LineNr">  8 </span>  ]
 <span id="L9" class="LineNr">  9 </span>  env:&amp;:environment <span class="Special">&lt;-</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="L10" class="LineNr"> 10 </span>  <a href='004-programming-environment.mu.html#L400'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a>
+<span id="L10" class="LineNr"> 10 </span>  <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a>
 <span id="L11" class="LineNr"> 11 </span>  <span class="Comment"># run a few commands</span>
 <span id="L12" class="LineNr"> 12 </span>  assume-console [
 <span id="L13" class="LineNr"> 13 </span>  <span class="Conceal">¦</span> left-click<span class="Constant"> 1</span>,<span class="Constant"> 75</span>
@@ -136,7 +136,7 @@ if ('onhashchange' in window) {
 <span id="L74" class="LineNr"> 74 </span>  <span class="Conceal">¦</span> delete?, env <span class="Special">&lt;-</span> <a href='007-sandbox-delete.mu.html#L98'>try-delete-sandbox</a> click-row, env
 <span id="L75" class="LineNr"> 75 </span>  <span class="Conceal">¦</span> <span class="muControl">break-unless</span> delete?
 <span id="L76" class="LineNr"> 76 </span>  <span class="Conceal">¦</span> <a href='../081print.mu.html#L4'>screen</a> <span class="Special">&lt;-</span> render-sandbox-side <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a>
-<span id="L77" class="LineNr"> 77 </span>  <span class="Conceal">¦</span> <a href='../081print.mu.html#L4'>screen</a> <span class="Special">&lt;-</span> <a href='004-programming-environment.mu.html#L467'>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> <a href='../081print.mu.html#L4'>screen</a> <span class="Special">&lt;-</span> <a href='004-programming-environment.mu.html#L469'>update-cursor</a> <a href='../081print.mu.html#L4'>screen</a>, recipes, current-sandbox, sandbox-in-focus?, env
 <span id="L78" class="LineNr"> 78 </span>  <span class="Conceal">¦</span> <span class="muControl">loop</span> <span class="Constant">+next-event</span>
 <span id="L79" class="LineNr"> 79 </span>  <span class="Delimiter">}</span>
 <span id="L80" class="LineNr"> 80 </span>]
@@ -217,7 +217,7 @@ if ('onhashchange' in window) {
 <span id="L155" class="LineNr">155 </span>  assume-resources [
 <span id="L156" class="LineNr">156 </span>  ]
 <span id="L157" class="LineNr">157 </span>  env:&amp;:environment <span class="Special">&lt;-</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="L158" class="LineNr">158 </span>  <a href='004-programming-environment.mu.html#L400'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a>
+<span id="L158" class="LineNr">158 </span>  <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a>
 <span id="L159" class="LineNr">159 </span>  <span class="Comment"># create 2 sandboxes and scroll to second</span>
 <span id="L160" class="LineNr">160 </span>  assume-console [
 <span id="L161" class="LineNr">161 </span>  <span class="Conceal">¦</span> press ctrl-n
@@ -225,7 +225,7 @@ if ('onhashchange' in window) {
 <span id="L163" class="LineNr">163 </span>  <span class="Conceal">¦</span> press F4
 <span id="L164" class="LineNr">164 </span>  <span class="Conceal">¦</span> type <span class="Constant">[add 1, 1]</span>
 <span id="L165" class="LineNr">165 </span>  <span class="Conceal">¦</span> press F4
-<span id="L166" class="LineNr">166 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3005'>page-down</a>
+<span id="L166" class="LineNr">166 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3500'>page-down</a>
 <span id="L167" class="LineNr">167 </span>  ]
 <span id="L168" class="LineNr">168 </span>  <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L4'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a>
 <span id="L169" class="LineNr">169 </span>  screen-should-contain [
@@ -264,7 +264,7 @@ if ('onhashchange' in window) {
 <span id="L202" class="LineNr">202 </span>  assume-resources [
 <span id="L203" class="LineNr">203 </span>  ]
 <span id="L204" class="LineNr">204 </span>  env:&amp;:environment <span class="Special">&lt;-</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="L205" class="LineNr">205 </span>  <a href='004-programming-environment.mu.html#L400'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a>
+<span id="L205" class="LineNr">205 </span>  <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a>
 <span id="L206" class="LineNr">206 </span>  <span class="Comment"># create 2 sandboxes and scroll to second</span>
 <span id="L207" class="LineNr">207 </span>  assume-console [
 <span id="L208" class="LineNr">208 </span>  <span class="Conceal">¦</span> press ctrl-n
@@ -272,7 +272,7 @@ if ('onhashchange' in window) {
 <span id="L210" class="LineNr">210 </span>  <span class="Conceal">¦</span> press F4
 <span id="L211" class="LineNr">211 </span>  <span class="Conceal">¦</span> type <span class="Constant">[add 1, 1]</span>
 <span id="L212" class="LineNr">212 </span>  <span class="Conceal">¦</span> press F4
-<span id="L213" class="LineNr">213 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3005'>page-down</a>
+<span id="L213" class="LineNr">213 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3500'>page-down</a>
 <span id="L214" class="LineNr">214 </span>  ]
 <span id="L215" class="LineNr">215 </span>  <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L4'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a>
 <span id="L216" class="LineNr">216 </span>  screen-should-contain [
@@ -311,7 +311,7 @@ if ('onhashchange' in window) {
 <span id="L249" class="LineNr">249 </span>  assume-resources [
 <span id="L250" class="LineNr">250 </span>  ]
 <span id="L251" class="LineNr">251 </span>  env:&amp;:environment <span class="Special">&lt;-</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="L252" class="LineNr">252 </span>  <a href='004-programming-environment.mu.html#L400'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a>
+<span id="L252" class="LineNr">252 </span>  <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a>
 <span id="L253" class="LineNr">253 </span>  <span class="Comment"># create 2 sandboxes and scroll to second</span>
 <span id="L254" class="LineNr">254 </span>  assume-console [
 <span id="L255" class="LineNr">255 </span>  <span class="Conceal">¦</span> press ctrl-n
@@ -319,8 +319,8 @@ if ('onhashchange' in window) {
 <span id="L257" class="LineNr">257 </span>  <span class="Conceal">¦</span> press F4
 <span id="L258" class="LineNr">258 </span>  <span class="Conceal">¦</span> type <span class="Constant">[add 1, 1]</span>
 <span id="L259" class="LineNr">259 </span>  <span class="Conceal">¦</span> press F4
-<span id="L260" class="LineNr">260 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3005'>page-down</a>
-<span id="L261" class="LineNr">261 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3005'>page-down</a>
+<span id="L260" class="LineNr">260 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3500'>page-down</a>
+<span id="L261" class="LineNr">261 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3500'>page-down</a>
 <span id="L262" class="LineNr">262 </span>  ]
 <span id="L263" class="LineNr">263 </span>  <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L4'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a>
 <span id="L264" class="LineNr">264 </span>  screen-should-contain [
@@ -360,7 +360,7 @@ if ('onhashchange' in window) {
 <span id="L298" class="LineNr">298 </span>  assume-resources [
 <span id="L299" class="LineNr">299 </span>  ]
 <span id="L300" class="LineNr">300 </span>  env:&amp;:environment <span class="Special">&lt;-</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="L301" class="LineNr">301 </span>  <a href='004-programming-environment.mu.html#L400'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a>
+<span id="L301" class="LineNr">301 </span>  <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a>
 <span id="L302" class="LineNr">302 </span>  <span class="Comment"># create 2 sandboxes</span>
 <span id="L303" class="LineNr">303 </span>  assume-console [
 <span id="L304" class="LineNr">304 </span>  <span class="Conceal">¦</span> press ctrl-n
@@ -385,8 +385,8 @@ if ('onhashchange' in window) {
 <span id="L323" class="LineNr">323 </span>  <span class="Comment"># delete the second sandbox, then try to scroll down twice</span>
 <span id="L324" class="LineNr">324 </span>  assume-console [
 <span id="L325" class="LineNr">325 </span>  <span class="Conceal">¦</span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 99</span>
-<span id="L326" class="LineNr">326 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3005'>page-down</a>
-<span id="L327" class="LineNr">327 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3005'>page-down</a>
+<span id="L326" class="LineNr">326 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3500'>page-down</a>
+<span id="L327" class="LineNr">327 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3500'>page-down</a>
 <span id="L328" class="LineNr">328 </span>  ]
 <span id="L329" class="LineNr">329 </span>  run [
 <span id="L330" class="LineNr">330 </span>  <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L4'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a>