Browse Source

'FormDesigner.addin'patches to access the Customize dialog (I needed some of the new .NET 2.0 controls; these *Strip* things :o))

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@152 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Mathias Simmack 21 years ago
parent
commit
2265ec1b76
  1. 34
      src/AddIns/DisplayBindings/FormDesigner/Project/FormDesigner.addin

34
src/AddIns/DisplayBindings/FormDesigner/Project/FormDesigner.addin

@ -4,11 +4,11 @@
url = "http://www.icsharpcode.net" url = "http://www.icsharpcode.net"
description = "SharpDevelop Form Designer" description = "SharpDevelop Form Designer"
version = "1.0.0"> version = "1.0.0">
<Runtime> <Runtime>
<Import assembly="FormDesigner.dll"/> <Import assembly="FormDesigner.dll"/>
</Runtime> </Runtime>
<Path name = "/SharpDevelop/Workbench/DisplayBindings"> <Path name = "/SharpDevelop/Workbench/DisplayBindings">
<DisplayBinding id = "FormDesigner" <DisplayBinding id = "FormDesigner"
type = "Secondary" type = "Secondary"
@ -16,7 +16,7 @@
supportedformats = "Forms/UserControls" supportedformats = "Forms/UserControls"
class = "ICSharpCode.FormDesigner.FormDesignerSecondaryDisplayBinding" /> class = "ICSharpCode.FormDesigner.FormDesignerSecondaryDisplayBinding" />
</Path> </Path>
<Path name = "/SharpDevelop/FormsDesigner/ContextMenus/SelectionMenu"> <Path name = "/SharpDevelop/FormsDesigner/ContextMenus/SelectionMenu">
<MenuItem id = "ViewCode" <MenuItem id = "ViewCode"
label = "${res:SharpDevelop.FormsDesigner.ContextMenus.ViewCodeCommand}" label = "${res:SharpDevelop.FormsDesigner.ContextMenus.ViewCodeCommand}"
@ -32,7 +32,7 @@
icon = "Icons.16x16.FormsDesigner.SendToBack" icon = "Icons.16x16.FormsDesigner.SendToBack"
class = "ICSharpCode.FormDesigner.Commands.SendToBack"/> class = "ICSharpCode.FormDesigner.Commands.SendToBack"/>
<MenuItem id = "OrderSeparator" type = "Separator"/> <MenuItem id = "OrderSeparator" type = "Separator"/>
<MenuItem id = "AlignToGrid" <MenuItem id = "AlignToGrid"
label = "${res:SharpDevelop.FormsDesigner.ContextMenus.SelectionMenu.AlignToGrid}" label = "${res:SharpDevelop.FormsDesigner.ContextMenus.SelectionMenu.AlignToGrid}"
icon = "Icons.16x16.FormsDesigner.AlignToGrid" icon = "Icons.16x16.FormsDesigner.AlignToGrid"
@ -69,7 +69,7 @@
icon = "Icons.16x16.Property" icon = "Icons.16x16.Property"
class = "ICSharpCode.FormDesigner.Commands.ShowProperties"/> class = "ICSharpCode.FormDesigner.Commands.ShowProperties"/>
</Path> </Path>
<Path name = "/SharpDevelop/FormsDesigner/ContextMenus/ContainerMenu"> <Path name = "/SharpDevelop/FormsDesigner/ContextMenus/ContainerMenu">
<MenuItem id = "ViewCode" <MenuItem id = "ViewCode"
label = "${res:SharpDevelop.FormsDesigner.ContextMenus.ViewCodeCommand}" label = "${res:SharpDevelop.FormsDesigner.ContextMenus.ViewCodeCommand}"
@ -94,7 +94,7 @@
icon = "Icons.16x16.Property" icon = "Icons.16x16.Property"
class = "ICSharpCode.FormDesigner.Commands.ShowProperties"/> class = "ICSharpCode.FormDesigner.Commands.ShowProperties"/>
</Path> </Path>
<Path name = "/SharpDevelop/FormsDesigner/ContextMenus/TraySelectionMenu"> <Path name = "/SharpDevelop/FormsDesigner/ContextMenus/TraySelectionMenu">
<MenuItem id = "ViewCode" <MenuItem id = "ViewCode"
label = "${res:SharpDevelop.FormsDesigner.ContextMenus.ViewCodeCommand}" label = "${res:SharpDevelop.FormsDesigner.ContextMenus.ViewCodeCommand}"
@ -124,7 +124,7 @@
icon = "Icons.16x16.Property" icon = "Icons.16x16.Property"
class = "ICSharpCode.FormDesigner.Commands.ShowProperties"/> class = "ICSharpCode.FormDesigner.Commands.ShowProperties"/>
</Path> </Path>
<Path name = "/SharpDevelop/FormsDesigner/ContextMenus/ComponentTrayMenu"> <Path name = "/SharpDevelop/FormsDesigner/ContextMenus/ComponentTrayMenu">
<MenuItem id = "ViewCode" <MenuItem id = "ViewCode"
label = "${res:SharpDevelop.FormsDesigner.ContextMenus.ViewCodeCommand}" label = "${res:SharpDevelop.FormsDesigner.ContextMenus.ViewCodeCommand}"
@ -148,7 +148,7 @@
label = "${res:XML.MainMenu.FormatMenu.ShowLargeIcons}" label = "${res:XML.MainMenu.FormatMenu.ShowLargeIcons}"
class = "ICSharpCode.FormDesigner.Commands.ShowLargeIcons"/> class = "ICSharpCode.FormDesigner.Commands.ShowLargeIcons"/>
</Path> </Path>
<Path name = "/SharpDevelop/Workbench/MainMenu"> <Path name = "/SharpDevelop/Workbench/MainMenu">
<ComplexCondition> <ComplexCondition>
<Or> <Or>
@ -212,7 +212,7 @@
class = "ICSharpCode.FormDesigner.Commands.SizeToControl"/> class = "ICSharpCode.FormDesigner.Commands.SizeToControl"/>
</MenuItem> </MenuItem>
<MenuItem id = "FormatSeparator" type = "Separator"/> <MenuItem id = "FormatSeparator" type = "Separator"/>
<MenuItem id = "HorizontalSpacingMenu" label = "${res:XML.MainMenu.FormatMenu.HorizontalSpacingMenu}" type = "Menu"> <MenuItem id = "HorizontalSpacingMenu" label = "${res:XML.MainMenu.FormatMenu.HorizontalSpacingMenu}" type = "Menu">
<MenuItem id = "HorizSpaceMakeEqual" <MenuItem id = "HorizSpaceMakeEqual"
label = "${res:XML.MainMenu.FormatMenu.HorizontalSpacingMenu.HorizSpaceMakeEqual}" label = "${res:XML.MainMenu.FormatMenu.HorizontalSpacingMenu.HorizSpaceMakeEqual}"
@ -250,7 +250,7 @@
class = "ICSharpCode.FormDesigner.Commands.VertSpaceConcatenate"/> class = "ICSharpCode.FormDesigner.Commands.VertSpaceConcatenate"/>
</MenuItem> </MenuItem>
<MenuItem id = "SpacingSeparator" type = "Separator"/> <MenuItem id = "SpacingSeparator" type = "Separator"/>
<MenuItem id = "CenterMenu" label = "${res:XML.MainMenu.FormatMenu.CenterMenu}" type = "Menu"> <MenuItem id = "CenterMenu" label = "${res:XML.MainMenu.FormatMenu.CenterMenu}" type = "Menu">
<MenuItem id = "CenterHorizontally" <MenuItem id = "CenterHorizontally"
label = "${res:XML.MainMenu.FormatMenu.CenterMenu.CenterHorizontally}" label = "${res:XML.MainMenu.FormatMenu.CenterMenu.CenterHorizontally}"
@ -262,7 +262,7 @@
class = "ICSharpCode.FormDesigner.Commands.CenterVertically"/> class = "ICSharpCode.FormDesigner.Commands.CenterVertically"/>
</MenuItem> </MenuItem>
<MenuItem id = "CenterSeparator" type = "Separator"/> <MenuItem id = "CenterSeparator" type = "Separator"/>
<MenuItem id = "OrderMenu" label = "${res:XML.MainMenu.FormatMenu.OrderMenu}" type = "Menu"> <MenuItem id = "OrderMenu" label = "${res:XML.MainMenu.FormatMenu.OrderMenu}" type = "Menu">
<MenuItem id = "BringToFront" <MenuItem id = "BringToFront"
label = "${res:XML.MainMenu.FormatMenu.OrderMenu.BringToFront}" label = "${res:XML.MainMenu.FormatMenu.OrderMenu.BringToFront}"
@ -284,7 +284,7 @@
</MenuItem> </MenuItem>
</ComplexCondition> </ComplexCondition>
</Path> </Path>
<Path name = "/SharpDevelop/Workbench/SharpDevelopSideBar/ContextMenu"> <Path name = "/SharpDevelop/Workbench/SharpDevelopSideBar/ContextMenu">
<MenuItem id = "CustomizeSideBarSeparator" <MenuItem id = "CustomizeSideBarSeparator"
insertafter = "MoveTabDown" insertafter = "MoveTabDown"
@ -292,18 +292,18 @@
<MenuItem id = "CustomizeSideBar" <MenuItem id = "CustomizeSideBar"
label = "${res:XML.FormsDesigner.SideBar.CustomizeSidebar}" label = "${res:XML.FormsDesigner.SideBar.CustomizeSidebar}"
icon = "Icons.16x16.Options" icon = "Icons.16x16.Options"
class = "ICSharpCode.SharpDevelop.FormDesigner.CustomizeSideBar"/> class = "ICSharpCode.FormDesigner.CustomizeSideBar"/>
</Path> </Path>
<Path name = "/SharpDevelop/Dialogs/OptionsDialog"> <Path name = "/SharpDevelop/Dialogs/OptionsDialog">
<DialogPanel id = "FormsDesignerOptions" <DialogPanel id = "FormsDesignerOptions"
insertafter = "ToolsOptions" insertafter = "ToolsOptions"
label = "${res:ICSharpCode.SharpDevelop.FormDesigner.Gui.OptionPanels.PanelName}"> label = "${res:ICSharpCode.SharpDevelop.FormDesigner.Gui.OptionPanels.PanelName}">
<DialogPanel id = "GridOptions" <DialogPanel id = "GridOptions"
label = "${res:ICSharpCode.SharpDevelop.FormDesigner.Gui.OptionPanels.GridOptionsPanel.PanelName}" label = "${res:ICSharpCode.SharpDevelop.FormDesigner.Gui.OptionPanels.GridOptionsPanel.PanelName}"
class = "ICSharpCode.SharpDevelop.FormDesigner.Gui.OptionPanels.GridOptionsPanel"/> class = "ICSharpCode.SharpDevelop.FormDesigner.Gui.OptionPanels.GridOptionsPanel"/>
</DialogPanel> </DialogPanel>
</Path> </Path>
</AddIn> </AddIn>
Loading…
Cancel
Save