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:
authorMichael Hutchinson <mhutchinson@novell.com>2010-02-24 05:22:19 +0300
committerMichael Hutchinson <mhutchinson@novell.com>2010-02-24 05:22:19 +0300
commitc1adc44c012dec99c7093950008d58dad5922122 (patch)
treec9a79a8c03075054bfabb6137f8838d18f77760d /main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Commands
parent4c5546dc7533e3fcc320d50e793d30f65c4d7079 (diff)
* MonoDevelop.Ide.Commands/TextEditorCommands.cs: Add Mac bindings
for Ctrl-{T,L,O,K} and corresponding command definitions. * MonoDevelop.Ide.addin.xml: Add Mac bindings for Ctrl-{T,L,O,K} and corresponding commands definitions if needed. svn path=/trunk/monodevelop/; revision=152326
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Commands')
-rw-r--r--main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Commands/TextEditorCommands.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Commands/TextEditorCommands.cs b/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Commands/TextEditorCommands.cs
index 48d511d818..94175e179d 100644
--- a/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Commands/TextEditorCommands.cs
+++ b/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Commands/TextEditorCommands.cs
@@ -84,5 +84,7 @@ namespace MonoDevelop.Ide.Commands
SelectionMoveNextSubword,
DeletePrevSubword,
DeleteNextSubword,
+ TransposeCharacters,
+ RecenterEditor,
}
}