diff --git a/Content/UniversalEditor.Content.PlatformIndependent/Editors/Binary/Commands.uexml b/Content/UniversalEditor.Content.PlatformIndependent/Editors/Binary/Commands.uexml new file mode 100644 index 00000000..5efc2d05 --- /dev/null +++ b/Content/UniversalEditor.Content.PlatformIndependent/Editors/Binary/Commands.uexml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Content/UniversalEditor.Content.PlatformIndependent/UniversalEditor.Content.PlatformIndependent.csproj b/Content/UniversalEditor.Content.PlatformIndependent/UniversalEditor.Content.PlatformIndependent.csproj index fa9e9775..9a40e296 100644 --- a/Content/UniversalEditor.Content.PlatformIndependent/UniversalEditor.Content.PlatformIndependent.csproj +++ b/Content/UniversalEditor.Content.PlatformIndependent/UniversalEditor.Content.PlatformIndependent.csproj @@ -732,6 +732,7 @@ + diff --git a/Libraries/UniversalEditor.UserInterface/Editors/Binary/BinaryEditor.cs b/Libraries/UniversalEditor.UserInterface/Editors/Binary/BinaryEditor.cs index d9a28d7f..5ab1767d 100644 --- a/Libraries/UniversalEditor.UserInterface/Editors/Binary/BinaryEditor.cs +++ b/Libraries/UniversalEditor.UserInterface/Editors/Binary/BinaryEditor.cs @@ -134,6 +134,7 @@ namespace UniversalEditor.Editors.Binary public BinaryEditor() { InitializeConverters(); + ContextMenuCommandID = "BinaryEditorContextMenu"; } protected override void OnCreated(EventArgs e)