From 8ee533693acdea45ff9baae3ca0c5b3e0c43de7a Mon Sep 17 00:00:00 2001 From: Stephen Malina Date: Thu, 14 Jul 2016 04:47:18 -0700 Subject: 3111 Show number of instructions in the editor when a user clicks on a run instruction in the sandbox. --- edit/010-sandbox-trace.mu | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'edit/010-sandbox-trace.mu') diff --git a/edit/010-sandbox-trace.mu b/edit/010-sandbox-trace.mu index e7297b75..fd256732 100644 --- a/edit/010-sandbox-trace.mu +++ b/edit/010-sandbox-trace.mu @@ -41,6 +41,7 @@ recipe foo [ . stash [abc] ┊0 edit copy delete . .] ┊foo . .┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┊abc . + . ┊8 instructions run . . ┊━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━. . ┊ . ] @@ -51,6 +52,7 @@ recipe foo [ . ┊ . . ┊ . .┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┊abc . + . ┊8 instructions run . . ┊━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━. . ┊ . ] @@ -115,7 +117,8 @@ recipe foo [ . stash [abc] ┊0 edit copy delete . . reply 4 ┊foo . .] ┊abc . - .┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┊4 . + .┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┊8 instructions run . + . ┊4 . . ┊━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━. . ┊ . ] @@ -140,6 +143,7 @@ scenario clicking-on-app-trace-does-nothing [ . ┊0 edit copy delete . . ┊stash 123456789 . . ┊123456789 . + . ┊6 instructions run . . ┊━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━. . ┊ . ] @@ -158,6 +162,7 @@ scenario clicking-on-app-trace-does-nothing [ . ┊0 edit copy delete . . ┊stash 123456789 . . ┊123456789 . + . ┊6 instructions run . . ┊━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━. . ┊ . ] -- cgit 1.4.1-2-gfad0