1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-10-27 07:29:00 +00:00
6502bench/SourceGen/WpfGui
Andy McFadden 4d079c8d14 Label rework, part 1
This adds the concept of label annotations.  The primary driver of
the feature is the desire to note that sometimes you know what a
thing is, but sometimes you're just taking an educated guess.
Instead of writing "high_score_maybe", you can now write "high_score?",
which is more compact and consistent.  The annotations are stripped
off when generating source code, making them similar to Notes.

I also created a "Generated" annotation for the labels that are
synthesized by the address table formatter, but don't modify the
label for them, because there's not much need to remind the user
that "T1234" was generated by algorithm.

This also lays some of the groundwork for non-unique labels.
2019-11-08 21:02:15 -08:00
..
AboutBox.xaml Minor updates 2019-10-25 18:16:09 -07:00
AboutBox.xaml.cs Minor updates 2019-10-25 18:16:09 -07:00
CodeListItemStyle.xaml SourceGen After Dark 2019-10-12 17:23:32 -07:00
DataFileLoadIssue.xaml
DataFileLoadIssue.xaml.cs
DiscardChanges.xaml
DiscardChanges.xaml.cs
EditAddress.xaml Show load address in Edit Address dialog 2019-10-22 13:58:32 -07:00
EditAddress.xaml.cs Show load address in Edit Address dialog 2019-10-22 13:58:32 -07:00
EditAppSettings.xaml Add junk/align directives 2019-10-18 21:00:28 -07:00
EditAppSettings.xaml.cs Add junk/align directives 2019-10-18 21:00:28 -07:00
EditComment.xaml
EditComment.xaml.cs
EditDataOperand.xaml Add junk/align directives 2019-10-18 21:00:28 -07:00
EditDataOperand.xaml.cs Add junk/align directives 2019-10-18 21:00:28 -07:00
EditDefSymbol.xaml Limit value range of project address symbols 2019-10-27 15:36:47 -07:00
EditDefSymbol.xaml.cs Label rework, part 1 2019-11-08 21:02:15 -08:00
EditInstructionOperand.xaml
EditInstructionOperand.xaml.cs Label rework, part 1 2019-11-08 21:02:15 -08:00
EditLabel.xaml
EditLabel.xaml.cs Label rework, part 1 2019-11-08 21:02:15 -08:00
EditLocalVariableTable.xaml
EditLocalVariableTable.xaml.cs Label rework, part 1 2019-11-08 21:02:15 -08:00
EditLongComment.xaml Tweak line folding code 2019-11-01 19:47:56 -07:00
EditLongComment.xaml.cs
EditLvTableLocation.xaml
EditLvTableLocation.xaml.cs
EditNote.xaml
EditNote.xaml.cs
EditProjectProperties.xaml Add change discard confirmation to project properties editor 2019-11-04 17:41:33 -08:00
EditProjectProperties.xaml.cs Label rework, part 1 2019-11-08 21:02:15 -08:00
EditStatusFlags.xaml
EditStatusFlags.xaml.cs
Export.xaml
Export.xaml.cs
FindBox.xaml
FindBox.xaml.cs
FontPicker.xaml
FontPicker.xaml.cs
FormatAddressTable.xaml
FormatAddressTable.xaml.cs Label rework, part 1 2019-11-08 21:02:15 -08:00
GotoBox.xaml
GotoBox.xaml.cs
MainWindow.xaml Add toolbar button for "Go to Last Change" 2019-11-04 15:22:56 -08:00
MainWindow.xaml.cs Add change discard confirmation to project properties editor 2019-11-04 17:41:33 -08:00
NewProject.xaml
NewProject.xaml.cs
ProjectLoadIssues.xaml Fix visibility binding 2019-10-27 10:38:29 -07:00
ProjectLoadIssues.xaml.cs Open damaged projects in read-only mode 2019-10-26 13:20:54 -07:00