diff --git a/CSharp/Libraries/UniversalEditor.UserInterface/Editors/FileSystem/FileSystemEditorOptionProvider.cs b/CSharp/Libraries/UniversalEditor.UserInterface/Editors/FileSystem/FileSystemEditorOptionProvider.cs deleted file mode 100644 index 8c7944fe..00000000 --- a/CSharp/Libraries/UniversalEditor.UserInterface/Editors/FileSystem/FileSystemEditorOptionProvider.cs +++ /dev/null @@ -1,57 +0,0 @@ -// -// FileSystemEditorOptionProvider.cs -// -// Author: -// Mike Becker -// -// Copyright (c) 2019 Mike Becker -// -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program. If not, see . -using System; -using UniversalWidgetToolkit; - -namespace UniversalEditor.Editors.FileSystem -{ - public class FileSystemEditorOptionProvider : OptionProvider - { - public FileSystemEditorOptionProvider () - { - OptionGroups.Add (new OptionGroup ("Editors:File System:Views", new Option[] - { - new BooleanOption ("Sort _folders before files"), - new BooleanOption ("Allow folders to be _expanded") - })); - OptionGroups.Add (new OptionGroup ("Editors:File System:Behavior", new Option[] - { - new BooleanOption ("_Single-click to open items"), - new BooleanOption ("Show action to create symbolic _links"), - new ChoiceOption ("Default option for _executable text files", null, new ChoiceOption.ChoiceOptionValue[] - { - new ChoiceOption.ChoiceOptionValue ("Display them in text editor", 1), - new ChoiceOption.ChoiceOptionValue ("Run them as executable", 2), - new ChoiceOption.ChoiceOptionValue ("Ask me what to do", 3) - }), - new BooleanOption ("Ask before _emptying the Trash/Recycle Bin"), - new BooleanOption ("Show action to _permanently delete files and folders") - })); - OptionGroups.Add (new OptionGroup ("Editors:File System:List Columns", new Option[] - { - })); - OptionGroups.Add (new OptionGroup ("Editors:File System:Search and Preview", new Option[] - { - })); - } - } -} - diff --git a/CSharp/Libraries/UniversalEditor.UserInterface/Editors/FileSystem/FileSystemEditorSettingsProvider.cs b/CSharp/Libraries/UniversalEditor.UserInterface/Editors/FileSystem/FileSystemEditorSettingsProvider.cs new file mode 100644 index 00000000..850ed3c7 --- /dev/null +++ b/CSharp/Libraries/UniversalEditor.UserInterface/Editors/FileSystem/FileSystemEditorSettingsProvider.cs @@ -0,0 +1,57 @@ +// +// FileSystemEditorOptionProvider.cs +// +// Author: +// Mike Becker +// +// Copyright (c) 2019 Mike Becker +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +using System; +using UniversalWidgetToolkit; + +namespace UniversalEditor.Editors.FileSystem +{ + public class FileSystemEditorSettingsProvider : SettingsProvider + { + public FileSystemEditorSettingsProvider () + { + SettingsGroups.Add (new SettingsGroup ("Editors:File System:Views", new Setting[] + { + new BooleanSetting ("Sort _folders before files"), + new BooleanSetting ("Allow folders to be _expanded") + })); + SettingsGroups.Add (new SettingsGroup ("Editors:File System:Behavior", new Setting[] + { + new BooleanSetting ("_Single-click to open items"), + new BooleanSetting ("Show action to create symbolic _links"), + new ChoiceSetting ("Default option for _executable text files", null, new ChoiceSetting.ChoiceSettingValue[] + { + new ChoiceSetting.ChoiceSettingValue ("Display them in text editor", 1), + new ChoiceSetting.ChoiceSettingValue ("Run them as executable", 2), + new ChoiceSetting.ChoiceSettingValue ("Ask me what to do", 3) + }), + new BooleanSetting ("Ask before _emptying the Trash/Recycle Bin"), + new BooleanSetting ("Show action to _permanently delete files and folders") + })); + SettingsGroups.Add (new SettingsGroup ("Editors:File System:List Columns", new Setting[] + { + })); + SettingsGroups.Add (new SettingsGroup ("Editors:File System:Search and Preview", new Setting[] + { + })); + } + } +} + diff --git a/CSharp/Libraries/UniversalEditor.UserInterface/Editors/Text/Plain/PlainTextEditorOptionProvider.cs b/CSharp/Libraries/UniversalEditor.UserInterface/Editors/Text/Plain/PlainTextEditorSettingsProvider.cs similarity index 54% rename from CSharp/Libraries/UniversalEditor.UserInterface/Editors/Text/Plain/PlainTextEditorOptionProvider.cs rename to CSharp/Libraries/UniversalEditor.UserInterface/Editors/Text/Plain/PlainTextEditorSettingsProvider.cs index d53c74c9..e6e253e4 100644 --- a/CSharp/Libraries/UniversalEditor.UserInterface/Editors/Text/Plain/PlainTextEditorOptionProvider.cs +++ b/CSharp/Libraries/UniversalEditor.UserInterface/Editors/Text/Plain/PlainTextEditorSettingsProvider.cs @@ -23,26 +23,26 @@ using UniversalWidgetToolkit; namespace UniversalEditor.Editors.Text.Plain { - public class PlainTextEditorOptionProvider : OptionProvider + public class PlainTextEditorSettingsProvider : SettingsProvider { - public PlainTextEditorOptionProvider() + public PlainTextEditorSettingsProvider() { - OptionGroups.Add(new OptionGroup("Editors:Plain Text Editor", new Option[] + SettingsGroups.Add(new SettingsGroup("Editors:Plain Text Editor", new Setting[] { - new BooleanOption("_Display line numbers"), - new BooleanOption("_Display right margin"), - new TextOption("Right margin at _column"), - new BooleanOption("Display _overview map"), + new BooleanSetting("_Display line numbers"), + new BooleanSetting("_Display right margin"), + new TextSetting("Right margin at _column"), + new BooleanSetting("Display _overview map"), - new BooleanOption("Enable text _wrapping"), - new BooleanOption("Do not _split words over two lines"), + new BooleanSetting("Enable text _wrapping"), + new BooleanSetting("Do not _split words over two lines"), - new BooleanOption("Highlight current _line"), - new BooleanOption("Highlight matching _brackets"), + new BooleanSetting("Highlight current _line"), + new BooleanSetting("Highlight matching _brackets"), - new RangeOption("_Tab width", 8, 1, 24), - new BooleanOption("Insert _spaces instead of tabs"), - new BooleanOption("_Enable automatic indentation", true) + new RangeSetting("_Tab width", 8, 1, 24), + new BooleanSetting("Insert _spaces instead of tabs"), + new BooleanSetting("_Enable automatic indentation", true) })); } } diff --git a/CSharp/Libraries/UniversalEditor.UserInterface/Engine.cs b/CSharp/Libraries/UniversalEditor.UserInterface/Engine.cs index 97fbeb6a..5c284448 100644 --- a/CSharp/Libraries/UniversalEditor.UserInterface/Engine.cs +++ b/CSharp/Libraries/UniversalEditor.UserInterface/Engine.cs @@ -60,16 +60,16 @@ namespace UniversalEditor.UserInterface protected void BeforeInitialization () { - Application.DefaultOptionProvider.OptionGroups.Add ("Application:Author Information", new Option[] { - new TextOption("_Name"), - new TextOption("_E-mail address") + Application.DefaultOptionProvider.SettingsGroups.Add ("Application:Author Information", new Setting[] { + new TextSetting("_Name"), + new TextSetting("_E-mail address") }); - Application.DefaultOptionProvider.OptionGroups.Add ("Application:Documents", new Option[] { + Application.DefaultOptionProvider.SettingsGroups.Add ("Application:Documents", new Setting[] { }); - Application.DefaultOptionProvider.OptionGroups.Add("Application:Projects and Solutions", new Option[] + Application.DefaultOptionProvider.SettingsGroups.Add("Application:Projects and Solutions", new Setting[] { }); - Application.DefaultOptionProvider.OptionGroups.Add("Source Control", new Option[] + Application.DefaultOptionProvider.SettingsGroups.Add("Source Control", new Setting[] { }); diff --git a/CSharp/Libraries/UniversalEditor.UserInterface/MainWindow.cs b/CSharp/Libraries/UniversalEditor.UserInterface/MainWindow.cs index 219ff044..91769bec 100644 --- a/CSharp/Libraries/UniversalEditor.UserInterface/MainWindow.cs +++ b/CSharp/Libraries/UniversalEditor.UserInterface/MainWindow.cs @@ -594,7 +594,7 @@ namespace UniversalEditor.UserInterface public bool ShowOptionsDialog() { - OptionsDialog dlg = new OptionsDialog(); + SettingsDialog dlg = new SettingsDialog(); if (dlg.ShowDialog() == DialogResult.OK) { return true; diff --git a/CSharp/Libraries/UniversalEditor.UserInterface/UniversalEditor.UserInterface.csproj b/CSharp/Libraries/UniversalEditor.UserInterface/UniversalEditor.UserInterface.csproj index 371e4bea..94ea3e3f 100644 --- a/CSharp/Libraries/UniversalEditor.UserInterface/UniversalEditor.UserInterface.csproj +++ b/CSharp/Libraries/UniversalEditor.UserInterface/UniversalEditor.UserInterface.csproj @@ -108,8 +108,8 @@ - - + + diff --git a/CSharp/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/OptionProviders/SingingStyleDefaultsOptionProvider.cs b/CSharp/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/OptionProviders/SingingStyleDefaultsOptionProvider.cs deleted file mode 100644 index 9807671e..00000000 --- a/CSharp/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/OptionProviders/SingingStyleDefaultsOptionProvider.cs +++ /dev/null @@ -1,84 +0,0 @@ -// -// SingingStyleDefaultsOptionProvider.cs -// -// Author: -// Mike Becker -// -// Copyright (c) 2019 Mike Becker -// -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program. If not, see . -using System; -using UniversalWidgetToolkit; - -namespace UniversalEditor.Plugins.Multimedia.UserInterface.OptionProviders -{ - public class SingingStyleDefaultsOptionProvider : OptionProvider - { - public SingingStyleDefaultsOptionProvider () - { - OptionGroups.Add ("Editors:Synthesized Audio:External Programs", new Option[] - { - new BooleanOption("Use external _wavefile manipulation tool"), - new TextOption("Path"), - new BooleanOption("Use external _resampling tool"), - new TextOption("Path"), - new TextOption("Voicebank _directory") - }); - OptionGroups.Add ("Editors:Synthesized Audio:MIDI Settings", new Option[] - { - new GroupOption("MIDI Devices", new Option[] - { - new ChoiceOption("_Input device"), - new ChoiceOption("_Output device") - }), - new BooleanOption("Play notes through MIDI output upon _selection"), - new BooleanOption("Send _Program Change for the following program before continuing"), - new ChoiceOption(String.Empty) - }); - OptionGroups.Add ("Editors:Synthesized Audio:Phoneme Dictionary", new Option[] - { - }); - OptionGroups.Add ("Editors:Synthesized Audio:Synthesizers", new Option[] - { - }); - OptionGroups.Add("Editors:Synthesized Audio:Singing Style Defaults", new Option[] - { - // new CommandOption("_Load settings from VOCALOID2"), - // 2q22wnew CommandOption("_Save settings from VOCALOID2"), - new ChoiceOption("_Template", null, new ChoiceOption.ChoiceOptionValue[] - { - new ChoiceOption.ChoiceOptionValue("(Custom)", "custom"), - new ChoiceOption.ChoiceOptionValue("Normal", "normal"), - new ChoiceOption.ChoiceOptionValue("Accent", "accent"), - new ChoiceOption.ChoiceOptionValue("Strong Accent", "strongaccent"), - new ChoiceOption.ChoiceOptionValue("Legato", "legato"), - new ChoiceOption.ChoiceOptionValue("Slow Legato", "slowlegato"), - }), - new GroupOption("Pitch control", new Option[] - { - new RangeOption("_Bend depth", 8, 0, 100), - new RangeOption("Bend _length", 0, 0, 100), - new BooleanOption("Add portamento in _rising movement"), - new BooleanOption("Add portamento in _falling movement") - }), - new GroupOption("Dynamics control", new Option[] - { - new RangeOption("_Decay", 50, 0, 100), - new RangeOption("_Accent", 50, 0, 100) - }) - }); - } - } -} - diff --git a/CSharp/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/SettingsProviders/SingingStyleDefaultsSettingsProvider.cs b/CSharp/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/SettingsProviders/SingingStyleDefaultsSettingsProvider.cs new file mode 100644 index 00000000..f864b5b7 --- /dev/null +++ b/CSharp/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/SettingsProviders/SingingStyleDefaultsSettingsProvider.cs @@ -0,0 +1,84 @@ +// +// SingingStyleDefaultsOptionProvider.cs +// +// Author: +// Mike Becker +// +// Copyright (c) 2019 Mike Becker +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +using System; +using UniversalWidgetToolkit; + +namespace UniversalEditor.Plugins.Multimedia.UserInterface.SettingsProviders +{ + public class SingingStyleDefaultsSettingsProvider : SettingsProvider + { + public SingingStyleDefaultsSettingsProvider () + { + SettingsGroups.Add ("Editors:Synthesized Audio:External Programs", new Setting[] + { + new BooleanSetting("Use external _wavefile manipulation tool"), + new TextSetting("Path"), + new BooleanSetting("Use external _resampling tool"), + new TextSetting("Path"), + new TextSetting("Voicebank _directory") + }); + SettingsGroups.Add ("Editors:Synthesized Audio:MIDI Settings", new Setting[] + { + new GroupSetting("MIDI Devices", new Setting[] + { + new ChoiceSetting("_Input device"), + new ChoiceSetting("_Output device") + }), + new BooleanSetting("Play notes through MIDI output upon _selection"), + new BooleanSetting("Send _Program Change for the following program before continuing"), + new ChoiceSetting(String.Empty) + }); + SettingsGroups.Add ("Editors:Synthesized Audio:Phoneme Dictionary", new Setting[] + { + }); + SettingsGroups.Add ("Editors:Synthesized Audio:Synthesizers", new Setting[] + { + }); + SettingsGroups.Add("Editors:Synthesized Audio:Singing Style Defaults", new Setting[] + { + // new CommandOption("_Load settings from VOCALOID2"), + // 2q22wnew CommandOption("_Save settings from VOCALOID2"), + new ChoiceSetting("_Template", null, new ChoiceSetting.ChoiceSettingValue[] + { + new ChoiceSetting.ChoiceSettingValue("(Custom)", "custom"), + new ChoiceSetting.ChoiceSettingValue("Normal", "normal"), + new ChoiceSetting.ChoiceSettingValue("Accent", "accent"), + new ChoiceSetting.ChoiceSettingValue("Strong Accent", "strongaccent"), + new ChoiceSetting.ChoiceSettingValue("Legato", "legato"), + new ChoiceSetting.ChoiceSettingValue("Slow Legato", "slowlegato"), + }), + new GroupSetting("Pitch control", new Setting[] + { + new RangeSetting("_Bend depth", 8, 0, 100), + new RangeSetting("Bend _length", 0, 0, 100), + new BooleanSetting("Add portamento in _rising movement"), + new BooleanSetting("Add portamento in _falling movement") + }), + new GroupSetting("Dynamics control", new Setting[] + { + new RangeSetting("_Decay", 50, 0, 100), + new RangeSetting("_Accent", 50, 0, 100) + }) + }); + } + } +} + diff --git a/CSharp/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface.csproj b/CSharp/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface.csproj index 77357bc0..8b54d2a6 100644 --- a/CSharp/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface.csproj +++ b/CSharp/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface.csproj @@ -33,7 +33,7 @@ - + @@ -41,7 +41,7 @@ - + diff --git a/CSharp/Plugins.UserInterface/UniversalEditor.Plugins.SoftwareDevelopment.UserInterface/OptionProviders/SyntaxEditorOptionProvider.cs b/CSharp/Plugins.UserInterface/UniversalEditor.Plugins.SoftwareDevelopment.UserInterface/OptionProviders/SyntaxEditorOptionProvider.cs deleted file mode 100644 index 455b7600..00000000 --- a/CSharp/Plugins.UserInterface/UniversalEditor.Plugins.SoftwareDevelopment.UserInterface/OptionProviders/SyntaxEditorOptionProvider.cs +++ /dev/null @@ -1,64 +0,0 @@ -// -// MyClass.cs -// -// Author: -// Mike Becker -// -// Copyright (c) 2019 Mike Becker -// -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program. If not, see . -using System; -using UniversalWidgetToolkit; - -namespace UniversalEditor.OptionProviders -{ - public class SyntaxEditorOptionProvider : OptionProvider - { - public SyntaxEditorOptionProvider () - { - OptionGroups.Add(new OptionGroup("Editors:Syntax", new Option[] - { - new BooleanOption("D_rag and drop text editing"), - new BooleanOption("A_utomatic delimiter highlighting"), - new BooleanOption("_Track changes"), - new BooleanOption("Auto-_detect UTF-8 encoding without signature"), - new BooleanOption("Display _selection margin"), - new BooleanOption("Display indicator _margin"), - new BooleanOption("Highlight _current line") - })); - - OptionGroups.Add(new OptionGroup("Editors:Syntax:Languages", new Option[] - { - new BooleanOption("_Map extensionless files to"), - new ChoiceOption("Default language"), - })); - - // for each language... - System.Collections.Generic.Dictionary languageOptions = new System.Collections.Generic.Dictionary(); - languageOptions.Add ("Basic:General", new Option[] { - new BooleanOption("Auto list _members"), - new BooleanOption("_Hide advanced members"), - new BooleanOption("_Parameter information"), - new BooleanOption("Enable _virtual space"), - new BooleanOption("_Word wrap"), - new BooleanOption("_Show visual glyphs for word wrap"), - - }); - foreach (System.Collections.Generic.KeyValuePair kvp in languageOptions) { - OptionGroups.Add(new OptionGroup("Editors:Syntax:Languages:" + kvp.Key, kvp.Value)); - } - } - } -} - diff --git a/CSharp/Plugins.UserInterface/UniversalEditor.Plugins.SoftwareDevelopment.UserInterface/SettingsProviders/SyntaxEditorSettingsProvider.cs b/CSharp/Plugins.UserInterface/UniversalEditor.Plugins.SoftwareDevelopment.UserInterface/SettingsProviders/SyntaxEditorSettingsProvider.cs new file mode 100644 index 00000000..582482c7 --- /dev/null +++ b/CSharp/Plugins.UserInterface/UniversalEditor.Plugins.SoftwareDevelopment.UserInterface/SettingsProviders/SyntaxEditorSettingsProvider.cs @@ -0,0 +1,64 @@ +// +// MyClass.cs +// +// Author: +// Mike Becker +// +// Copyright (c) 2019 Mike Becker +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +using System; +using UniversalWidgetToolkit; + +namespace UniversalEditor.SettingsProviders +{ + public class SyntaxEditorSettingsProvider : SettingsProvider + { + public SyntaxEditorSettingsProvider () + { + SettingsGroups.Add(new SettingsGroup("Editors:Syntax", new Setting[] + { + new BooleanSetting("D_rag and drop text editing"), + new BooleanSetting("A_utomatic delimiter highlighting"), + new BooleanSetting("_Track changes"), + new BooleanSetting("Auto-_detect UTF-8 encoding without signature"), + new BooleanSetting("Display _selection margin"), + new BooleanSetting("Display indicator _margin"), + new BooleanSetting("Highlight _current line") + })); + + SettingsGroups.Add(new SettingsGroup("Editors:Syntax:Languages", new Setting[] + { + new BooleanSetting("_Map extensionless files to"), + new ChoiceSetting("Default language"), + })); + + // for each language... + System.Collections.Generic.Dictionary languageOptions = new System.Collections.Generic.Dictionary(); + languageOptions.Add ("Basic:General", new Setting[] { + new BooleanSetting("Auto list _members"), + new BooleanSetting("_Hide advanced members"), + new BooleanSetting("_Parameter information"), + new BooleanSetting("Enable _virtual space"), + new BooleanSetting("_Word wrap"), + new BooleanSetting("_Show visual glyphs for word wrap"), + + }); + foreach (System.Collections.Generic.KeyValuePair kvp in languageOptions) { + SettingsGroups.Add(new SettingsGroup("Editors:Syntax:Languages:" + kvp.Key, kvp.Value)); + } + } + } +} + diff --git a/CSharp/Plugins.UserInterface/UniversalEditor.Plugins.SoftwareDevelopment.UserInterface/UniversalEditor.Plugins.SoftwareDevelopment.UserInterface.csproj b/CSharp/Plugins.UserInterface/UniversalEditor.Plugins.SoftwareDevelopment.UserInterface/UniversalEditor.Plugins.SoftwareDevelopment.UserInterface.csproj index 84ff2344..b5873c1c 100644 --- a/CSharp/Plugins.UserInterface/UniversalEditor.Plugins.SoftwareDevelopment.UserInterface/UniversalEditor.Plugins.SoftwareDevelopment.UserInterface.csproj +++ b/CSharp/Plugins.UserInterface/UniversalEditor.Plugins.SoftwareDevelopment.UserInterface/UniversalEditor.Plugins.SoftwareDevelopment.UserInterface.csproj @@ -32,11 +32,11 @@ - + - +