Re: First step towards model/view separation of Paragraph class

2006-12-19 Thread Bo Peng
Do you have any idea how much effort is needed to complete the M/V separation? Can this be done is a step-by-step manner? This is absolutely necessary for the proper functioning of multiple-windows, and is beneficial for single window. It would be great if Abdel can finish this before 1.5.x alt

Re: First step towards model/view separation of Paragraph class

2006-12-19 Thread Abdelrazak Younes
Michael Gerz wrote: Abdelrazak Younes schrieb: As indicated in the comments, the next step is to let BufferView handles these ParagraphMetrics objects. I don't know if I'll have time to do it but at least the path to completion is clear from this point for anyone who wants to continue the work

Re: First step towards model/view separation of Paragraph class

2006-12-19 Thread Michael Gerz
Abdelrazak Younes schrieb: As indicated in the comments, the next step is to let BufferView handles these ParagraphMetrics objects. I don't know if I'll have time to do it but at least the path to completion is clear from this point for anyone who wants to continue the work. If not, then this w

First step towards model/view separation of Paragraph class

2006-12-19 Thread Abdelrazak Younes
p towards model/view separation of Paragraph class. - ParagraphMetrics: new class gathering everything related to metrics. - Paragraph: now derives from ParagraphMetrics. Modified: lyx-devel/trunk/src/paragraph.C lyx-devel/trunk/src/paragraph.h Modified: lyx-devel/trunk/src/paragr