1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-10-08 00:55:57 +00:00
6502bench/SourceGen/WpfGui
Andy McFadden d7dbd8d012 Minor tweak to instruction operand editor
If you put a value in the "symbol" field of an instruction with an
address operand, you're establishing a symbolic reference to a label
that may be at a different address than the numeric value of the
operand.  But if you then hit the "edit label" button, you'll edit
the label at the *numeric* reference address, which can be confusing.
We now disable the create/edit label button when the format has been
set to "symbol".

The button is just a short-cut, so disabling it doesn't prevent the
user from doing anything.
2021-10-16 14:46:13 -07:00
..
AboutBox.xaml
AboutBox.xaml.cs
CodeListItemStyle.xaml ORG rework, part 6 2021-09-30 21:11:26 -07:00
DataFileLoadIssue.xaml
DataFileLoadIssue.xaml.cs
DiscardChanges.xaml
DiscardChanges.xaml.cs
EditAddress.xaml Various tweaks 2021-10-11 14:44:44 -07:00
EditAddress.xaml.cs ORG rework, part 9 2021-10-07 12:39:30 -07:00
EditAppSettings.xaml Add "quick set" menu to delimiter settings tab 2021-10-15 10:01:14 -07:00
EditAppSettings.xaml.cs Add "quick set" menu to delimiter settings tab 2021-10-15 10:01:14 -07:00
EditBitmapAnimation.xaml
EditBitmapAnimation.xaml.cs
EditComment.xaml
EditComment.xaml.cs
EditDataBank.xaml
EditDataBank.xaml.cs ORG rework, part 1 2021-09-16 17:02:19 -07:00
EditDataOperand.xaml Add "uninitialized data" format type 2021-10-13 15:05:07 -07:00
EditDataOperand.xaml.cs Add "uninitialized data" format type 2021-10-13 15:05:07 -07:00
EditDefSymbol.xaml
EditDefSymbol.xaml.cs
EditInstructionOperand.xaml Minor tweak to instruction operand editor 2021-10-16 14:46:13 -07:00
EditInstructionOperand.xaml.cs Minor tweak to instruction operand editor 2021-10-16 14:46:13 -07:00
EditLabel.xaml ORG rework, part 7 2021-10-02 15:43:41 -07:00
EditLabel.xaml.cs ORG rework, part 7 2021-10-02 15:43:41 -07:00
EditLocalVariableTable.xaml
EditLocalVariableTable.xaml.cs
EditLongComment.xaml
EditLongComment.xaml.cs
EditLvTableLocation.xaml
EditLvTableLocation.xaml.cs
EditNote.xaml
EditNote.xaml.cs
EditProjectProperties.xaml
EditProjectProperties.xaml.cs
EditStatusFlags.xaml
EditStatusFlags.xaml.cs
EditVisualization.xaml
EditVisualization.xaml.cs
EditVisualizationSet.xaml
EditVisualizationSet.xaml.cs
Export.xaml
Export.xaml.cs
ExportVisualization.xaml
ExportVisualization.xaml.cs
FindBox.xaml
FindBox.xaml.cs
FontPicker.xaml
FontPicker.xaml.cs
FormatAddressTable.xaml
FormatAddressTable.xaml.cs
GotoBox.xaml
GotoBox.xaml.cs Fix "goto address" for overlapping segments 2021-07-30 14:40:17 -07:00
MainWindow.xaml Add daily tips to start screen 2021-10-16 09:15:28 -07:00
MainWindow.xaml.cs Add daily tips to start screen 2021-10-16 09:15:28 -07:00
NewProject.xaml
NewProject.xaml.cs
ProjectLoadIssues.xaml
ProjectLoadIssues.xaml.cs
ShowWireframeAnimation.xaml
ShowWireframeAnimation.xaml.cs