Re: LyXText::BreakAgainOneRow

2000-10-16 Thread Dekel Tsur
On Mon, Oct 16, 2000 at 02:56:39PM +0200, Jean-Marc Lasgouttes wrote: > > "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: > > Dekel> Here is a patch that fixes this problem (plus other few fixes). > Dekel> It should also applied to 1.1.5fix. > > I applied it to both repositories. I had to

Re: LyXText::BreakAgainOneRow

2000-10-16 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> Here is a patch that fixes this problem (plus other few fixes). Dekel> It should also applied to 1.1.5fix. I applied it to both repositories. I had to apply by hand the fix to text.C for 1.1.5fixcvs. Can you check (I'll commit soon)

Re: LyXText::BreakAgainOneRow

2000-10-15 Thread Dekel Tsur
On Sat, Oct 14, 2000 at 10:46:30PM +0200, Lars Gullik Bj&resh;nnes wrote: > Dekel Tsur <[EMAIL PROTECTED]> writes: > > | This seems somewhat strange. Why not call directly to BreakAgain(bview, row) > | in InsertChar/BackSpace (instead of calling to BreakAgainOneRow) ? > | I've tried it and it see

Re: LyXText::BreakAgainOneRow

2000-10-14 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | After insertion/deletion of a char, in LyXText::InsertChar/BackSpace, | BreakAgainOneRow() is called in order to break the current row | (so the cursor can be positioned correctly), and then need_break_row is set | to the next row, and afterwards, in Full

Re: LyXText::BreakAgainOneRow

2000-10-14 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | After insertion/deletion of a char, in LyXText::InsertChar/BackSpace, | BreakAgainOneRow() is called in order to break the current row | (so the cursor can be positioned correctly), and then need_break_row is set | to the next row, and afterwards, in Full

Re: LyXText::BreakAgainOneRow

2000-10-14 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | After insertion/deletion of a char, in LyXText::InsertChar/BackSpace, | BreakAgainOneRow() is called in order to break the current row | (so the cursor can be positioned correctly), and then need_break_row is set | to the next row, and afterwards, in Full

LyXText::BreakAgainOneRow

2000-10-13 Thread Dekel Tsur
After insertion/deletion of a char, in LyXText::InsertChar/BackSpace, BreakAgainOneRow() is called in order to break the current row (so the cursor can be positioned correctly), and then need_break_row is set to the next row, and afterwards, in FullRebreak, there is a call to BreakAgain(bview, ne