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:
authorischyrus <stevens@ischyrus.com>2011-02-04 09:49:19 +0300
committerLluis Sanchez Gual <lluis@novell.com>2011-02-15 01:17:38 +0300
commitf5ddb72cbba8bc4949df57de39c3a45ff7245fb3 (patch)
tree9f9ab35014e7c6cb91af69c09db14a655352345f /main/src/core/MonoDevelop.Ide/ExtensionModel
parent7727c4297d6efe43d1ef05ed80158b67e1e5b41f (diff)
This shelveset adds jumplist support for Windows 7.
The setup project will now include registry entries that link specific file extensions. The registry entries are then used by the JumpList addin. The library makes use of the Windows API Code Pack.
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/ExtensionModel')
-rw-r--r--main/src/core/MonoDevelop.Ide/ExtensionModel/MonoDevelop.Ide.addin.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/main/src/core/MonoDevelop.Ide/ExtensionModel/MonoDevelop.Ide.addin.xml b/main/src/core/MonoDevelop.Ide/ExtensionModel/MonoDevelop.Ide.addin.xml
index b33100a1e0..b2f19c366e 100644
--- a/main/src/core/MonoDevelop.Ide/ExtensionModel/MonoDevelop.Ide.addin.xml
+++ b/main/src/core/MonoDevelop.Ide/ExtensionModel/MonoDevelop.Ide.addin.xml
@@ -59,6 +59,13 @@
</ExtensionNode>
</ExtensionPoint>
+ <ExtensionPoint path = "/MonoDevelop/Ide/InitCompleteHandlers" name = "Post inialization handlers">
+ <Description>Commands to be automatically executed when the IDE finishes initalization.</Description>
+ <ExtensionNode name="Class">
+ <Description>A subclass of MonoDevelop.Components.Commands.CommandHandler</Description>
+ </ExtensionNode>
+ </ExtensionPoint>
+
<ExtensionPoint path = "/MonoDevelop/Ide/KeyBindingSchemes" name = "Key binding schemes">
<Description>Key binding schemes.</Description>
<ExtensionNodeSet id="MonoDevelop.Components.Commands.KeyBindingScheme"/>