diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-05-20 01:27:02 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-05-20 01:27:02 -0700 |
commit | 53251357c969c3ae7bb3a17b5e55114e69f0e85d (patch) | |
tree | 71508c98e76a0f6ba64733822eb01c2e094a9007 /html/edit/010-sandbox-trace.mu.html | |
parent | 27bd7e76a245397170ad618337cfc1dc49851061 (diff) | |
download | mu-53251357c969c3ae7bb3a17b5e55114e69f0e85d.tar.gz |
3870 - seldom draw both sides of edit/
Diffstat (limited to 'html/edit/010-sandbox-trace.mu.html')
-rw-r--r-- | html/edit/010-sandbox-trace.mu.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/edit/010-sandbox-trace.mu.html b/html/edit/010-sandbox-trace.mu.html index 39a640a1..dfec896c 100644 --- a/html/edit/010-sandbox-trace.mu.html +++ b/html/edit/010-sandbox-trace.mu.html @@ -243,7 +243,7 @@ if ('onhashchange' in window) { <span id="L180" class="LineNr">180 </span>] <span id="L181" class="LineNr">181 </span> <span id="L182" class="LineNr">182 </span><span class="Comment"># clicks on sandbox code toggle its display-trace? flag</span> -<span id="L183" class="LineNr">183 </span><span class="muRecipe">after</span> <span class="Constant"><a href='004-programming-environment.mu.html#L80'><global-touch></a></span> [ +<span id="L183" class="LineNr">183 </span><span class="muRecipe">after</span> <span class="Constant"><a href='004-programming-environment.mu.html#L81'><global-touch></a></span> [ <span id="L184" class="LineNr">184 </span> <span class="Comment"># check if it's inside the code of any sandbox</span> <span id="L185" class="LineNr">185 </span> <span class="Delimiter">{</span> <span id="L186" class="LineNr">186 </span> <span class="Conceal">¦</span> sandbox-left-margin:num <span class="Special"><-</span> get *current-sandbox, <span class="Constant">left:offset</span> @@ -264,7 +264,7 @@ if ('onhashchange' in window) { <span id="L201" class="LineNr">201 </span> <span class="Conceal">¦</span> x <span class="Special"><-</span> not x <span id="L202" class="LineNr">202 </span> <span class="Conceal">¦</span> *sandbox <span class="Special"><-</span> put *sandbox, <span class="Constant">display-trace?:offset</span>, x <span id="L203" class="LineNr">203 </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#L122'>render</a> -<span id="L204" class="LineNr">204 </span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L4'>screen</a> <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L459'>update-cursor</a> <a href='../081print.mu.html#L4'>screen</a>, recipes, current-sandbox, sandbox-in-focus?, env +<span id="L204" class="LineNr">204 </span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L4'>screen</a> <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L466'>update-cursor</a> <a href='../081print.mu.html#L4'>screen</a>, recipes, current-sandbox, sandbox-in-focus?, env <span id="L205" class="LineNr">205 </span> <span class="Conceal">¦</span> <span class="muControl">loop</span> <span class="Constant">+next-event</span> <span id="L206" class="LineNr">206 </span> <span class="Delimiter">}</span> <span id="L207" class="LineNr">207 </span>] |