From 0ae9a68a8c46c2fa1d73b7277f3d8ca822219c95 Mon Sep 17 00:00:00 2001 From: alcexhim Date: Fri, 18 Jul 2014 20:44:31 -0400 Subject: [PATCH] Make OptionPanels into configurable XML files (not implemented yet) --- .../Languages/English.xml | 43 +++++++++++++++ .../OptionPanels/Application.xml | 53 +++++++++++++++++++ ...lEditor.Content.PlatformIndependent.csproj | 1 + 3 files changed, 97 insertions(+) create mode 100644 CSharp/Content/UniversalEditor.Content.PlatformIndependent/OptionPanels/Application.xml diff --git a/CSharp/Content/UniversalEditor.Content.PlatformIndependent/Languages/English.xml b/CSharp/Content/UniversalEditor.Content.PlatformIndependent/Languages/English.xml index be4eb788..04595d93 100644 --- a/CSharp/Content/UniversalEditor.Content.PlatformIndependent/Languages/English.xml +++ b/CSharp/Content/UniversalEditor.Content.PlatformIndependent/Languages/English.xml @@ -5,6 +5,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/CSharp/Content/UniversalEditor.Content.PlatformIndependent/OptionPanels/Application.xml b/CSharp/Content/UniversalEditor.Content.PlatformIndependent/OptionPanels/Application.xml new file mode 100644 index 00000000..adc9f48e --- /dev/null +++ b/CSharp/Content/UniversalEditor.Content.PlatformIndependent/OptionPanels/Application.xml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/CSharp/Content/UniversalEditor.Content.PlatformIndependent/UniversalEditor.Content.PlatformIndependent.csproj b/CSharp/Content/UniversalEditor.Content.PlatformIndependent/UniversalEditor.Content.PlatformIndependent.csproj index 33e70258..4ef00617 100644 --- a/CSharp/Content/UniversalEditor.Content.PlatformIndependent/UniversalEditor.Content.PlatformIndependent.csproj +++ b/CSharp/Content/UniversalEditor.Content.PlatformIndependent/UniversalEditor.Content.PlatformIndependent.csproj @@ -40,6 +40,7 @@ +