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@xamarin.com>2011-11-16 18:04:19 +0400
committerMike Krüger <mkrueger@xamarin.com>2011-11-16 18:04:19 +0400
commit791219723e6302c06d47e9f70bb9bb169fd4b566 (patch)
tree8bff43f3aa768af188c10274a26fc4cd2415c09b /main/src/core/MonoDevelop.Ide/ExtensionModel
parentbf6facfe5afa17ee03e645805c653ee30adca3c9 (diff)
Implemented 'Bug 1165 - MonoDevelop doesn't have a GUID generator. '.
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/ExtensionModel')
-rw-r--r--main/src/core/MonoDevelop.Ide/ExtensionModel/Commands.addin.xml3
-rw-r--r--main/src/core/MonoDevelop.Ide/ExtensionModel/MainMenu.addin.xml1
2 files changed, 4 insertions, 0 deletions
diff --git a/main/src/core/MonoDevelop.Ide/ExtensionModel/Commands.addin.xml b/main/src/core/MonoDevelop.Ide/ExtensionModel/Commands.addin.xml
index 07fbce3f29..5ebe5f2ea0 100644
--- a/main/src/core/MonoDevelop.Ide/ExtensionModel/Commands.addin.xml
+++ b/main/src/core/MonoDevelop.Ide/ExtensionModel/Commands.addin.xml
@@ -119,6 +119,9 @@
<Command id = "MonoDevelop.Ide.Commands.EditCommands.WordCount"
_label = "_Word Count..."
description = "Count words in a text file"/>
+ <Command id = "MonoDevelop.Ide.Commands.EditCommands.InsertGuid"
+ _label = "_Insert Guid"
+ description = "Inserts a Guid at caret position"/>
<Condition id="Platform" value="windows">
<Command id = "MonoDevelop.Ide.Commands.EditCommands.MonodevelopPreferences"
defaultHandler = "MonoDevelop.Ide.Commands.MonodevelopPreferencesHandler"
diff --git a/main/src/core/MonoDevelop.Ide/ExtensionModel/MainMenu.addin.xml b/main/src/core/MonoDevelop.Ide/ExtensionModel/MainMenu.addin.xml
index 04a608367d..e4391872ab 100644
--- a/main/src/core/MonoDevelop.Ide/ExtensionModel/MainMenu.addin.xml
+++ b/main/src/core/MonoDevelop.Ide/ExtensionModel/MainMenu.addin.xml
@@ -209,6 +209,7 @@
<CommandItem id = "MonoDevelop.Ide.Commands.EditCommands.MonodevelopPreferences" />
<CommandItem id = "MonoDevelop.Ide.Commands.EditCommands.DefaultPolicies" />
</Condition>
+ <CommandItem id = "MonoDevelop.Ide.Commands.EditCommands.InsertGuid" />
</ItemSet>
<ItemSet id = "Window" _label = "_Window">