1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-07 07:28:57 +00:00
6502bench/SourceGenWPF/ProjWin
Andy McFadden 96a92f0335 Load/save app settings
This change pulls in the settings file code, which is mostly
unchanged except when it comes to saving and restoring the window
location and size.

The old system has been replaced with a PInvoke-based version that
calls the underlying Win32 window placement code.  This is more
likely to be correct when multiple displays are in use, and can
record the un-maximized size of a maximized window.  It leaves a
nasty XML string embedded in the config file, but it's not really
meant to be human-readable anyway.

The sub-window dividers all work completely differently from the way
they did in WinForms, and some of the behavior is a bit obscure
(like noticing when a splitter moves due to keyboard input, and
setting the position in a way that doesn't break the auto-sizing).
Yay WPF.

Still need to preserve column widths.
2019-06-19 18:09:55 -07:00
..
CodeListItemStyle.xaml Add Edit Address 2019-06-16 16:40:08 -07:00
DataFileLoadIssue.xaml Add Edit Address 2019-06-16 16:40:08 -07:00
DataFileLoadIssue.xaml.cs Set Owner for all modal dialogs 2019-06-16 16:55:40 -07:00
DiscardChanges.xaml Add Edit Address 2019-06-16 16:40:08 -07:00
DiscardChanges.xaml.cs Set Owner for all modal dialogs 2019-06-16 16:55:40 -07:00
EditAddress.xaml Add Edit Address 2019-06-16 16:40:08 -07:00
EditAddress.xaml.cs Set Owner for all modal dialogs 2019-06-16 16:55:40 -07:00
MainWindow.xaml Load/save app settings 2019-06-19 18:09:55 -07:00
MainWindow.xaml.cs Load/save app settings 2019-06-19 18:09:55 -07:00
ProjectLoadIssue.xaml Add Edit Address 2019-06-16 16:40:08 -07:00
ProjectLoadIssue.xaml.cs Set Owner for all modal dialogs 2019-06-16 16:55:40 -07:00