1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-11-30 01:50:10 +00:00
6502bench/SourceGen
Andy McFadden 13dca8b78c More tweaks to def sym editing
If you edit an existing symbol, the "is the label unique" test will
always false-positive match itself, so we have to explicitly handle
that case.  Dialogs like Edit Instruction Operand make things a bit
more complicated because they don't flush results to the symbol
table immediately, which means the symbol we pass into the Edit Def
Symbol dialog to edit isn't necessarily the one we need to exclude
from the label uniqueness test.

The dialog was using the initial value as both "original" and
"initial", which caused some issues.  We now pass both values in.

Also, removed some dead code identified by VS.
2022-03-02 08:13:46 -08:00
..
AsmGen Add offset to PlSymbol 2021-10-23 21:35:30 -07:00
Examples Fix bit rot in sample 2021-11-14 09:21:15 -08:00
Properties
Res Add daily tips to start screen 2021-10-16 09:15:28 -07:00
RuntimeData Update visualization bitmap API 2022-01-12 11:48:20 -08:00
Sandbox Add offset to PlSymbol 2021-10-23 21:35:30 -07:00
SGTestData Fix trailing backslash issue 2021-11-04 15:11:59 -07:00
Tests
Tools Tweak address region edit dialog 2021-10-20 09:06:53 -07:00
WpfGui More tweaks to def sym editing 2022-03-02 08:13:46 -08:00
Anattrib.cs
App.config
App.xaml
App.xaml.cs Version 1.8.2-dev1 2022-02-28 15:12:50 -08:00
AppSettings.cs
AutoLabel.cs
ChangeSet.cs
CodeAnalysis.cs Add "uninitialized data" format type 2021-10-13 15:05:07 -07:00
DailyTips.cs Correct StdInline behavior for overlapping addresses 2021-10-27 16:48:25 -07:00
DataAnalysis.cs More tweaks to def sym editing 2022-03-02 08:13:46 -08:00
DefSymbol.cs
DisasmProject.cs Add offset to PlSymbol 2021-10-23 21:35:30 -07:00
DisplayList.cs Add operand highlighting 2021-11-17 11:18:23 -08:00
DisplayListSelection.cs
Exporter.cs Fix display of non-addressable symbols in HTML export 2022-01-12 15:44:29 -08:00
ExternalFile.cs
FormatDescriptor.cs Add "uninitialized data" format type 2021-10-13 15:05:07 -07:00
FormattedOperandCache.cs
HelpAccess.cs Add warning to manual when viewed from web 2021-10-08 11:01:03 -07:00
LineListGen.cs Highlight local variable uses 2021-11-25 13:53:25 -08:00
LocalVariableLookup.cs
LocalVariableTable.cs
MainController.cs More tweaks to def sym editing 2022-03-02 08:13:46 -08:00
MessageList.cs
MultiLineComment.cs
NavStack.cs ORG rework, part 9 2021-10-07 12:39:30 -07:00
PlatformSymbols.cs Allow leading whitespace in .sym65 comments 2021-10-24 14:12:45 -07:00
ProjectFile.cs
ProjectProperties.cs
PseudoOp.cs Add "uninitialized data" format type 2021-10-13 15:05:07 -07:00
RenderAddressMap.cs ORG rework, part 9 2021-10-07 12:39:30 -07:00
RuntimeDataAccess.cs
Sgec.cs
SourceGen.csproj Add daily tips to start screen 2021-10-16 09:15:28 -07:00
Symbol.cs
SymbolTable.cs
SystemDefaults.cs
SystemDefs.cs
UndoableChange.cs More tweaks to def sym editing 2022-03-02 08:13:46 -08:00
VisBitmapAnimation.cs
Visualization.cs
VisualizationSet.cs
VisWireframeAnimation.cs
WeakSymbolRef.cs
WireframeObject.cs Add Atari DVG visualizer 2021-11-02 08:54:07 -07:00
XrefSet.cs