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:
authorLluis Sanchez <lluis@novell.com>2010-05-21 21:49:21 +0400
committerLluis Sanchez <lluis@novell.com>2010-05-21 21:49:21 +0400
commit9746c2960b217590502adaddab34af63ddeee321 (patch)
tree6ff560ebfa6f2cc8a799dc2cdacebab68c8c93d1 /main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml
parentcf9baf1babce8016f26c2182934e83d67f2813d9 (diff)
* MonoDevelop.Ide.addin.xml:
* MonoDevelop.Ide.Commands/EditCommands.cs: Forward the delete key to gtk if not processed. svn path=/trunk/monodevelop/; revision=157712
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml')
-rw-r--r--main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml b/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml
index 6d793ed33b..ccd424b091 100644
--- a/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml
+++ b/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml
@@ -671,6 +671,7 @@
<!-- a file in the solution pad. -->
<Command id = "MonoDevelop.Ide.Commands.EditCommands.DeleteKey"
_label = "_Delete"
+ defaultHandler = "MonoDevelop.Ide.Commands.DefaultDeleteKeyHandler"
shortcut = "Delete"/>
</Category>