1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-06-26 11:29:33 +00:00

Updated TO DO List (markdown)

Andy McFadden 2023-03-24 08:36:56 -07:00
parent fde7466a59
commit 9ccabe76d7

@ -550,6 +550,11 @@ Contents:
file, so we can notify the user if it isn't part of the project.
* Define a way for plugins to call each other. (Can we do this now,
with reflection?)
* Define a way to have shared code libraries for plugins.
* Improve debugging. The Visual Studio debugger is a little hit-and-miss
depending on how things are configured. With a Debug build and the
sandbox disabled it works quite well, but we may be able to do better
in a regular Release environment.
* Improve support for sharing exported symbols between projects.
* Current approach requires a manual import, but can pull the symbols
@ -558,12 +563,8 @@ Contents:
symbol file with exported symbols.
* Could link projects together, so they automatically import symbols
from each other when the project is loaded.
* (see also https://github.com/fadden/6502bench/issues/148)
* Define a way to have shared code libraries.
* Improve debugging. The Visual Studio debugger is a little hit-and-miss
depending on how things are configured. With a Debug build and the
sandbox disabled it works quite well, but we may be able to do better
in a regular Release environment.
* Add a revision number to platform symbol files, which are copied into
the project file. That way the user can know if they're using the
correct version of RuntimeData symbol files. (Not convinced a single