From d8604294bb1855faa81411c54b332ee35b50f4f3 Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Fri, 11 Oct 2019 17:39:52 -0700 Subject: [PATCH] Change how the "quick set" settings work The last two tabs in the Edit App Settings dialog have "quick set" buttons configure all fields for a particular assembler, or reset them to default values. The previous UI was a little annoying, because you had to pick something from the combo box and then hit "set" to push the change. It was also confusing, because if you came back later the combo box was just set to the first entry, not the thing you picked last. Now, picking an entry from the combo box immediately updates all fields. The combo box selection is set to reflect the actual contents (so if you set everything just right, the combo box will change to a specific assembler). If nothing matches, a special entry labeled "Custom" is selected. Also, rearranged the tutorial sections in the manual so the address table formatting comes last, and appears in the local TOC. --- SourceGen/RuntimeData/Help/codegen.html | 6 +- SourceGen/RuntimeData/Help/settings.html | 13 +- SourceGen/RuntimeData/Help/tutorials.html | 159 +++++---- SourceGen/WpfGui/EditAppSettings.xaml | 63 ++-- SourceGen/WpfGui/EditAppSettings.xaml.cs | 416 +++++++++++++++------- 5 files changed, 417 insertions(+), 240 deletions(-) diff --git a/SourceGen/RuntimeData/Help/codegen.html b/SourceGen/RuntimeData/Help/codegen.html index 20b9f95..6f3949e 100644 --- a/SourceGen/RuntimeData/Help/codegen.html +++ b/SourceGen/RuntimeData/Help/codegen.html @@ -325,7 +325,8 @@ clipboard and pasting them into a text file, except that you have greater control over which columns are included. The HTML version is augmented with links.

-

Use File > Export to open the export dialog. You have several options:

+

Use File > Export to open the export dialog. You have several +options: