[MonoDevelop] patch to add pads to context automatically

John Luke john.luke@gmail.com
Sun, 13 Mar 2005 13:14:34 -0500


On Sun, 2005-03-13 at 13:39 +0100, Lluis Sanchez wrote:
> Hi!
> 
> The patch I'm working on also includes changes on how pads are assigned
> to contexts, although my approach is a bit different: pads are assigned
> to contexts in the addin xml file like this:
> 
> <Extension path = "/SharpDevelop/Workbench/Contexts">
> 	<WorkbenchContext id = "Edit">
> 		<ContextPad id = "ProjectScout" />
> 		(...)
> 	</WorkbenchContext>
> 	<WorkbenchContext id = "Debug">
> 		(...)
> 	</WorkbenchContext>
> </Extension>
> 
> so an addin not only can assign new pads to contexts, but also define
> new contexts.
> 

Cool, that way is better I just went for the easier to do way.  So I'll
drop this one then as long as the hardcoding from SdiWorkspaceLayout.cs
goes away.