[MonoDevelop] stetic partial classes

Jerome Haltom wasabi at larvalstage.net
Mon Jul 2 12:25:40 EDT 2007


So what's the manual way?

On Sat, 2007-06-30 at 10:43 -0300, Rafael Teixeira wrote:
> In truth Stetic do both ways, depending on the runtime version you are
> targetting, and how you created the form in the first place.
> 
> Remember that partial classes are only recognized by the 2.0
> compilers. So, if you doesn't say your project targets 2.0, BEFORE
> creating your new window/form, Stetic will generate/maintain the old
> fashioned files.
> 
> AFAIK, there's currently no automated way to migrate one form created
> in the older style to the new 'partial-class' style.
> 
> Fun,
> 
> On 6/30/07, Jacob Ilsø Christensen <jacobilsoe at gmail.com> wrote:
> > On 6/30/07, Jerome Haltom <wasabi at larvalstage.net> wrote:
> > > Is there the ability in MD/Stetic to use partial classes? Right now it's
> > > generating static methods in classes in gtk-gui... which is a bit
> > > annoying.
> >
> > Not quite sure what you mean. MonoDevelop already uses partial classes
> > together with Stetic. You get a partial class where you write your
> > code and the other part where code is autogenerated.
> >
> > Regards,
> > Jacob
> >
> > >
> > > If not, any plans to implement it?
> > >
> > > If so, something you have to do to enable it?
> > >
> > > _______________________________________________
> > > Monodevelop-list mailing list
> > > Monodevelop-list at lists.ximian.com
> > > http://lists.ximian.com/mailman/listinfo/monodevelop-list
> > >
> > _______________________________________________
> > Monodevelop-list mailing list
> > Monodevelop-list at lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/monodevelop-list
> >
> 
> 



More information about the Monodevelop-list mailing list