From 6fdc8841fba1c00d0b3fefa87f1c4abed722ba25 Mon Sep 17 00:00:00 2001 From: Michael Becker Date: Thu, 10 Sep 2020 05:49:18 -0400 Subject: [PATCH] reorganize associations and add ContentType and HintComparison --- .../Associations/PlainText.uexml | 22 +++++++++++++++++ .../UniversalEditor.Essential.csproj | 4 ++++ .../FileSystem}/Abomination.uexml | 4 ++-- ...UniversalEditor.Plugins.Abomination.csproj | 7 ++++++ .../Associations/PKZip.uexml | 2 +- .../UniversalEditor.Plugins.FileSystem.csproj | 4 ---- .../Associations}/Cabinet.uexml | 4 ++-- .../Associations/InstallShieldScript.uexml | 24 ++----------------- .../Associations}/PKG.uexml | 2 +- .../Associations}/Z.uexml | 2 +- ...iversalEditor.Plugins.InstallShield.csproj | 3 +++ .../Associations/Kronosaur.uexml | 2 +- .../Associations/SegaA3DA.uexml | 2 +- .../Associations/Database/PSFDataFormat.uexml | 2 +- .../Associations/PlayStation/GIM.uexml | 2 +- .../Associations/PlayStation/PKG.uexml | 2 +- .../SynalysisBinaryGrammarDataFormat.uexml | 2 +- .../Associations/UnrealPackage.uexml | 6 ++++- .../Associations/UnrealUMOD.uexml | 2 +- 19 files changed, 57 insertions(+), 41 deletions(-) create mode 100644 Libraries/UniversalEditor.Essential/Associations/PlainText.uexml rename Plugins/{UniversalEditor.Plugins.FileSystem/Associations => UniversalEditor.Plugins.Abomination/Associations/FileSystem}/Abomination.uexml (91%) rename Plugins/{UniversalEditor.Plugins.FileSystem/Associations/InstallShield => UniversalEditor.Plugins.InstallShield/Associations}/Cabinet.uexml (86%) rename Plugins/{UniversalEditor.Plugins.FileSystem/Associations/InstallShield => UniversalEditor.Plugins.InstallShield/Associations}/PKG.uexml (86%) rename Plugins/{UniversalEditor.Plugins.FileSystem/Associations/InstallShield => UniversalEditor.Plugins.InstallShield/Associations}/Z.uexml (87%) diff --git a/Libraries/UniversalEditor.Essential/Associations/PlainText.uexml b/Libraries/UniversalEditor.Essential/Associations/PlainText.uexml new file mode 100644 index 00000000..2f03830a --- /dev/null +++ b/Libraries/UniversalEditor.Essential/Associations/PlainText.uexml @@ -0,0 +1,22 @@ + + + + + + + + *.txt + *.exc + *.log + + + + + + + + + + + + \ No newline at end of file diff --git a/Libraries/UniversalEditor.Essential/UniversalEditor.Essential.csproj b/Libraries/UniversalEditor.Essential/UniversalEditor.Essential.csproj index 10119a85..b6968181 100644 --- a/Libraries/UniversalEditor.Essential/UniversalEditor.Essential.csproj +++ b/Libraries/UniversalEditor.Essential/UniversalEditor.Essential.csproj @@ -258,6 +258,10 @@ + + + +