1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-11-04 15:05:03 +00:00
6502bench/SourceGen/Res
Andy McFadden 908a1c9900 Rename "hint" in UI and documentation
Before:
 Hint As Code Entry Point
 Hint As Data Start
 Hint As Inline Data
 Remove Hints

After:
 Tag Address As Code Start Point
 Tag Address As Code Stop Point
 Tag Bytes As Inline Data
 Remove Analyzer Tags

The goal is to reduce confusion.  The old nomenclature was causing
problems because it's inaccurate -- they're directives, not hints --
and made it look like you need to mark data items explicitly.  The
new action names emphasize the idea that you should be tagging a
single address for start/stop, not blanketing a region.

This change updates the user interface, manual, and tutorials, but
does not change how the items are referred to in code, and does not
change how the program works.

(issue #89)
2020-10-14 15:02:53 -07:00
..
AboutImage.png
CommandIcons.xaml Add toolbar button for "show cycle counts" 2020-09-04 17:49:28 -07:00
Logo.png
RedX.png Finish basic visualization editor implementation 2019-12-02 16:38:32 -08:00
SourceGenIcon.ico
Strings.xaml Rename "hint" in UI and documentation 2020-10-14 15:02:53 -07:00
Strings.xaml.cs Data Bank Register management, part 4 2020-07-09 19:42:31 -07:00
Theme_Dark.xaml
Theme_Light.xaml