Add some initial Associations as examples

This commit is contained in:
Michael Becker 2014-12-10 23:18:16 -08:00
parent 505a2ac7bf
commit fe1213e0be
3 changed files with 48 additions and 0 deletions

View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8" ?>
<UniversalEditor Version="4.0">
<Associations>
<Association>
<!-- Associate the FileSystem ObjectModel with the UXT DataFormats and the FileSystem Editor -->
<ObjectModels>
<ObjectModel TypeName="UniversalEditor.ObjectModels.FileSystem.FileSystemObjectModel" />
</ObjectModels>
<DataFormats>
<DataFormat TypeName="UniversalEditor.DataFormats.FileSystem.UXT.UXTDataFormat" />
</DataFormats>
<Editors>
<Editor ID="{1B5B1E8D-442A-4AC0-8EFD-03AADFF3CAD2}" />
</Editors>
</Association>
</Associations>
</UniversalEditor>

View File

@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8" ?>
<UniversalEditor Version="4.0">
<Associations>
<Association>
<!-- Associate the FileSystem ObjectModel with the UXT DataFormats and the FileSystem Editor -->
<ObjectModels>
<ObjectModel TypeName="UniversalEditor.ObjectModels.FileSystem.FileSystemObjectModel" />
</ObjectModels>
<DataFormats>
<DataFormat TypeName="UniversalEditor.DataFormats.FileSystem.ALTools.ALZ.ALZDataFormat" />
<DataFormat TypeName="UniversalEditor.DataFormats.FileSystem.ALTools.EGG.EGGDataFormat" />
<DataFormat TypeName="UniversalEditor.DataFormats.FileSystem.AR.ARDataFormat" />
<DataFormat TypeName="UniversalEditor.DataFormats.FileSystem.ARC.ARCDataFormat" />
<DataFormat TypeName="UniversalEditor.DataFormats.FileSystem.ARJ.ARJDataFormat" />
<DataFormat TypeName="UniversalEditor.DataFormats.FileSystem.BAG.BAGDataFormat" />
<DataFormat TypeName="UniversalEditor.DataFormats.FileSystem.BGA.BGADataFormat" />
<DataFormat TypeName="UniversalEditor.DataFormats.FileSystem.CFL.CFLDataFormat" />
<DataFormat TypeName="UniversalEditor.DataFormats.FileSystem.CPIO.CPIODataFormat" />
<DataFormat TypeName="UniversalEditor.DataFormats.FileSystem.LHA.LHADataFormat" />
<DataFormat TypeName="UniversalEditor.DataFormats.FileSystem.StuffIt.StuffItDataFormat" />
<DataFormat TypeName="UniversalEditor.DataFormats.FileSystem.TapeArchive.TapeArchiveDataFormat" />
<DataFormat TypeName="UniversalEditor.DataFormats.FileSystem.WinAce.ACEDataFormat" />
<DataFormat TypeName="UniversalEditor.DataFormats.FileSystem.WinRAR.RARDataFormat" />
<DataFormat TypeName="UniversalEditor.DataFormats.FileSystem.ZIP.ZIPDataFormat" />
<DataFormat TypeName="UniversalEditor.DataFormats.FileSystem.ZipTV.BlakHole.BHDataFormat" />
</DataFormats>
</Association>
</Associations>
</UniversalEditor>

View File

@ -44,8 +44,10 @@
<Content Include="Configuration\MainMenu.xml" />
<Content Include="Configuration\ObjectModels.xml" />
<Content Include="Configuration\StartPage.xml" />
<Content Include="Associations\FileSystem.xml" />
<Content Include="Editors\UniversalEditor.UserInterface.WindowsForms.Editors.FileSystemEditor\Commands.xml" />
<Content Include="Editors\UniversalEditor.UserInterface.WindowsForms.Editors.FileSystemEditor\KeyBindings.xml" />
<Content Include="Extensions\FileSystem\Associations\Archive.xml" />
<Content Include="ObjectModels\UniversalEditor.ObjectModels.FileSystem.FileSystemObjectModel.xml" />
<Content Include="ObjectModels\UniversalEditor.ObjectModels.PropertyList.PropertyListObjectModel.xml" />
<Content Include="ObjectModels\UniversalEditor.ObjectModels.Shortcut.ShortcutObjectModel.xml" />