Re: [Woody patch] Class, New, Struct, and Union widgets

2003-11-24 Thread Bruno Dumon
On Mon, 2003-11-24 at 06:27, Timothy Larson wrote: > --- Bruno Dumon <[EMAIL PROTECTED]> wrote: > ...slow operation on deeper nesting levels... > > Don't have any either (damn that optimizeit thing is expensive), but > > suddenly the thought crossed my mind that this might be caused by the > > call

Re: [Woody patch] Class, New, Struct, and Union widgets

2003-11-24 Thread Bruno Dumon
On Sat, 2003-11-22 at 21:39, Timothy Larson wrote: > --- Bruno Dumon <[EMAIL PROTECTED]> wrote: > > On Fri, 2003-11-21 at 14:37, Timothy Larson wrote: > > I found the naming of the class/new widgets confusing. In fact, I think > > it is confusing to call them widgets at all, even if they might be >

Re: [Woody patch] Class, New, Struct, and Union widgets

2003-11-23 Thread Timothy Larson
--- Bruno Dumon <[EMAIL PROTECTED]> wrote: ...slow operation on deeper nesting levels... > Don't have any either (damn that optimizeit thing is expensive), but > suddenly the thought crossed my mind that this might be caused by the > calls to getFullyQualifiedId(), and adding some little caching co

Re: [Woody patch] Class, New, Struct, and Union widgets

2003-11-23 Thread Bruno Dumon
On Sat, 2003-11-22 at 21:39, Timothy Larson wrote: > --- Bruno Dumon <[EMAIL PROTECTED]> wrote: > > On Fri, 2003-11-21 at 14:37, Timothy Larson wrote: > > I found the naming of the class/new widgets confusing. In fact, I think > > it is confusing to call them widgets at all, even if they might be >

Re: [Woody patch] Class, New, Struct, and Union widgets

2003-11-22 Thread Timothy Larson
--- Bruno Dumon <[EMAIL PROTECTED]> wrote: > On Fri, 2003-11-21 at 14:37, Timothy Larson wrote: > I found the naming of the class/new widgets confusing. In fact, I think > it is confusing to call them widgets at all, even if they might be > implemented as widgets. Maybe calling them "define" and "

Re: [Woody patch] Class, New, Struct, and Union widgets

2003-11-22 Thread Bruno Dumon
On Fri, 2003-11-21 at 14:37, Timothy Larson wrote: > A diff adding Class, New, Struct, and Union widgets to Woody is at: > http://wiki.cocoondev.org/Wiki.jsp?page=TimLarson > The diff is named "woody_union.diff". I put it on the Wiki with some > documentation so we could discuss it and improve it

Re: [Woody patch] Class, New, Struct, and Union widgets

2003-11-21 Thread Bruno Dumon
On Fri, 2003-11-21 at 14:37, Timothy Larson wrote: > A diff adding Class, New, Struct, and Union widgets to Woody is at: > http://wiki.cocoondev.org/Wiki.jsp?page=TimLarson > The diff is named "woody_union.diff". I put it on the Wiki with some > documentation so we could discuss it and improve it

Re: [Woody patch] Class, New, Struct, and Union widgets

2003-11-21 Thread Bruno Dumon
On Fri, 2003-11-21 at 19:05, Sylvain Wallez wrote: > Timothy Larson wrote: > > >A diff adding Class, New, Struct, and Union widgets to Woody is at: > > http://wiki.cocoondev.org/Wiki.jsp?page=TimLarson > >The diff is named "woody_union.diff". I put it on the Wiki with some > >documentation so we

Re: [Woody patch] Class, New, Struct, and Union widgets

2003-11-21 Thread Timothy Larson
--- Sylvain Wallez <[EMAIL PROTECTED]> wrote: > Timothy Larson wrote: > >A diff adding Class, New, Struct, and Union widgets to Woody is at: > > http://wiki.cocoondev.org/Wiki.jsp?page=TimLarson ... > Looks definitely interesting, but seem to have required a lot of > refactoring. Can you please e

Re: [Woody patch] Class, New, Struct, and Union widgets

2003-11-21 Thread Sylvain Wallez
Timothy Larson wrote: A diff adding Class, New, Struct, and Union widgets to Woody is at: http://wiki.cocoondev.org/Wiki.jsp?page=TimLarson The diff is named "woody_union.diff". I put it on the Wiki with some documentation so we could discuss it and improve it. What do you all think? Looks def

[Woody patch] Class, New, Struct, and Union widgets

2003-11-21 Thread Timothy Larson
A diff adding Class, New, Struct, and Union widgets to Woody is at: http://wiki.cocoondev.org/Wiki.jsp?page=TimLarson The diff is named "woody_union.diff". I put it on the Wiki with some documentation so we could discuss it and improve it. What do you all think? --Tim Larson _