From e7f65b0a4b0af23f5107fb44b8dc39514411589d Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 6 Dec 2016 09:35:10 -0800 Subject: 3703 --- html/edit/002-typing.mu.html | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'html/edit/002-typing.mu.html') diff --git a/html/edit/002-typing.mu.html b/html/edit/002-typing.mu.html index 15853c1f..c651168a 100644 --- a/html/edit/002-typing.mu.html +++ b/html/edit/002-typing.mu.html @@ -330,7 +330,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color assume-screen 10/width, 5/height e:&:editor <- new-editor [abc], 0/left, 10/right editor-render screen, e - $clear-trace + $clear-trace assume-console [ left-click 1, 1 # on the 'b' ] @@ -356,7 +356,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color local-scope assume-screen 10/width, 5/height e:&:editor <- new-editor [abc], 0/left, 10/right - $clear-trace + $clear-trace assume-console [ left-click 1, 7 # last line, to the right of text ] @@ -378,7 +378,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color s:text <- new [abc def] e:&:editor <- new-editor s, 0/left, 10/right - $clear-trace + $clear-trace assume-console [ left-click 1, 7 # interior line, to the right of text ] @@ -400,7 +400,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color s:text <- new [abc def] e:&:editor <- new-editor s, 0/left, 10/right - $clear-trace + $clear-trace assume-console [ left-click 3, 7 # below text ] @@ -422,7 +422,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color # editor occupies only left half of screen e:&:editor <- new-editor [abc], 0/left, 5/right editor-render screen, e - $clear-trace + $clear-trace assume-console [ # click on right half of screen left-click 3, 8 @@ -450,7 +450,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color assume-screen 10/width, 5/height e:&:editor <- new-editor [abc], 0/left, 5/right editor-render screen, e - $clear-trace + $clear-trace assume-console [ # click on first, 'menu' row left-click 0, 3 @@ -472,7 +472,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color assume-screen 10/width, 5/height e:&:editor <- new-editor [], 0/left, 5/right editor-render screen, e - $clear-trace + $clear-trace assume-console [ type [abc] ] @@ -493,7 +493,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color assume-screen 10/width, 5/height e:&:editor <- new-editor [abc], 0/left, 10/right editor-render screen, e - $clear-trace + $clear-trace # type two letters at different places assume-console [ type [0] @@ -517,7 +517,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color assume-screen 10/width, 5/height e:&:editor <- new-editor [abc], 0/left, 10/right editor-render screen, e - $clear-trace + $clear-trace assume-console [ left-click 1, 5 # right of last line type [d] @@ -541,7 +541,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color d] e:&:editor <- new-editor s, 0/left, 10/right editor-render screen, e - $clear-trace + $clear-trace assume-console [ left-click 1, 5 # right of non-last line type [e] @@ -564,7 +564,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color assume-screen 10/width, 5/height e:&:editor <- new-editor [abc], 0/left, 10/right editor-render screen, e - $clear-trace + $clear-trace assume-console [ left-click 3, 5 # below all text type [d] @@ -588,7 +588,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color d] e:&:editor <- new-editor s, 0/left, 10/right editor-render screen, e - $clear-trace + $clear-trace assume-console [ left-click 3, 5 # below all text type [e] @@ -613,7 +613,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color d] e:&:editor <- new-editor s, 0/left, 10/right editor-render screen, e - $clear-trace + $clear-trace assume-console [ left-click 3, 5 # below all text type [ef] -- cgit 1.4.1-2-gfad0