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>2010-04-07 11:13:15 +0400
committerMike Krüger <mkrueger@novell.com>2010-04-07 11:13:15 +0400
commit8a4e31044733378fc6eacc4cd163b9bb35d15b93 (patch)
tree9a52e2f47dfe7d8dd105e6ec52394aef3cf09b2a /main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml
parentad7b4b65121a8e55e7d123bb3989eec7cd3364fd (diff)
* MonoDevelop.Ide.addin.xml:
* MonoDevelop.Ide.Commands/SearchCommands.cs: Added use selection for find/replace commands (for mac specific behavior). svn path=/trunk/monodevelop/; revision=154910
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml')
-rw-r--r--main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml6
1 files changed, 6 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 609ef641e4..6cf2424317 100644
--- a/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml
+++ b/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml
@@ -1385,6 +1385,12 @@
shortcut = "Control|I"
macShortcut = "Meta|L"
icon = "gtk-jump-to" />
+ <Command id = "MonoDevelop.Ide.Commands.SearchCommands.UseSelectionForFind"
+ _label = "Use Selection for Find"
+ _description = "Uses the current selection as find string"/>
+ <Command id = "MonoDevelop.Ide.Commands.SearchCommands.UseSelectionForReplace"
+ _label = "Use Selection for Replace"
+ _description = "Uses the current selection as replace string"/>
</Category>