mirror of
https://github.com/inexorabletash/jsbasic.git
synced 2026-04-21 16:16:30 +00:00
Revamp printer mechanism
This commit is contained in:
@@ -100,7 +100,8 @@ By <a href="mailto:inexorabletash@gmail.com">Joshua Bell</a>
|
||||
<option value="sample.readsector">Read Sector File</option>
|
||||
</select>
|
||||
|
||||
<input type="button" id="btn_capture" value="Echo to "Printer"" title="Pops up a "printer" window and echoes all output there, so you can copy/paste">
|
||||
<input type="button" id="show_paper" value="Show output" title="Echo all output to a "print-out", so you can copy/paste">
|
||||
<input type="button" id="hide_paper" value="Hide output" title="Hide the "print-out"">
|
||||
|
||||
<!-- Source code editor inserted here -->
|
||||
<div id="editorframe"></div>
|
||||
@@ -125,6 +126,8 @@ By <a href="mailto:inexorabletash@gmail.com">Joshua Bell</a>
|
||||
<li><a target="_blank" href="http://navahogunleg.net/blog/my-projects/ng-basic/">NG-BASIC for Javascript</a> Navaho Gunleg's interpreter
|
||||
</ul>
|
||||
|
||||
<div id="paper"></div>
|
||||
|
||||
<!-- CodeMirror syntax highlighting - this is optional -->
|
||||
<script src="../CodeMirror/lib/codemirror.js"></script>
|
||||
<link rel="stylesheet" href="../CodeMirror/lib/codemirror.css">
|
||||
|
||||
Reference in New Issue
Block a user