1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-15 11:28:56 +00:00
6502bench/SourceGen/AppForms
Andy McFadden 3a001c5f8a Merge menu items for "edit operand" and "edit data"
The instruction operand editor and data operand editor are very
different, but there's no need to impose that distinction on the
user.  They want to edit the operand either way.  We now provide a
single "edit operand" menu item, and open the appropriate dialog
based on what they have selected.

This uses Ctrl+O as the keyboard shortcut, stealing it from
File > Open.

(issue #11)
2018-10-08 12:49:26 -07:00
..
AboutBox.cs Initial file commit 2018-09-28 10:05:11 -07:00
AboutBox.Designer.cs Initial file commit 2018-09-28 10:05:11 -07:00
AboutBox.resx Initial file commit 2018-09-28 10:05:11 -07:00
DataFileLoadIssue.cs Initial file commit 2018-09-28 10:05:11 -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
EditAddress.cs Initial file commit 2018-09-28 10:05:11 -07:00
EditAddress.Designer.cs Initial file commit 2018-09-28 10:05:11 -07:00
EditAddress.resx Initial file commit 2018-09-28 10:05:11 -07:00
EditAppSettings.cs Initial file commit 2018-09-28 10:05:11 -07:00
EditAppSettings.Designer.cs Initial file commit 2018-09-28 10:05:11 -07:00
EditAppSettings.resx Initial file commit 2018-09-28 10:05:11 -07:00
EditComment.cs Initial file commit 2018-09-28 10:05:11 -07:00
EditComment.Designer.cs Initial file commit 2018-09-28 10:05:11 -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 Initial file commit 2018-09-28 10:05:11 -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 Initial file commit 2018-09-28 10:05:11 -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 Initial file commit 2018-09-28 10:05:11 -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 Add parent window to all MessageBox.Show() invocations 2018-10-07 13:13:00 -07:00
EditProjectProperties.Designer.cs Initial file commit 2018-09-28 10:05:11 -07:00
EditProjectProperties.resx Initial file commit 2018-09-28 10:05:11 -07:00
EditStatusFlags.cs Initial file commit 2018-09-28 10:05:11 -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 Initial file commit 2018-09-28 10:05:11 -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 Improve split-address table formatter 2018-10-06 21:15:59 -07:00
FormatSplitAddress.resx Rough prototype of split-address table formatter 2018-10-06 09:16:31 -07:00
GotoBox.cs Initial file commit 2018-09-28 10:05:11 -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 Initial file commit 2018-09-28 10:05:11 -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 Merge menu items for "edit operand" and "edit data" 2018-10-08 12:49:26 -07:00
ProjectView.Designer.cs Merge menu items for "edit operand" and "edit data" 2018-10-08 12:49:26 -07:00
ProjectView.resx Initial file commit 2018-09-28 10:05:11 -07:00