changeset 221:17f635da5180

Merge.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 05 Sep 2018 12:30:41 +0300
parents 6db5defacbb3 (diff) 2e077cfc4f38 (current diff)
children 0e8011589d76
files
diffstat 2 files changed, 3 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/docompile.html	Tue Sep 04 19:24:59 2018 +0300
+++ b/docompile.html	Wed Sep 05 12:30:41 2018 +0300
@@ -8,7 +8,7 @@
 </head>
 <body>
 <canvas id="mpCanvas"></canvas>
-<div id="mpUI"></div>
+<div id="mpUI2"></div>
 <script>
 var mpMachine = 0;
 var mpCanvas = document.getElementById("mpCanvas");
@@ -21,7 +21,7 @@
   {
     var code = "var multipaintJS =\n"+ inst.externals.sketch.sourceCode;
     var uriContent = "data:application/octet-stream,"+ encodeURIComponent(code);
-    document.getElementById("mpUI").innerHTML = "<a href="+ uriContent +" download=\"multipaint.js\">Here is the download link</a>";
+    document.getElementById("mpUI2").innerHTML = "<a href="+ uriContent +" download=\"multipaint.js\">Here is the download link</a>";
   }
   else
     setTimeout(mpWaitUntilSketchIsReady, 250);
--- a/mpui.js	Tue Sep 04 19:24:59 2018 +0300
+++ b/mpui.js	Wed Sep 05 12:30:41 2018 +0300
@@ -234,6 +234,7 @@
   mobj.innerHTML =
     "<p><b>Things of note:</b></p>"+
     "<ul>"+
+    "<li>All of Multipaint v1.8.2018 changes have been integrated."+
     "<li>Save ('S') and Load ('L') save to/load from <a href=\"https://en.wikipedia.org/wiki/Web_storage\">browser local storage</a> "+
     "(there can be only one \"save\" per machine type, so be careful.)</li>"+
     "<li>Each machine type has its own local storage save space.</li>"+
@@ -243,9 +244,6 @@
     "</ul>"+
     "<p><b>Existing problems:</b></p>"+
     "<ul>"+
-    "<li>All of Multipaint v1.8.2018 changes have been integrated, "+
-    "but there are no UI widgets for changing some settings, "+
-    "etc. (yet.. might take time to implement these.)</li>"+
     "<li>Source code export is not guaranteed to work (it is enabled now, though.)</li>"+
     "<li>PNG/JPEG <b>import</b> does not work. <b>PNG export works now (alt+shift+W or alt+click on format export icon.)</b></li>"+
     "<li>The 'magnify' tool works oddly, though I think this issue may exist in the original as well.</li>"+