diff --git a/SourceGenWPF/AsmGen/AssemblerInfo.cs b/SourceGenWPF/AsmGen/AssemblerInfo.cs index 6904195..40e5ea9 100644 --- a/SourceGenWPF/AsmGen/AssemblerInfo.cs +++ b/SourceGenWPF/AsmGen/AssemblerInfo.cs @@ -26,7 +26,8 @@ namespace SourceGenWPF.AsmGen { /// public class AssemblerInfo { /// - /// Enumeration of supported assemblers. Alphabetical order looks nicest. + /// Enumeration of supported assemblers. Sorted alphabetically by human-readable name + /// looks nicest. /// public enum Id { Unknown = 0, diff --git a/SourceGenWPF/Res/Strings.xaml b/SourceGenWPF/Res/Strings.xaml index 1fdc950..af863c9 100644 --- a/SourceGenWPF/Res/Strings.xaml +++ b/SourceGenWPF/Res/Strings.xaml @@ -75,6 +75,7 @@ limitations under the License. The file is {0:N0} bytes long, but the project expected {1:N0}. The file has CRC {0}, but the project expected {1}. Failed + (none) Failed while preparing the plugin directory {0} Failed Preparing Plugin Directory Executing assembler... diff --git a/SourceGenWPF/Res/Strings.xaml.cs b/SourceGenWPF/Res/Strings.xaml.cs index faa57c2..69ee952 100644 --- a/SourceGenWPF/Res/Strings.xaml.cs +++ b/SourceGenWPF/Res/Strings.xaml.cs @@ -135,6 +135,8 @@ namespace SourceGenWPF.Res { (string)Application.Current.FindResource("str_OpenDataWrongLengthFmt"); public static string OPERATION_FAILED = (string)Application.Current.FindResource("str_OperationFailed"); + public static string PARENTHETICAL_NONE = + (string)Application.Current.FindResource("str_ParentheticalNone"); public static string PLUGIN_DIR_FAIL_FMT = (string)Application.Current.FindResource("str_PluginDirFailFmt"); public static string PLUGIN_DIR_FAIL_CAPTION = diff --git a/SourceGenWPF/WpfGui/EditAppSettings.xaml b/SourceGenWPF/WpfGui/EditAppSettings.xaml index a448595..782fb9c 100644 --- a/SourceGenWPF/WpfGui/EditAppSettings.xaml +++ b/SourceGenWPF/WpfGui/EditAppSettings.xaml @@ -147,34 +147,49 @@ limitations under the License. - +