1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-12-12 05:31:04 +00:00
6502bench/SourceGen/AppForms
Andy McFadden 97a372a884 Add selectable auto-label styles
SourceGen creates "auto" labels when it finds a reference to an
address that doesn't have a label associated with it.  The label for
address $1234 would be "L1234".  This change allows the project to
specify alternative label naming conventions, annotating them with
information from the cross-reference data.  For example, a subroutine
entry point (i.e. the target of a JSR) would be "S_1234".  (The
underscore was added to avoid confusion when an annotation letter
is the same as a hex digit.)

Also, tweaked the way the preferred clipboard line format is stored
in the settings file (was an integer, now an enumeration string).
2019-04-15 15:14:04 -07:00
..
AboutBox.cs
AboutBox.Designer.cs Improve behavior under Mono 2018-10-10 11:07:04 -07:00
AboutBox.resx
DataFileLoadIssue.cs Code cleanup 2018-10-29 15:48:19 -07:00
DataFileLoadIssue.Designer.cs
DataFileLoadIssue.resx
DiscardChanges.cs Upgrade "discard changes" dialog 2018-11-03 14:36:01 -07:00
DiscardChanges.Designer.cs Upgrade "discard changes" dialog 2018-11-03 14:36:01 -07:00
DiscardChanges.resx Upgrade "discard changes" dialog 2018-11-03 14:36:01 -07:00
EditAddress.cs Code cleanup 2018-10-29 15:48:19 -07:00
EditAddress.Designer.cs Code cleanup 2018-10-29 15:48:19 -07:00
EditAddress.resx
EditAppSettings.cs Add selectable auto-label styles 2019-04-15 15:14:04 -07:00
EditAppSettings.Designer.cs Add selectable auto-label styles 2019-04-15 15:14:04 -07:00
EditAppSettings.resx
EditComment.cs Code cleanup 2018-10-29 15:48:19 -07:00
EditComment.Designer.cs Code cleanup 2018-10-29 15:48:19 -07:00
EditComment.resx
EditData.cs
EditData.Designer.cs Merge menu items for "edit operand" and "edit data" 2018-10-08 12:49:26 -07:00
EditData.resx
EditDefSymbol.cs Code cleanup 2018-10-29 15:48:19 -07:00
EditDefSymbol.Designer.cs
EditDefSymbol.resx
EditLabel.cs Code cleanup 2018-10-29 15:48:19 -07:00
EditLabel.Designer.cs
EditLabel.resx
EditLongComment.cs
EditLongComment.Designer.cs
EditLongComment.resx
EditNote.cs
EditNote.Designer.cs
EditNote.resx
EditOperand.cs Improve the "common" expression formatter 2018-10-26 15:45:39 -07:00
EditOperand.Designer.cs Merge menu items for "edit operand" and "edit data" 2018-10-08 12:49:26 -07:00
EditOperand.resx
EditProjectProperties.cs Add selectable auto-label styles 2019-04-15 15:14:04 -07:00
EditProjectProperties.Designer.cs Add selectable auto-label styles 2019-04-15 15:14:04 -07:00
EditProjectProperties.resx
EditStatusFlags.cs Code cleanup 2018-10-29 15:48:19 -07:00
EditStatusFlags.Designer.cs
EditStatusFlags.resx
FindBox.cs Code cleanup 2018-10-29 15:48:19 -07:00
FindBox.Designer.cs
FindBox.resx
FormatSplitAddress.cs Add selectable auto-label styles 2019-04-15 15:14:04 -07:00
FormatSplitAddress.Designer.cs Update some comments 2018-10-10 16:41:03 -07:00
FormatSplitAddress.resx Rough prototype of split-address table formatter 2018-10-06 09:16:31 -07:00
GotoBox.cs Expand set of things that work with double-click on opcode 2018-11-03 15:03:25 -07:00
GotoBox.Designer.cs
GotoBox.resx
ProjectLoadIssues.cs Code cleanup 2018-10-29 15:48:19 -07:00
ProjectLoadIssues.Designer.cs
ProjectLoadIssues.resx
ProjectView.cs Add selectable auto-label styles 2019-04-15 15:14:04 -07:00
ProjectView.Designer.cs Add Actions > Format As Word (Ctrl+W) 2018-11-11 17:25:02 -08:00
ProjectView.resx