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:
@@ -3623,7 +3623,6 @@ namespace SourceGen {
|
||||
}
|
||||
break;
|
||||
case LineListGen.Line.Type.VisualizationSet:
|
||||
// TODO(xyzzy)
|
||||
lineTypeStr = "visualization set";
|
||||
break;
|
||||
default:
|
||||
|
Reference in New Issue
Block a user