Re: Paragraph::Pimpl::size()

2001-11-21 Thread John Levon
On Tue, Nov 20, 2001 at 06:43:37PM +1000, Allan Rae wrote: > I have a small change there to test and then I hope to figure out > where the best place for a checkInsertChar() that returns true should > be. I guess it should go in the suggested new InsetContainer ... john -- "Your superior inte

Re: Paragraph::Pimpl::size()

2001-11-20 Thread Allan Rae
On Wed, 14 Nov 2001, Allan Rae wrote: > Another interesting thing is that it can sometimes work without > crashing but instead the chunk of line that should be appended to the > previous line just disappears -- undo makes it reappear in its > original place though: > > line above contains m

Re: Paragraph::Pimpl::size()

2001-11-14 Thread Andre Poenitz
On Wed, Nov 14, 2001 at 06:02:57PM +1000, Allan Rae wrote: > I've only just started looking at this; it doesn't seem to be in > Michael or Andre's lists; It should not be on mine ;-) > Another interesting thing is that it can sometimes work without > crashing but instead the chunk of line that s

Re: Paragraph::Pimpl::size()

2001-11-14 Thread John Levon
On Wed, Nov 14, 2001 at 06:02:57PM +1000, Allan Rae wrote: > I've only just started looking at this; it doesn't seem to be in > Michael or Andre's lists; it's driving me mad; I have to go now but > hoped someone might fix it overnight ;-) in fact, it is in at least Michael's list, as a couple of

Paragraph::Pimpl::size()

2001-11-14 Thread Allan Rae
>From src/paragraph_pimpl.h: Paragraph::size_type size() const { return text.size(); } Shouldn't size() also be taking into account the size of the insets contained therein? I'm seeing an abort triggered by an assertion in Paragraph::Pimpl::insertInset(...) that