Re: [patch] move text from BufferView to Buffer

2003-12-03 Thread Andre Poenitz
On Tue, Dec 02, 2003 at 04:51:57PM +0100, Lars Gullik Bjønnes wrote: > Andre Poenitz <[EMAIL PROTECTED]> writes: > > | [We had discussed this already once, but as this is 'fundamental' I > | thought we'd better agree explicitly on it ;-)] > > > | This replaces the LyXText 'semi member' of Buffer

Re: [patch] move text from BufferView to Buffer

2003-12-02 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | [We had discussed this already once, but as this is 'fundamental' I | thought we'd better agree explicitly on it ;-)] | This replaces the LyXText 'semi member' of BufferView by a real LyXText | member of Buffer. And multiple views? View/Data separatio

Re: [patch] move text from BufferView to Buffer

2003-11-28 Thread Alfredo Braunstein
Andre Poenitz wrote: > There are, indeed, still row cache related parts 'in' the LyXText, so > LyXText is not (yet) the 'ParagraphList data & method' kind of class I'd > like to have in the end. > > [The 'elements' are, of course, Paragraphs::rows itself, and a few > bits and pieces all over the

Re: [patch] move text from BufferView to Buffer

2003-11-28 Thread Andre Poenitz
On Fri, Nov 28, 2003 at 01:33:53PM +, Angus Leeming wrote: > Andre Poenitz wrote: > > > > > [We had discussed this already once, but as this is 'fundamental' I > > thought we'd better agree explicitly on it ;-)] > > > > This replaces the LyXText 'semi member' of BufferView by a real > > LyXT

Re: [patch] move text from BufferView to Buffer

2003-11-28 Thread Angus Leeming
Andre Poenitz wrote: > > [We had discussed this already once, but as this is 'fundamental' I > thought we'd better agree explicitly on it ;-)] > > This replaces the LyXText 'semi member' of BufferView by a real > LyXText member of Buffer. [snip...] > Comments? This (below) seems fundamentally