diff options
Diffstat (limited to 'html/edit')
-rw-r--r-- | html/edit/001-editor.mu.html | 1 | ||||
-rw-r--r-- | html/edit/002-typing.mu.html | 1 | ||||
-rw-r--r-- | html/edit/003-shortcuts.mu.html | 1 | ||||
-rw-r--r-- | html/edit/004-programming-environment.mu.html | 1 | ||||
-rw-r--r-- | html/edit/005-sandbox.mu.html | 1 | ||||
-rw-r--r-- | html/edit/006-sandbox-copy.mu.html | 1 | ||||
-rw-r--r-- | html/edit/007-sandbox-delete.mu.html | 1 | ||||
-rw-r--r-- | html/edit/008-sandbox-edit.mu.html | 1 | ||||
-rw-r--r-- | html/edit/009-sandbox-test.mu.html | 1 | ||||
-rw-r--r-- | html/edit/010-sandbox-trace.mu.html | 1 | ||||
-rw-r--r-- | html/edit/011-errors.mu.html | 1 | ||||
-rw-r--r-- | html/edit/012-editor-undo.mu.html | 1 |
12 files changed, 12 insertions, 0 deletions
diff --git a/html/edit/001-editor.mu.html b/html/edit/001-editor.mu.html index 09d025f3..2646fefc 100644 --- a/html/edit/001-editor.mu.html +++ b/html/edit/001-editor.mu.html @@ -61,6 +61,7 @@ if ('onhashchange' in window) { </script> </head> <body onload='JumpToLine();'> +<a href='https://github.com/akkartik/mu/blob/master/edit/001-editor.mu'>https://github.com/akkartik/mu/blob/master/edit/001-editor.mu</a> <pre id='vimCodeElement'> <span id="L1" class="LineNr"> 1 </span><span class="SalientComment">## the basic editor data structure, and how it displays text to the screen</span> <span id="L2" class="LineNr"> 2 </span> diff --git a/html/edit/002-typing.mu.html b/html/edit/002-typing.mu.html index 1310d6a1..518644c2 100644 --- a/html/edit/002-typing.mu.html +++ b/html/edit/002-typing.mu.html @@ -61,6 +61,7 @@ if ('onhashchange' in window) { </script> </head> <body onload='JumpToLine();'> +<a href='https://github.com/akkartik/mu/blob/master/edit/002-typing.mu'>https://github.com/akkartik/mu/blob/master/edit/002-typing.mu</a> <pre id='vimCodeElement'> <span id="L1" class="LineNr"> 1 </span><span class="SalientComment">## handling events from the keyboard, mouse, touch screen, ...</span> <span id="L2" class="LineNr"> 2 </span> diff --git a/html/edit/003-shortcuts.mu.html b/html/edit/003-shortcuts.mu.html index b255b58d..e4bb3480 100644 --- a/html/edit/003-shortcuts.mu.html +++ b/html/edit/003-shortcuts.mu.html @@ -60,6 +60,7 @@ if ('onhashchange' in window) { </script> </head> <body onload='JumpToLine();'> +<a href='https://github.com/akkartik/mu/blob/master/edit/003-shortcuts.mu'>https://github.com/akkartik/mu/blob/master/edit/003-shortcuts.mu</a> <pre id='vimCodeElement'> <span id="L1" class="LineNr"> 1 </span><span class="SalientComment">## special shortcuts for manipulating the editor</span> <span id="L2" class="LineNr"> 2 </span><span class="Comment"># Some keys on the keyboard generate unicode characters, others generate</span> diff --git a/html/edit/004-programming-environment.mu.html b/html/edit/004-programming-environment.mu.html index 338e556e..f84126d0 100644 --- a/html/edit/004-programming-environment.mu.html +++ b/html/edit/004-programming-environment.mu.html @@ -61,6 +61,7 @@ if ('onhashchange' in window) { </script> </head> <body onload='JumpToLine();'> +<a href='https://github.com/akkartik/mu/blob/master/edit/004-programming-environment.mu'>https://github.com/akkartik/mu/blob/master/edit/004-programming-environment.mu</a> <pre id='vimCodeElement'> <span id="L1" class="LineNr"> 1 </span><span class="SalientComment">## putting the environment together out of editors</span> <span id="L2" class="LineNr"> 2 </span><span class="Comment">#</span> diff --git a/html/edit/005-sandbox.mu.html b/html/edit/005-sandbox.mu.html index 10a888c3..fd7ce4a1 100644 --- a/html/edit/005-sandbox.mu.html +++ b/html/edit/005-sandbox.mu.html @@ -61,6 +61,7 @@ if ('onhashchange' in window) { </script> </head> <body onload='JumpToLine();'> +<a href='https://github.com/akkartik/mu/blob/master/edit/005-sandbox.mu'>https://github.com/akkartik/mu/blob/master/edit/005-sandbox.mu</a> <pre id='vimCodeElement'> <span id="L1" class="LineNr"> 1 </span><span class="SalientComment">## running code from the editor and creating sandboxes</span> <span id="L2" class="LineNr"> 2 </span><span class="Comment">#</span> diff --git a/html/edit/006-sandbox-copy.mu.html b/html/edit/006-sandbox-copy.mu.html index 485bc72b..c80bcf91 100644 --- a/html/edit/006-sandbox-copy.mu.html +++ b/html/edit/006-sandbox-copy.mu.html @@ -60,6 +60,7 @@ if ('onhashchange' in window) { </script> </head> <body onload='JumpToLine();'> +<a href='https://github.com/akkartik/mu/blob/master/edit/006-sandbox-copy.mu'>https://github.com/akkartik/mu/blob/master/edit/006-sandbox-copy.mu</a> <pre id='vimCodeElement'> <span id="L1" class="LineNr"> 1 </span><span class="SalientComment">## the 'copy' button makes it easy to duplicate a sandbox, and thence to</span> <span id="L2" class="LineNr"> 2 </span><span class="SalientComment">## see code operate in multiple situations</span> diff --git a/html/edit/007-sandbox-delete.mu.html b/html/edit/007-sandbox-delete.mu.html index 35d6c06e..cdfaf71c 100644 --- a/html/edit/007-sandbox-delete.mu.html +++ b/html/edit/007-sandbox-delete.mu.html @@ -60,6 +60,7 @@ if ('onhashchange' in window) { </script> </head> <body onload='JumpToLine();'> +<a href='https://github.com/akkartik/mu/blob/master/edit/007-sandbox-delete.mu'>https://github.com/akkartik/mu/blob/master/edit/007-sandbox-delete.mu</a> <pre id='vimCodeElement'> <span id="L1" class="LineNr"> 1 </span><span class="SalientComment">## deleting sandboxes</span> <span id="L2" class="LineNr"> 2 </span> diff --git a/html/edit/008-sandbox-edit.mu.html b/html/edit/008-sandbox-edit.mu.html index ce3d9469..ded40eeb 100644 --- a/html/edit/008-sandbox-edit.mu.html +++ b/html/edit/008-sandbox-edit.mu.html @@ -60,6 +60,7 @@ if ('onhashchange' in window) { </script> </head> <body onload='JumpToLine();'> +<a href='https://github.com/akkartik/mu/blob/master/edit/008-sandbox-edit.mu'>https://github.com/akkartik/mu/blob/master/edit/008-sandbox-edit.mu</a> <pre id='vimCodeElement'> <span id="L1" class="LineNr"> 1 </span><span class="SalientComment">## editing sandboxes after they've been created</span> <span id="L2" class="LineNr"> 2 </span> diff --git a/html/edit/009-sandbox-test.mu.html b/html/edit/009-sandbox-test.mu.html index ab6dc4ff..7d8b5d8d 100644 --- a/html/edit/009-sandbox-test.mu.html +++ b/html/edit/009-sandbox-test.mu.html @@ -61,6 +61,7 @@ if ('onhashchange' in window) { </script> </head> <body onload='JumpToLine();'> +<a href='https://github.com/akkartik/mu/blob/master/edit/009-sandbox-test.mu'>https://github.com/akkartik/mu/blob/master/edit/009-sandbox-test.mu</a> <pre id='vimCodeElement'> <span id="L1" class="LineNr"> 1 </span><span class="SalientComment">## clicking on sandbox results to 'fix' them and turn sandboxes into tests</span> <span id="L2" class="LineNr"> 2 </span> diff --git a/html/edit/010-sandbox-trace.mu.html b/html/edit/010-sandbox-trace.mu.html index c8c994b2..1507f1f8 100644 --- a/html/edit/010-sandbox-trace.mu.html +++ b/html/edit/010-sandbox-trace.mu.html @@ -61,6 +61,7 @@ if ('onhashchange' in window) { </script> </head> <body onload='JumpToLine();'> +<a href='https://github.com/akkartik/mu/blob/master/edit/010-sandbox-trace.mu'>https://github.com/akkartik/mu/blob/master/edit/010-sandbox-trace.mu</a> <pre id='vimCodeElement'> <span id="L1" class="LineNr"> 1 </span><span class="SalientComment">## clicking on the code typed into a sandbox toggles its trace</span> <span id="L2" class="LineNr"> 2 </span> diff --git a/html/edit/011-errors.mu.html b/html/edit/011-errors.mu.html index a22b2860..1bf4330a 100644 --- a/html/edit/011-errors.mu.html +++ b/html/edit/011-errors.mu.html @@ -61,6 +61,7 @@ if ('onhashchange' in window) { </script> </head> <body onload='JumpToLine();'> +<a href='https://github.com/akkartik/mu/blob/master/edit/011-errors.mu'>https://github.com/akkartik/mu/blob/master/edit/011-errors.mu</a> <pre id='vimCodeElement'> <span id="L1" class="LineNr"> 1 </span><span class="SalientComment">## handling malformed programs</span> <span id="L2" class="LineNr"> 2 </span> diff --git a/html/edit/012-editor-undo.mu.html b/html/edit/012-editor-undo.mu.html index 48cae722..7a9143bf 100644 --- a/html/edit/012-editor-undo.mu.html +++ b/html/edit/012-editor-undo.mu.html @@ -61,6 +61,7 @@ if ('onhashchange' in window) { </script> </head> <body onload='JumpToLine();'> +<a href='https://github.com/akkartik/mu/blob/master/edit/012-editor-undo.mu'>https://github.com/akkartik/mu/blob/master/edit/012-editor-undo.mu</a> <pre id='vimCodeElement'> <span id="L1" class="LineNr"> 1 </span><span class="SalientComment">## undo/redo</span> <span id="L2" class="LineNr"> 2 </span> |