comparison mpui.js @ 219:ed594b3e3f45

Update notes.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 04 Sep 2018 15:43:05 +0300
parents d3eba28c26e5
children 4f26dc75c448
comparison
equal deleted inserted replaced
216:d3eba28c26e5 219:ed594b3e3f45
232 232
233 mobj = stCE("div"); 233 mobj = stCE("div");
234 mobj.innerHTML = 234 mobj.innerHTML =
235 "<p><b>Things of note:</b></p>"+ 235 "<p><b>Things of note:</b></p>"+
236 "<ul>"+ 236 "<ul>"+
237 "<li>All of Multipaint v1.8.2018 changes have been integrated."+
237 "<li>Save ('S') and Load ('L') save to/load from <a href=\"https://en.wikipedia.org/wiki/Web_storage\">browser local storage</a> "+ 238 "<li>Save ('S') and Load ('L') save to/load from <a href=\"https://en.wikipedia.org/wiki/Web_storage\">browser local storage</a> "+
238 "(there can be only one \"save\" per machine type, so be careful.)</li>"+ 239 "(there can be only one \"save\" per machine type, so be careful.)</li>"+
239 "<li>Each machine type has its own local storage save space.</li>"+ 240 "<li>Each machine type has its own local storage save space.</li>"+
240 "<li>Save as ('s') and Load from ('l') export and import Multipaint workfiles.</li>"+ 241 "<li>Save as ('s') and Load from ('l') export and import Multipaint workfiles.</li>"+
241 "<li>When loading/importing, you click on the load icon (or press key) and a HTML file selector button will appear "+ 242 "<li>When loading/importing, you click on the load icon (or press key) and a HTML file selector button will appear "+
242 "ON THE BOTTOM. You need to click that, too. Sorry, that can't be automated because of pop-up blocking etc.</li>"+ 243 "ON THE BOTTOM. You need to click that, too. Sorry, that can't be automated because of pop-up blocking etc.</li>"+
243 "</ul>"+ 244 "</ul>"+
244 "<p><b>Existing problems:</b></p>"+ 245 "<p><b>Existing problems:</b></p>"+
245 "<ul>"+ 246 "<ul>"+
246 "<li>All of Multipaint v1.8.2018 changes have been integrated, "+
247 "but there are no UI widgets for changing some settings, "+
248 "etc. (yet.. might take time to implement these.)</li>"+
249 "<li>Source code export is not guaranteed to work (it is enabled now, though.)</li>"+ 247 "<li>Source code export is not guaranteed to work (it is enabled now, though.)</li>"+
250 "<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>"+ 248 "<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>"+
251 "<li>The 'magnify' tool works oddly, though I think this issue may exist in the original as well.</li>"+ 249 "<li>The 'magnify' tool works oddly, though I think this issue may exist in the original as well.</li>"+
252 "<li>The preview window seems to be buggy for wide-pixel (e.g. c64 multicolor) bitmaps.</li>"+ 250 "<li>The preview window seems to be buggy for wide-pixel (e.g. c64 multicolor) bitmaps.</li>"+
253 "<li>There may be other bugs .. though I've also fixed few bugs that exist in original Multipaint.</li>"+ 251 "<li>There may be other bugs .. though I've also fixed few bugs that exist in original Multipaint.</li>"+