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')
-rw-r--r--main/src/core/MonoDevelop.Ide/ChangeLog4
-rw-r--r--main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml4
2 files changed, 6 insertions, 2 deletions
diff --git a/main/src/core/MonoDevelop.Ide/ChangeLog b/main/src/core/MonoDevelop.Ide/ChangeLog
index df3ee24960..6751c182eb 100644
--- a/main/src/core/MonoDevelop.Ide/ChangeLog
+++ b/main/src/core/MonoDevelop.Ide/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-12 Michael Hutchinson <mhutchinson@novell.com>
+
+ * MonoDevelop.Ide.addin.xml: (Revert revision 157026)
+
2010-05-12 Lluis Sanchez Gual <lluis@novell.com>
* Makefile.am:
diff --git a/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml b/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml
index 6d19e5dd80..8fe880135d 100644
--- a/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml
+++ b/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml
@@ -1152,13 +1152,13 @@
defaultHandler = "MonoDevelop.Ide.Commands.ShowNextHandler"
_label = "Browse Next"
_description = "Move cursor to next error or search match"
- macShortcut = "Alt|Meta|G"
+ macShortcut = "Meta|="
shortcut = "F4" />
<Command id = "MonoDevelop.Ide.Commands.ViewCommands.ShowPrevious"
defaultHandler = "MonoDevelop.Ide.Commands.ShowPreviousHandler"
_label = "Browse Previous"
_description = "Move cursor to previous error or search match"
- macShortcut = "Shift|Alt|Meta|G"
+ macShortcut = "Meta|Shift|="
shortcut = "Shift|F4" />
<Command id = "MonoDevelop.Ide.Commands.NavigationCommands.NavigateBack"