1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-10-02 05:57:59 +00:00
6502bench/CommonWPF
Andy McFadden c13daa7085 Implemented the first ("Code View") tab of settings
Notable items include the column show/hide buttons, which were
straightforward except for the "determine the default width" part,
and the font picker, which is no longer a standard dialog.  The
latter was complicated by the absence of a good way to detect
whether a font is mono-spaced or not without calling back into code
meant for WinForms font manipulation (with a dash of PInvoke).
Yay WPF.

Also, enabled character ellipsis for code list items.
2019-06-26 17:11:58 -07:00
..
Properties
CommonWPF.csproj Implemented the first ("Code View") tab of settings 2019-06-26 17:11:58 -07:00
InverseBooleanConverter.cs
MultiKeyInputGesture.cs Fix multi-multi-key inputs 2019-06-07 13:10:52 -07:00
WindowPlacement.cs Save and restore grid column widths 2019-06-20 15:10:35 -07:00
WPFExtensions.cs Load/save app settings 2019-06-19 18:09:55 -07:00