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:
authorMike Krüger <mkrueger@novell.com>2011-02-07 10:53:36 +0300
committerMike Krüger <mkrueger@novell.com>2011-02-07 10:53:36 +0300
commitebe17fbe1b298487a261da2f869e06c6c28a8478 (patch)
tree49d4eeb87c3486b011262e66ff99b73ef8f1fcd5 /main/src/core/MonoDevelop.Ide/ExtensionModel
parent56d5366629c28c4d27a8bf1520c65e3acff22c71 (diff)
Fixed 'Bug 669825 - Default scheme has conflicting key bindings'.
Show code template window now has it's default key removed.
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/ExtensionModel')
-rw-r--r--main/src/core/MonoDevelop.Ide/ExtensionModel/Commands.addin.xml3
1 files changed, 1 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 aee8618340..be2ac62265 100644
--- a/main/src/core/MonoDevelop.Ide/ExtensionModel/Commands.addin.xml
+++ b/main/src/core/MonoDevelop.Ide/ExtensionModel/Commands.addin.xml
@@ -810,8 +810,7 @@
macShortcut="Alt|Shift|space"
shortcut = "Alt|Shift|space" />
<Command id = "MonoDevelop.Ide.Commands.TextEditorCommands.ShowCodeTemplateWindow"
- _label = "I_nsert Template..."
- shortcut = "Control|t" />
+ _label = "I_nsert Template..."/>
<Command id = "MonoDevelop.Ide.Commands.TextEditorCommands.LineEnd"
_label = "Go to end of line" />
<Command id = "MonoDevelop.Ide.Commands.TextEditorCommands.LineStart"