Browse Source

Replace MenuBuilder with <Include> - prevents WixBinding from being loaded at SharpDevelop startup

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1931 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Daniel Grunwald 20 years ago
parent
commit
c9a44af42a
  1. 2
      src/AddIns/BackendBindings/WixBinding/Project/Src/Gui/SetupViewMenuBuilder.cs
  2. 5
      src/AddIns/BackendBindings/WixBinding/Project/WixBinding.addin

2
src/AddIns/BackendBindings/WixBinding/Project/Src/Gui/SetupViewMenuBuilder.cs

@ -13,6 +13,7 @@ using System.Windows.Forms; @@ -13,6 +13,7 @@ using System.Windows.Forms;
namespace ICSharpCode.WixBinding
{
/*
/// <summary>
/// Builds the View | Setup menu items.
/// </summary>
@ -54,4 +55,5 @@ namespace ICSharpCode.WixBinding @@ -54,4 +55,5 @@ namespace ICSharpCode.WixBinding
return item;
}
}
*/
}

5
src/AddIns/BackendBindings/WixBinding/Project/WixBinding.addin

@ -163,9 +163,10 @@ @@ -163,9 +163,10 @@
<!-- Setup menu items that are created in the View menu -->
<Path name = "/SharpDevelop/Workbench/MainMenu/View">
<MenuItem id = "Setup" label = "${res:XML.MainMenu.ViewMenu.SetupMenu}" type = "Menu" insertbefore = "Tools">
<MenuItem id = "SetupViewMenuBuilder"
<!--<MenuItem id = "SetupViewMenuBuilder"
type = "Builder"
class = "ICSharpCode.WixBinding.SetupViewMenuBuilder" />
class = "ICSharpCode.WixBinding.SetupViewMenuBuilder" />-->
<Include id="View" path="/AddIns/WixBinding/View"/>
</MenuItem>
</Path>

Loading…
Cancel
Save