1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-07 07:28:57 +00:00
6502bench/SourceGen/Res
Andy McFadden 14ecad0849 Improve handling of hidden LV tables
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.
2019-10-28 16:54:01 -07:00
..
AboutImage.png Move WPF code from SourceGenWPF to SourceGen 2019-07-20 13:28:37 -07:00
CommandIcons.xaml Move WPF code from SourceGenWPF to SourceGen 2019-07-20 13:28:37 -07:00
Logo.png Move WPF code from SourceGenWPF to SourceGen 2019-07-20 13:28:37 -07:00
SourceGenIcon.ico Move WPF code from SourceGenWPF to SourceGen 2019-07-20 13:28:37 -07:00
Strings.xaml Improve handling of hidden LV tables 2019-10-28 16:54:01 -07:00
Strings.xaml.cs Improve handling of hidden LV tables 2019-10-28 16:54:01 -07:00
Theme_Dark.xaml SourceGen After Dark 2019-10-12 17:23:32 -07:00
Theme_Light.xaml SourceGen After Dark 2019-10-12 17:23:32 -07:00