1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-07 07:28:57 +00:00
6502bench/SourceGen/AppForms
Andy McFadden 2f74fce80b Expand set of things that work with double-click on opcode
If you double-click on the opcode of "JSR label", the code view
selection jumps to the label.  This now works for partial operands,
e.g. "LDA #<label".

Some changes to the find-label-offset code affected the cc65 "is it
a forward reference to a direct-page label" logic.  The regression
test now correctly identifies an instruction that refers to itself
as not being a forward reference.
2018-11-03 15:03:25 -07:00
..
AboutBox.cs Initial file commit 2018-09-28 10:05:11 -07:00
AboutBox.Designer.cs Improve behavior under Mono 2018-10-10 11:07:04 -07:00
AboutBox.resx Initial file commit 2018-09-28 10:05:11 -07:00
DataFileLoadIssue.cs Code cleanup 2018-10-29 15:48:19 -07:00
DataFileLoadIssue.Designer.cs Initial file commit 2018-09-28 10:05:11 -07:00
DataFileLoadIssue.resx Initial file commit 2018-09-28 10:05:11 -07:00
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 Initial file commit 2018-09-28 10:05:11 -07:00
EditAppSettings.cs Code cleanup 2018-10-29 15:48:19 -07:00
EditAppSettings.Designer.cs Generalize expression style setting 2018-10-24 17:23:30 -07:00
EditAppSettings.resx Initial file commit 2018-09-28 10:05:11 -07:00
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 Initial file commit 2018-09-28 10:05:11 -07:00
EditData.cs Initial file commit 2018-09-28 10:05:11 -07:00
EditData.Designer.cs Merge menu items for "edit operand" and "edit data" 2018-10-08 12:49:26 -07:00
EditData.resx Initial file commit 2018-09-28 10:05:11 -07:00
EditDefSymbol.cs Code cleanup 2018-10-29 15:48:19 -07:00
EditDefSymbol.Designer.cs Initial file commit 2018-09-28 10:05:11 -07:00
EditDefSymbol.resx Initial file commit 2018-09-28 10:05:11 -07:00
EditLabel.cs Code cleanup 2018-10-29 15:48:19 -07:00
EditLabel.Designer.cs Initial file commit 2018-09-28 10:05:11 -07:00
EditLabel.resx Initial file commit 2018-09-28 10:05:11 -07:00
EditLongComment.cs Initial file commit 2018-09-28 10:05:11 -07:00
EditLongComment.Designer.cs Initial file commit 2018-09-28 10:05:11 -07:00
EditLongComment.resx Initial file commit 2018-09-28 10:05:11 -07:00
EditNote.cs Initial file commit 2018-09-28 10:05:11 -07:00
EditNote.Designer.cs Initial file commit 2018-09-28 10:05:11 -07:00
EditNote.resx Initial file commit 2018-09-28 10:05:11 -07:00
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 Initial file commit 2018-09-28 10:05:11 -07:00
EditProjectProperties.cs Code cleanup 2018-10-29 15:48:19 -07:00
EditProjectProperties.Designer.cs Add advanced tutorial 2018-10-09 14:55:16 -07:00
EditProjectProperties.resx Initial file commit 2018-09-28 10:05:11 -07:00
EditStatusFlags.cs Code cleanup 2018-10-29 15:48:19 -07:00
EditStatusFlags.Designer.cs Initial file commit 2018-09-28 10:05:11 -07:00
EditStatusFlags.resx Initial file commit 2018-09-28 10:05:11 -07:00
FindBox.cs Code cleanup 2018-10-29 15:48:19 -07:00
FindBox.Designer.cs Initial file commit 2018-09-28 10:05:11 -07:00
FindBox.resx Initial file commit 2018-09-28 10:05:11 -07:00
FormatSplitAddress.cs Add split-address table formatting to tutorial 2018-10-07 10:39:41 -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 Initial file commit 2018-09-28 10:05:11 -07:00
GotoBox.resx Initial file commit 2018-09-28 10:05:11 -07:00
ProjectLoadIssues.cs Code cleanup 2018-10-29 15:48:19 -07:00
ProjectLoadIssues.Designer.cs Initial file commit 2018-09-28 10:05:11 -07:00
ProjectLoadIssues.resx Initial file commit 2018-09-28 10:05:11 -07:00
ProjectView.cs Expand set of things that work with double-click on opcode 2018-11-03 15:03:25 -07:00
ProjectView.Designer.cs Recognize mouse thumb-button for navigate-back 2018-10-11 17:03:08 -07:00
ProjectView.resx Initial file commit 2018-09-28 10:05:11 -07:00