1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-10-26 16:24:33 +00:00
6502bench/SourceGenWPF/WpfGui
Andy McFadden 131d1a7a63 Fix obscure list traversal issue
If you select a note, delete it, select some nearby lines, and hit
undo, then the next time you hit up/down arrow the list will jump
back to the first line.  The workaround for this appears to be to
set the focus on a selected ListViewItem from an obscure event.

Maybe there's a simpler way that I just missed?  This is absurd.
(Yay WPF.)
2019-07-14 15:11:27 -07:00
..
AboutBox.xaml Implement copy-to-clipboard 2019-07-11 11:36:07 -07:00
AboutBox.xaml.cs
CodeListItemStyle.xaml
DataFileLoadIssue.xaml
DataFileLoadIssue.xaml.cs
DiscardChanges.xaml
DiscardChanges.xaml.cs
EditAddress.xaml
EditAddress.xaml.cs
EditAppSettings.xaml
EditAppSettings.xaml.cs
EditComment.xaml Implement Edit Comment 2019-07-11 15:55:43 -07:00
EditComment.xaml.cs Implement Edit Comment 2019-07-11 15:55:43 -07:00
EditDataOperand.xaml Finish Edit Data Operand dialog 2019-07-11 13:56:16 -07:00
EditDataOperand.xaml.cs Finish Edit Data Operand dialog 2019-07-11 13:56:16 -07:00
EditDefSymbol.xaml
EditDefSymbol.xaml.cs
EditInstructionOperand.xaml Tweak EditInstructionOperand dialog 2019-07-10 12:57:18 -07:00
EditInstructionOperand.xaml.cs Tweak EditInstructionOperand dialog 2019-07-10 12:57:18 -07:00
EditLabel.xaml Fix Edit Label tweak 2019-07-08 13:43:10 -07:00
EditLabel.xaml.cs Fix Edit Label tweak 2019-07-08 13:43:10 -07:00
EditLongComment.xaml Implement Edit Note 2019-07-13 17:04:47 -07:00
EditLongComment.xaml.cs Implement Edit Note 2019-07-13 17:04:47 -07:00
EditNote.xaml Implement Edit Note 2019-07-13 17:04:47 -07:00
EditNote.xaml.cs Implement Edit Note 2019-07-13 17:04:47 -07:00
EditProjectProperties.xaml
EditProjectProperties.xaml.cs
EditStatusFlags.xaml
EditStatusFlags.xaml.cs
FindBox.xaml Implement Find / Find Next 2019-07-07 13:34:47 -07:00
FindBox.xaml.cs Implement Find / Find Next 2019-07-07 13:34:47 -07:00
FontPicker.xaml
FontPicker.xaml.cs
FormatSplitAddress.xaml Finish split-address table formatter 2019-07-13 15:55:32 -07:00
FormatSplitAddress.xaml.cs Finish split-address table formatter 2019-07-13 15:55:32 -07:00
GotoBox.xaml Implement "go to" feature 2019-07-07 14:30:38 -07:00
GotoBox.xaml.cs Implement "go to" feature 2019-07-07 14:30:38 -07:00
MainWindow.xaml Implement three shortcut commands 2019-07-14 13:50:15 -07:00
MainWindow.xaml.cs Fix obscure list traversal issue 2019-07-14 15:11:27 -07:00
NewProject.xaml
NewProject.xaml.cs
ProjectLoadIssues.xaml
ProjectLoadIssues.xaml.cs
WorkProgress.xaml
WorkProgress.xaml.cs