Re: [Patch] Re: [Patch] Re: Timing experiments

2005-05-19 Thread Lars Gullik Bjønnes
Martin Vermeer <[EMAIL PROTECTED]> writes: | On Fri, May 13, 2005 at 10:59:44PM +0200, Andre Poenitz wrote: >> On Fri, May 13, 2005 at 09:46:29PM +0300, Martin Vermeer wrote: >> > Actually it should be noted that paintText called from LyXScreen::redraw >> > still draws _three_ paragraphs: the one

[Patch] Re: [Patch] Re: Timing experiments

2005-05-15 Thread Martin Vermeer
On Fri, May 13, 2005 at 10:59:44PM +0200, Andre Poenitz wrote: > On Fri, May 13, 2005 at 09:46:29PM +0300, Martin Vermeer wrote: > > Actually it should be noted that paintText called from LyXScreen::redraw > > still draws _three_ paragraphs: the one containing the cursor, and the > > ones above an

Re: [Patch] Re: Timing experiments

2005-05-14 Thread Andre Poenitz
On Fri, May 13, 2005 at 11:15:02PM +0300, Martin Vermeer wrote: > @@ -1229,7 +1221,6 @@ > // real_current_font.number can change so we need to > // update the minibuffer > if (old_font != real_current_font) > - bv->owner()->view_

Re: [Patch] Re: Timing experiments

2005-05-14 Thread Andre Poenitz
On Fri, May 13, 2005 at 09:46:29PM +0300, Martin Vermeer wrote: > Actually it should be noted that paintText called from LyXScreen::redraw > still draws _three_ paragraphs: the one containing the cursor, and the > ones above and below, see rowpainter.C. I'm sure there is a good reason > for this w

[Patch] Re: Timing experiments

2005-05-14 Thread Martin Vermeer
On Fri, May 13, 2005 at 10:43:52PM +0200, Andre Poenitz wrote: > > Does that look like a plan? > > Yes. Here is the latest state of the patch. Have your pleasure with it :-) I'll be out for two weeks starting Monday. - Martin Index: BufferView.C =

Re: [Patch] Re: Timing experiments

2005-05-14 Thread Alfredo Braunstein
Martin Vermeer wrote: > On Fri, May 13, 2005 at 09:48:45PM +0200, Alfredo Braunstein wrote: >> Martin Vermeer wrote: >> >> > // real_current_font.number can change so we need to >> > // update the minibuffer >> > if (old_font != real_current_font

Re: [Patch] Re: Timing experiments

2005-05-13 Thread Martin Vermeer
On Fri, May 13, 2005 at 09:48:45PM +0200, Alfredo Braunstein wrote: > Martin Vermeer wrote: > > > // real_current_font.number can change so we need to > > // update the minibuffer > > if (old_font != real_current_font) > > -bv->upd

Re: [Patch] Re: Timing experiments

2005-05-13 Thread Alfredo Braunstein
Martin Vermeer wrote: > Index: text3.C > === > RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/text3.C,v > retrieving revision 1.293 > diff -u -p -r1.293 text3.C > --- text3.C5 May 2005 13:13:56 -1.293 > +++ text3.C

Re: [Patch] Re: Timing experiments

2005-05-13 Thread Martin Vermeer
On Fri, May 13, 2005 at 09:46:29PM +0300, Martin Vermeer wrote: > Actually it should be noted that paintText called from LyXScreen::redraw > still draws _three_ paragraphs: the one containing the cursor, and the > ones above and below, see rowpainter.C. I'm sure there is a good reason > for this

[Patch] Re: Timing experiments

2005-05-13 Thread Martin Vermeer
Proof of principle, rough and ready. See patch. On Fri, May 13, 2005 at 06:15:25PM +0300, Martin Vermeer wrote: > > Did some with the Users' Guide. The operation performed was character insert > by holding the > 'a' key down. I just counted how many seconds until reaching the right edge... > >