mirror of
https://github.com/fadden/6502bench.git
synced 2024-11-30 01:50:10 +00:00
14ecad0849
If a local variable table gets buried, it won't appear in the code list, so most things ignore it. Unfortunately, the code that adds new entries and edits tables was finding them, which was causing variable definitions to appear to fall into a black hole. This is addressed in two ways. First, we now add a message to the log when a hidden table is noticed. Second, the code that finds the nearest prior table now keeps track of hidden vs. not hidden. If a non-hidden table is available, that is returned. If the only option is a hidden table, we will return that, because the callers have already assumed that a table exists by virtue of its presence in the LvTable list. |
||
---|---|---|
.. | ||
AboutImage.png | ||
CommandIcons.xaml | ||
Logo.png | ||
SourceGenIcon.ico | ||
Strings.xaml | ||
Strings.xaml.cs | ||
Theme_Dark.xaml | ||
Theme_Light.xaml |