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 20:49:25 +0400
committerLluis Sanchez <lluis@novell.com>2010-05-21 20:49:25 +0400
commit378764376a90e8c31a74ea2c40bc7ca03a0872aa (patch)
tree886b3a7b5a49f13b972ef9d1a8a7a64578198cbc /main/src/core/MonoDevelop.Ide/ChangeLog
parent2a4bf178338609f72d5455db3d3150e050d201b2 (diff)
* MonoDevelop.Ide.Commands/EditCommands.cs: Set bypass flag if
Copy/Cut/Paste can't be handled, so that gtk can handle it. * MonoDevelop.Components.Commands/CommandManager.cs: When executing a command from a shortcut, don't forward the key press to gtk if the command was disabled, but do it if the bypass flag was set. With this change, the F10 key won't activate the main menu anymore when the step over command is disabled. svn path=/trunk/monodevelop/; revision=157706
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/ChangeLog')
-rw-r--r--main/src/core/MonoDevelop.Ide/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/main/src/core/MonoDevelop.Ide/ChangeLog b/main/src/core/MonoDevelop.Ide/ChangeLog
index 84a39ea079..f07415c9e7 100644
--- a/main/src/core/MonoDevelop.Ide/ChangeLog
+++ b/main/src/core/MonoDevelop.Ide/ChangeLog
@@ -1,3 +1,15 @@
+2010-05-21 Lluis Sanchez Gual <lluis@novell.com>
+
+ * MonoDevelop.Ide.Commands/EditCommands.cs: Set bypass flag if
+ Copy/Cut/Paste can't be handled, so that gtk can handle it.
+
+ * MonoDevelop.Components.Commands/CommandManager.cs: When
+ executing a command from a shortcut, don't forward the key
+ press to gtk if the command was disabled, but do it if the
+ bypass flag was set. With this change, the F10 key won't
+ activate the main menu anymore when the step over command is
+ disabled.
+
2010-05-21 Mike Krüger <mkrueger@novell.com>
* MonoDevelop.Ide.Tasks/TaskService.cs: made informjumptotask