mirror of
https://github.com/fadden/6502bench.git
synced 2024-12-01 22:50:35 +00:00
fca742e890
Added the recovery file check when a project is opened, and the GUI elements for choosing which file to use. If a recovery file exists but can't be opened, presumably because it's open by another process, offer to open the project read-only. (This is a generally good idea, but we don't hold the project file open in normal usage, so it only works when auto-save is enabled.) After making a choice, auto-save is disabled until the first manual save. One thing we don't do: if we find a recovery file, but auto-save is disabled, the recovery file won't be deleted after the user makes a choice. This might be a feature. Updated documentation. (issue #161) |
||
---|---|---|
.. | ||
images | ||
sgmanual | ||
sgtutorial | ||
block-repl.py | ||
CNAME | ||
incl-footer.html | ||
incl-head.html | ||
incl-masthead.html | ||
incl-topnav.html | ||
index.html | ||
main.css | ||
README.md |
This is the project web site, served through GitHub Pages. The URL https://6502bench.com/ is mapped here. Any change checked in to this part of the tree is (almost) immediately visible on the web.
Many of the pages share common elements: masthead, top nav bar, side nav bar, and footer. These are inserted by a Python script (block-repl.py) that must be run whenever one of the "-incl" files changes.