1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-11-30 01:50:10 +00:00
6502bench/SourceGen/Tools
Andy McFadden 18674e6627 Rework Formatter.FormatConfig
It was defined as a struct with exposed fields.  Now it's a class
with simple properties.  Default values are set explicitly, and
the contents are copied with a copy constructor instead of using
the struct member assignment.

The only functional change should be that the DelimiterSet members
are now properly cloned.  The bulk of the changes are just refactoring
renames for the property names.

This also adds comments for all the properties.
2024-06-24 16:36:27 -07:00
..
Omf Address region isolation, part 1 2024-05-20 14:50:18 -07:00
WpfGui Rework Formatter.FormatConfig 2024-06-24 16:36:27 -07:00
ApplesoftToHtml.cs Minor updates 2019-10-25 18:16:09 -07:00
VirtualHexDump.cs Update comments 2023-04-14 13:46:40 -07:00