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:
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/ExtensionModel/Commands.addin.xml')
-rw-r--r--main/src/core/MonoDevelop.Ide/ExtensionModel/Commands.addin.xml24
1 files changed, 22 insertions, 2 deletions
diff --git a/main/src/core/MonoDevelop.Ide/ExtensionModel/Commands.addin.xml b/main/src/core/MonoDevelop.Ide/ExtensionModel/Commands.addin.xml
index 7697bc917a..f98ef0fbde 100644
--- a/main/src/core/MonoDevelop.Ide/ExtensionModel/Commands.addin.xml
+++ b/main/src/core/MonoDevelop.Ide/ExtensionModel/Commands.addin.xml
@@ -1021,8 +1021,28 @@
_label = "Toggle block selection mode"/>
<Command id = "MonoDevelop.Ide.Commands.TextEditorCommands.DuplicateLine"
_label = "Duplicate line"/>
+ <Command id = "MonoDevelop.Ide.Commands.TextEditorCommands.DynamicAbbrev"
+ defaultHandler = "MonoDevelop.Ide.Editor.DynamicAbbrevHandler"
+ _label = "Dynamic abbrev"
+ _description = "Cycles completing the current word from matching words in all open files"
+ macShortcut = "Ctrl|/"
+ shortcut = "Alt|/" />
+ <Command id = "MonoDevelop.Ide.Commands.TextEditorCommands.PulseCaret"
+ _label = "Find caret"
+ _description = "Animates the text editor caret to help find it"
+ shortcut = "Ctrl||"
+ macShortcut = "Meta||" />
+
+ <Command id = "MonoDevelop.Ide.Editor.MessageBubbleCommands.Toggle"
+ _label = "Toggle message bubble"
+ _description = "Toggles message bubble on/off"/>
+ <Command id = "MonoDevelop.Ide.Editor.MessageBubbleCommands.HideIssues"
+ defaultHandler = "MonoDevelop.Ide.Editor.HideIssuesHandler"
+ _label = "_Hide Issues"/>
+ <Command id = "MonoDevelop.Ide.Editor.MessageBubbleCommands.ToggleIssues"
+ defaultHandler = "MonoDevelop.Ide.Editor.ToggleIssuesHandler"
+ _label = "Toggle Issues"
+ type="array"/>
</Category>
-
</Extension>
-
</ExtensionModel>