Re: Fwd: Visitor ...

2002-08-12 Thread Andre Poenitz
On Mon, Aug 12, 2002 at 11:55:49AM +0200, Juergen Vigna wrote: > Only that paragraph*.C doesn't do any row breaking, so you probably have > to add that 500 lines to the paragraph*.C code ;) Got me. *text* than ;-} Andre' -- Those who desire to give up Freedom in order to gain Security, will no

Re: Fwd: Visitor ...

2002-08-12 Thread Juergen Vigna
Andre Poenitz wrote: > MathTextInset does basic line breaking in 164 lines or so. Adding all the > bells and whistles to get it on par with Paragraph should not take more > than say 500 more lines which make a total of a third of paragraph*.C. > > So I'd actually go for the code cleaning first a

Re: Fwd: Visitor ...

2002-08-11 Thread Andre Poenitz
On Fri, Aug 09, 2002 at 03:38:15PM +0100, Angus Leeming wrote: > Your argument about rows and cols would be stronger if we only tried to do > one thing with each inset. Instead, however, we try and do many, many things, > to the point where > > One Thing, One File > > starts to be at least an

Re: Fwd: Visitor ...

2002-08-09 Thread Angus Leeming
On Friday 09 August 2002 3:42 pm, Andre Poenitz wrote: > On Fri, Aug 09, 2002 at 02:07:04PM +0100, Angus Leeming wrote: > > Look what I dug out of my mailbox. Did anything ever come of this? > > Nothing that I am aware of. > > And I am still undecided whether this "regrouping of functionailty" is

Re: Fwd: Visitor ...

2002-08-09 Thread Andre Poenitz
On Fri, Aug 09, 2002 at 02:48:06PM +0100, John Levon wrote: > this is so much better than the current virtual method everywhere mess, > IMHO. This is not really different. You have an array Insets x Methods, "classical virtual functions" group things by rows, "Visitors" by columns. Only if #cols

Re: Fwd: Visitor ...

2002-08-09 Thread Andre Poenitz
On Fri, Aug 09, 2002 at 02:07:04PM +0100, Angus Leeming wrote: > Look what I dug out of my mailbox. Did anything ever come of this? Nothing that I am aware of. And I am still undecided whether this "regrouping of functionailty" is worthwhile... Andre' -- Those who desire to give up Freedom in

Re: Fwd: Visitor ...

2002-08-09 Thread John Levon
On Fri, Aug 09, 2002 at 02:07:04PM +0100, Angus Leeming wrote: > Look what I dug out of my mailbox. Did anything ever come of this? Not from me. Not sure about Ben. He pops into to #lyx every now and then, but he's still busy writing up. Maybe when he gets some free time again he might be inter