Re: [patch] rowpainter.C

2006-03-19 Thread Juergen Spitzmueller
Martin Vermeer wrote: > Here is the cumulative patch, with thanks to Michael Gerz. I haven't > compiled this myself yet so you may run into surprises ;-) Some tweaking was necessary to get it to work. Attached is the resulting patch, which seems to work well. I'll post it to bugzilla, so that peo

Re: [patch] rowpainter.C

2006-03-19 Thread Martin Vermeer
On Sun, Mar 19, 2006 at 12:49:53PM +0100, Juergen Spitzmueller wrote: > Martin Vermeer wrote: > > Yes, and I committed a patch to trunk > > Perfect! From my POV, multi par change tracking seems to be finished and > working now, no more complaints :-) > > Do you have a cumulative patch for 1.4 th

Re: [patch] rowpainter.C

2006-03-19 Thread Juergen Spitzmueller
Martin Vermeer wrote: > Yes, and I committed a patch to trunk Perfect! From my POV, multi par change tracking seems to be finished and working now, no more complaints :-) Do you have a cumulative patch for 1.4 that combines all the changes and subsequent fixes you (and others) have done? I'd li

Re: [patch] rowpainter.C

2006-03-18 Thread Martin Vermeer
On Sat, Mar 18, 2006 at 06:41:50PM +0100, Juergen Spitzmueller wrote: > Juergen Spitzmueller wrote: ... > There's yet another similar problem BTW, for which I didn't find a solution. > When you merge two (UNCHAGED) paragraphs in ct mode, the blue change bar is > not immediately painted as well

Re: [patch] rowpainter.C

2006-03-18 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > > If I did, it was accidental. Could well be. How does it show? > > While using the DEL key in ct mode, the deletion of the last character in a > paragraph is not painted (only after another action). There's yet another similar problem BTW, for which I didn't find a s

Re: [patch] rowpainter.C

2006-03-18 Thread Juergen Spitzmueller
Also sprach Martin Vermeer: > If I did, it was accidental. Could well be. How does it show? While using the DEL key in ct mode, the deletion of the last character in a paragraph is not painted (only after another action). Jürgen

Re: [patch] rowpainter.C

2006-03-18 Thread Martin Vermeer
On Sat, Mar 18, 2006 at 06:03:41PM +0100, Juergen Spitzmueller wrote: > Martin, you have (accidentally?) reverted my rowpainter fix belonging to the > fix of bug 2185 in trunk (with your "speed up inside insets" patch). > I gonna commit the attached fix again. If I did, it was accidental. Could w

[patch] rowpainter.C

2006-03-18 Thread Juergen Spitzmueller
Martin, you have (accidentally?) reverted my rowpainter fix belonging to the fix of bug 2185 in trunk (with your "speed up inside insets" patch). I gonna commit the attached fix again. Jürgen Index: src/rowpainter.C === --- src/rowpa