Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bockover <abock@microsoft.com>2019-02-20 23:34:48 +0300
committerAaron Bockover <abock@microsoft.com>2019-02-21 01:32:00 +0300
commit0cdbdab80dd7ddb4f95c482e382ae8ce84c70cc7 (patch)
treeed5db754bab82b11e89749c8fd7124986c3f85dd /main/src/addins/MacPlatform/MacPlatform.addin.xml
parentc48ddba1074d756e682b89edd19d4e2a98f0a2cf (diff)
MacPlatform: VSTS 593485: add support for the character/emoji palette
https://devdiv.visualstudio.com/DevDiv/_workitems/edit/593485
Diffstat (limited to 'main/src/addins/MacPlatform/MacPlatform.addin.xml')
-rw-r--r--main/src/addins/MacPlatform/MacPlatform.addin.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/src/addins/MacPlatform/MacPlatform.addin.xml b/main/src/addins/MacPlatform/MacPlatform.addin.xml
index 96915b12c9..7fe9786921 100644
--- a/main/src/addins/MacPlatform/MacPlatform.addin.xml
+++ b/main/src/addins/MacPlatform/MacPlatform.addin.xml
@@ -64,6 +64,17 @@
</Condition>
</Extension>
+ <Extension path = "/MonoDevelop/Ide/Commands/Edit">
+ <Command id = "MonoDevelop.MacIntegration.MacIntegrationCommands.OrderFrontCharacterPalette"
+ defaultHandler = "MonoDevelop.MacIntegration.MacOrderFrontCharacterPaletteHandler"
+ _label = "Emoji &amp; Symbols"
+ macShortcut = "Control+Meta+Space" />
+ </Extension>
+
+ <Extension path = "/MonoDevelop/Ide/MainMenu/Edit">
+ <CommandItem id = "MonoDevelop.MacIntegration.MacIntegrationCommands.OrderFrontCharacterPalette" insertafter = "Separator6" />
+ </Extension>
+
<Extension path = "/MonoDevelop/Components/DialogHandlers">
<Condition id = "Platform" value = "mac">
<Class class="MonoDevelop.MacIntegration.MacSelectFileDialogHandler" />