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:
authorLluis Sanchez <lluis@novell.com>2010-04-09 19:03:03 +0400
committerLluis Sanchez <lluis@novell.com>2010-04-09 19:03:03 +0400
commit3ec22703718fd70133e9d2daf6afb0096fb17eeb (patch)
tree8dc66a308d81bf7a4ae17f73ec00e9ae35a84408 /main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml
parenta0b40d286b8a69d4d63714e52b3d7fc21f27a3e8 (diff)
* MonoDevelop.Ide.addin.xml:
* MonoDevelop.Ide.Gui/Pad.cs: Show all pad categories in the View menu. svn path=/trunk/monodevelop/; revision=155152
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml')
-rw-r--r--main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml b/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml
index 8a6a4b1d73..b770c788b1 100644
--- a/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml
+++ b/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml
@@ -1774,8 +1774,9 @@
<NodeBuilder class = "MonoDevelop.Ide.Gui.Pads.ClassPad.ReferenceNodeBuilder"/>
</SolutionPad>
- <Category id="Other" _name="Other Windows">
- <Pad id = "MonoDevelop.Ide.Gui.Pads.InternalLogPad" icon="md-message-log" defaultPlacement = "Bottom" _label = "Message Log" class = "MonoDevelop.Ide.Gui.Pads.InternalLogPad"/>
+ <Pad id = "MonoDevelop.Ide.Gui.Pads.InternalLogPad" icon="md-message-log" defaultPlacement = "Bottom" _label = "Message Log" class = "MonoDevelop.Ide.Gui.Pads.InternalLogPad"/>
+
+ <Category id="Other" _name="Other Pads">
</Category>
</Extension>
@@ -2029,9 +2030,8 @@
<CommandItem id = "MonoDevelop.Ide.Commands.ViewCommands.NewLayout" />
<CommandItem id = "MonoDevelop.Ide.Commands.ViewCommands.DeleteCurrentLayout" />
<SeparatorItem id = "ViewSeparator2" />
- <ItemSet id = "ViewPads" _label = "Pads">
- <CommandItem id = "MonoDevelop.Ide.Commands.ViewCommands.ViewList" />
- </ItemSet>
+ <CommandItem id = "MonoDevelop.Ide.Commands.ViewCommands.ViewList" />
+ <SeparatorItem id = "ViewSeparator3" />
<ItemSet id = "ViewToolbars" _label = "Toolbars">
<CommandItem id = "MonoDevelop.Components.Commands.CommandSystemCommands.ToolbarList" />
</ItemSet>