[MonoDevelop] Winform creator in MD

Michael Hutchinson m.j.hutchinson at gmail.com
Sat May 10 17:34:30 EDT 2008


On Sat, May 10, 2008 at 6:09 AM, Petit Eric <surfzoid at gmail.com> wrote:
>>>  Perhap's a good way should be to separate it from MD and just provide
>>>  as external tool associated to the .designer files like a mimes type
>>
>> It's not that simple. The *.designer.{cs,vb.,boo,etc} files are used
>> for things other than winforms, e.g. ASP.NET and Moonlight.
> Yes, it 's complety right , not simple, but possible ?

Yes, BUT don't forget that the Winforms designer needs C#, VB.NET, etc
parsers. Also, generating event handlers in files that MD has open is
going to interfere with MD. So while it's *possible*, it's almost
certainly *harder* than integrating it into MD to some extent.

Maybe the Winforms designer could run run in a separate process with
its own toolbox and property grid, and communicate with MD via
remoting.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list