merged Windows Forms and UWT FileSystemEditor XML

This commit is contained in:
Michael Becker 2019-11-05 16:14:59 -05:00
parent 8d0edb13bb
commit 8cc07f4199
No known key found for this signature in database
GPG Key ID: 389DFF5D73781A12
4 changed files with 1 additions and 25 deletions

View File

@ -1,6 +1,6 @@
<UniversalEditor Version="5.0">
<Editors>
<Editor TypeName="UniversalEditor.Editors.FileSystem.FileSystemEditor">
<Editor ID="{1B5B1E8D-442A-4AC0-8EFD-03AADFF3CAD2}" TypeName="UniversalEditor.Editors.FileSystem.FileSystemEditor">
<Commands>
<Command ID="FileSystemContextMenu_View" />
<Command ID="FileSystemContextMenu_Add" />

View File

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8" ?>
<UniversalEditor Version="1.0">
<Editors>
<Editor ID="{1B5B1E8D-442A-4AC0-8EFD-03AADFF3CAD2}">
<!-- FileSystemEditor -->
<Commands>
<Command ID="FileRename" />
</Commands>
</Editor>
</Editors>
</UniversalEditor>

View File

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8" ?>
<UniversalEditor Version="1.0">
<Editors>
<Editor ID="{1B5B1E8D-442A-4AC0-8EFD-03AADFF3CAD2}">
<!-- FileSystemEditor -->
<KeyBindings>
<KeyBinding Key="F2" CommandID="FileRename" />
</KeyBindings>
</Editor>
</Editors>
</UniversalEditor>

View File

@ -55,8 +55,6 @@
<Content Include="Configuration\ObjectModels.uexml" />
<Content Include="Configuration\StartPage.uexml" />
<Content Include="Associations\FileSystem.uexml" />
<Content Include="Editors\UniversalEditor.UserInterface.WindowsForms.Editors.FileSystemEditor\Commands.uexml" />
<Content Include="Editors\UniversalEditor.UserInterface.WindowsForms.Editors.FileSystemEditor\KeyBindings.uexml" />
<Content Include="Extensions\AniMiku\Associations\Concert\AniMikuConcert.uexml" />
<Content Include="Extensions\AniMiku\Associations\FileSystem\AniMikuTexturePackage.uexml" />
<Content Include="Extensions\AniMiku\Associations\Model\AniMikuPMD.uexml" />