1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-09-11 20:54:37 +00:00
6502bench/SourceGenWPF/WpfGui
Andy McFadden 99b484df4c Implement long-comment editing
We can now Edit Long Comment and Edit Header Comment.

Changing the number of lines in a long comment exposed a bug in the
display list update.  Fixed.

Running the WinForms version trashed the column widths, which exposed
the fact that the default column widths were set too narrow.  Fixed.

On an unrelated note, hitting undo/redo quickly will sometimes leave
you scrolled to the bottom of the code list.  Some sort of command-
handling race in the WPF framework?  (Not fixed.)
2019-07-07 16:18:46 -07:00
..
AboutBox.xaml Implement "about" dialog 2019-07-06 15:51:57 -07:00
AboutBox.xaml.cs Implement "about" dialog 2019-07-06 15:51:57 -07:00
CodeListItemStyle.xaml Implement Edit Label 2019-07-06 17:24:42 -07:00
DataFileLoadIssue.xaml Minor documentation updates 2019-07-06 10:58:24 -07:00
DataFileLoadIssue.xaml.cs Wire up Open, Save, and Save As 2019-06-21 16:27:58 -07:00
DiscardChanges.xaml Rename ProjWin directory to WpfGui 2019-06-21 15:17:04 -07:00
DiscardChanges.xaml.cs Rename ProjWin directory to WpfGui 2019-06-21 15:17:04 -07:00
EditAddress.xaml Be a bit more WPF-ish on the OK button management 2019-07-05 15:05:42 -07:00
EditAddress.xaml.cs Implement Edit Label 2019-07-06 17:24:42 -07:00
EditAppSettings.xaml Rough project properties layout 2019-07-01 14:07:30 -07:00
EditAppSettings.xaml.cs Implement first project properties tab ("General") 2019-07-03 14:27:54 -07:00
EditDefSymbol.xaml Implement second project properties tab ("Project Symbols") 2019-07-05 14:53:45 -07:00
EditDefSymbol.xaml.cs Implement second project properties tab ("Project Symbols") 2019-07-05 14:53:45 -07:00
EditLabel.xaml Implement Find / Find Next 2019-07-07 13:34:47 -07:00
EditLabel.xaml.cs Implement Find / Find Next 2019-07-07 13:34:47 -07:00
EditLongComment.xaml Implement long-comment editing 2019-07-07 16:18:46 -07:00
EditLongComment.xaml.cs Implement long-comment editing 2019-07-07 16:18:46 -07:00
EditProjectProperties.xaml Implement remaining properties tabs ("Symbol Files", "Extension Scripts") 2019-07-05 16:20:31 -07:00
EditProjectProperties.xaml.cs Implement remaining properties tabs ("Symbol Files", "Extension Scripts") 2019-07-05 16:20:31 -07:00
EditStatusFlags.xaml Rework Edit Status Flags layout 2019-06-22 13:09:49 -07:00
EditStatusFlags.xaml.cs Rework Edit Status Flags layout 2019-06-22 13:09:49 -07:00
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 Implemented the first ("Code View") tab of settings 2019-06-26 17:11:58 -07:00
FontPicker.xaml.cs Implemented the first ("Code View") tab of settings 2019-06-26 17:11:58 -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 long-comment editing 2019-07-07 16:18:46 -07:00
MainWindow.xaml.cs Implement long-comment editing 2019-07-07 16:18:46 -07:00
NewProject.xaml Implement "new project" 2019-06-22 17:38:07 -07:00
NewProject.xaml.cs Implement "new project" 2019-06-22 17:38:07 -07:00
ProjectLoadIssues.xaml Minor documentation updates 2019-07-06 10:58:24 -07:00
ProjectLoadIssues.xaml.cs Implement second project properties tab ("Project Symbols") 2019-07-05 14:53:45 -07:00
WorkProgress.xaml Minor documentation updates 2019-07-06 10:58:24 -07:00
WorkProgress.xaml.cs Layout for app settings 2019-06-24 17:32:53 -07:00