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
> "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)
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
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
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
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
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