1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-07-30 00:24:08 +00:00

Various minor tweaks

Added comments, renamed files, removed cruft.

Stop showing the visualization tag name in the code list.  It's
often redundant with the code label, and it's distracting.  (We may
want to make this an option so you can Ctrl+F to find a tag.)
This commit is contained in:
Andy McFadden
2019-12-07 09:11:25 -08:00
parent ed66e129cd
commit e82678126f
11 changed files with 76 additions and 41 deletions

View File

@@ -3623,7 +3623,6 @@ namespace SourceGen {
}
break;
case LineListGen.Line.Type.VisualizationSet:
// TODO(xyzzy)
lineTypeStr = "visualization set";
break;
default: