[MonoDevelop] adding project into core

Todd Berman tberman@off.net
Fri, 29 Oct 2004 14:32:34 -0700


On Fri, 2004-10-29 at 14:25 -0700, Christian Hergert wrote:
> Todd and other core developers,
> 
> I've gotten the SharpQuery ported across using a modified DataGrid from
> sqlsharp-gtk and the MonoDevelop.Gui.Widgets.TreeView. Now that i have
> successful builds, could you give me some info on how to integrate this
> into the core build so that i can test it and make patches for svn. I'm
> assuming that i have to get it into the core since there isn't currently
> a working addin system for pads???
> 

You can look at any of the other AddIns that exist.

You need to provide a .addin.xml, a Makefile.am, and we are basically
good to go.

Can you provide some sshots?

Also, the modified DataGrid component should be inside
MonoDevelop.Gui.Widgets.dll

Also. How much of the code is new code you wrote, and how much of it is
existing #D code?

--Todd