From ede5f2f07bcf723dee68a5884028432617c872a5 Mon Sep 17 00:00:00 2001 From: Sven Date: Tue, 30 Nov 2021 19:11:10 +0100 Subject: [PATCH] Version 1.6.3.3 --- GRBL-Plotter/Properties/AssemblyInfo.cs | 4 +-- GRBL-Plotter/Properties/Settings.Designer.cs | 36 +++++++++++++------- GRBL-Plotter/Properties/Settings.settings | 9 +++-- 3 files changed, 32 insertions(+), 17 deletions(-) diff --git a/GRBL-Plotter/Properties/AssemblyInfo.cs b/GRBL-Plotter/Properties/AssemblyInfo.cs index 841dd5083..3bf70c3f1 100644 --- a/GRBL-Plotter/Properties/AssemblyInfo.cs +++ b/GRBL-Plotter/Properties/AssemblyInfo.cs @@ -33,7 +33,7 @@ // Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern // übernehmen, indem Sie "*" eingeben: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.6.3.2")] -[assembly: AssemblyFileVersion("1.6.3.2")] +[assembly: AssemblyVersion("1.6.3.3")] +[assembly: AssemblyFileVersion("1.6.3.3")] [assembly: NeutralResourcesLanguage("en")] diff --git a/GRBL-Plotter/Properties/Settings.Designer.cs b/GRBL-Plotter/Properties/Settings.Designer.cs index f3c5b50ed..a50d0c7dc 100644 --- a/GRBL-Plotter/Properties/Settings.Designer.cs +++ b/GRBL-Plotter/Properties/Settings.Designer.cs @@ -1679,18 +1679,6 @@ public decimal FCTBLineInterval { } } - [global::System.Configuration.UserScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("True")] - public bool FCTBSaveAsUTF16 { - get { - return ((bool)(this["FCTBSaveAsUTF16"])); - } - set { - this["FCTBSaveAsUTF16"] = value; - } - } - [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("True")] @@ -7671,5 +7659,29 @@ public string guiLastEndReason { this["guiLastEndReason"] = value; } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("False")] + public bool FCTBSaveWithoutComments { + get { + return ((bool)(this["FCTBSaveWithoutComments"])); + } + set { + this["FCTBSaveWithoutComments"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("0")] + public int FCTBSaveEncodingIndex { + get { + return ((int)(this["FCTBSaveEncodingIndex"])); + } + set { + this["FCTBSaveEncodingIndex"] = value; + } + } } } diff --git a/GRBL-Plotter/Properties/Settings.settings b/GRBL-Plotter/Properties/Settings.settings index b4b2e1f79..9162c2758 100644 --- a/GRBL-Plotter/Properties/Settings.settings +++ b/GRBL-Plotter/Properties/Settings.settings @@ -416,9 +416,6 @@ 0 - - True - True @@ -1913,5 +1910,11 @@ - + + False + + + 0 + \ No newline at end of file