From e82c4b9476d05ac9ea1418bf6d085851dc2b2eff Mon Sep 17 00:00:00 2001 From: IvenBach Date: Tue, 25 Jun 2019 13:49:33 -0700 Subject: [PATCH] Fix resource renaming error --- .../Properties/Settings.Designer.cs | 24 +++++++++---------- Rubberduck.Core/Properties/Settings.settings | 24 +++++++++---------- Rubberduck.Core/app.config | 16 ++++++------- 3 files changed, 32 insertions(+), 32 deletions(-) diff --git a/Rubberduck.Core/Properties/Settings.Designer.cs b/Rubberduck.Core/Properties/Settings.Designer.cs index de9e6b88ef..d0e2fb1125 100644 --- a/Rubberduck.Core/Properties/Settings.Designer.cs +++ b/Rubberduck.Core/Properties/Settings.Designer.cs @@ -319,9 +319,9 @@ internal sealed partial class Settings : global::System.Configuration.Applicatio [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("\r\n\r" + - "\n 0\r\n \r\n")] + [global::System.Configuration.DefaultSettingValueAttribute("\r\n\r\n 0\r\n \r\n")] public global::Rubberduck.Settings.ToDoGridViewColumnInfo ToDoGridViewColumnInfo_Description { get { return ((global::Rubberduck.Settings.ToDoGridViewColumnInfo)(this["ToDoGridViewColumnInfo_Description"])); @@ -330,9 +330,9 @@ internal sealed partial class Settings : global::System.Configuration.Applicatio [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("\r\n\r" + - "\n 1\r\n \r\n")] + [global::System.Configuration.DefaultSettingValueAttribute("\r\n\r\n 1\r\n \r\n")] public global::Rubberduck.Settings.ToDoGridViewColumnInfo ToDoGridViewColumnInfo_Project { get { return ((global::Rubberduck.Settings.ToDoGridViewColumnInfo)(this["ToDoGridViewColumnInfo_Project"])); @@ -341,9 +341,9 @@ internal sealed partial class Settings : global::System.Configuration.Applicatio [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("\r\n\r" + - "\n 2\r\n \r\n")] + [global::System.Configuration.DefaultSettingValueAttribute("\r\n\r\n 2\r\n \r\n")] public global::Rubberduck.Settings.ToDoGridViewColumnInfo ToDoGridViewColumnInfo_Module { get { return ((global::Rubberduck.Settings.ToDoGridViewColumnInfo)(this["ToDoGridViewColumnInfo_Module"])); @@ -352,9 +352,9 @@ internal sealed partial class Settings : global::System.Configuration.Applicatio [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("\r\n\r" + - "\n 3\r\n \r\n")] + [global::System.Configuration.DefaultSettingValueAttribute("\r\n\r\n 3\r\n \r\n")] public global::Rubberduck.Settings.ToDoGridViewColumnInfo ToDoGridViewColumnInfo_LineNumber { get { return ((global::Rubberduck.Settings.ToDoGridViewColumnInfo)(this["ToDoGridViewColumnInfo_LineNumber"])); diff --git a/Rubberduck.Core/Properties/Settings.settings b/Rubberduck.Core/Properties/Settings.settings index e366c188ff..2865397e44 100644 --- a/Rubberduck.Core/Properties/Settings.settings +++ b/Rubberduck.Core/Properties/Settings.settings @@ -185,33 +185,33 @@ <BlockCompletion IsEnabled="false" CompleteOnEnter="false" CompleteOnTab="false" /> </AutoCompleteSettings> - + <?xml version="1.0" encoding="utf-16"?> -<GridViewColumnInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> +<ToDoGridViewColumnInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <DisplayIndex>0</DisplayIndex> <Width /> -</GridViewColumnInfo> +</ToDoGridViewColumnInfo> - + <?xml version="1.0" encoding="utf-16"?> -<GridViewColumnInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> +<ToDoGridViewColumnInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <DisplayIndex>1</DisplayIndex> <Width /> -</GridViewColumnInfo> +</ToDoGridViewColumnInfo> - + <?xml version="1.0" encoding="utf-16"?> -<GridViewColumnInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> +<ToDoGridViewColumnInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <DisplayIndex>2</DisplayIndex> <Width /> -</GridViewColumnInfo> +</ToDoGridViewColumnInfo> - + <?xml version="1.0" encoding="utf-16"?> -<GridViewColumnInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> +<ToDoGridViewColumnInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <DisplayIndex>3</DisplayIndex> <Width /> -</GridViewColumnInfo> +</ToDoGridViewColumnInfo> \ No newline at end of file diff --git a/Rubberduck.Core/app.config b/Rubberduck.Core/app.config index 4bbb0295c1..14742e8a23 100644 --- a/Rubberduck.Core/app.config +++ b/Rubberduck.Core/app.config @@ -239,38 +239,38 @@ - 0 - + - 1 - + - 2 - + - 3 - +