Re: [patch] anchor to cursor row

2003-03-18 Thread John Levon
On Tue, Mar 18, 2003 at 04:58:59PM +0100, Alfredo Braunstein wrote: > Here it is. applied > Don't ask me why, but it seems that this also magically fixes > the draw problem in the userguide. not for me john

Re: [patch] anchor to cursor row

2003-03-18 Thread Alfredo Braunstein
John Levon wrote: > OK, sounds and looks ok ... I'll try it > > john Here it is. Don't ask me why, but it seems that this also magically fixes the draw problem in the userguide. Thanks, Alfredo Index: lyxtext.h === RCS file: /cvs/l

Re: [patch] anchor to cursor row

2003-03-18 Thread Alfredo Braunstein
Hi Kornel, Kornel Benko wrote: > I am aware of not being important :( Please, please don't misinterpret my post like this. I don't think this way at all. > Nevertheless I like this feature. Nice to hear! Alfredo

Re: [patch] anchor to cursor row

2003-03-18 Thread Alfredo Braunstein
John Levon wrote: > OK, sounds and looks ok ... I'll try it The patch doesn't apply cleanly anymore. I will post an updated version. Alfredo

Re: [patch] anchor to cursor row

2003-03-18 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Dienstag, 18. März 2003 15:24, Alfredo Braunstein wrote: > Andre Poenitz wrote: > > It looked like it, doesn't it? > > I did got a positive answer from Kornel, but he doesn't have cvs access. > I have to let go things if they wont get applied... > > Should hav

Re: [patch] anchor to cursor row

2003-03-18 Thread Alfredo Braunstein
Andre Poenitz wrote: > It looked like it, doesn't it? I did got a positive answer from Kornel, but he doesn't have cvs access. I have to let go things if they wont get applied... Should have said 'any _more_ interest' maybe... Alfredo

Re: [patch] anchor to cursor row

2003-03-18 Thread John Levon
On Tue, Mar 18, 2003 at 03:14:33PM +0100, Alfredo Braunstein wrote: > It keeps the cursor row firmly fixed so it doesn't move while you are > editing (even when the size of previous text in the screen is changing). OK, sounds and looks ok ... I'll try it john

Re: [patch] anchor to cursor row

2003-03-18 Thread Alfredo Braunstein
John Levon wrote: > What is the intent of this patch (i.e. why would we want it ?) It keeps the cursor row firmly fixed so it doesn't move while you are editing (even when the size of previous text in the screen is changing). I would be also a prerequisite if the 'empty par count <= 1' DEPM repl

Re: [patch] anchor to cursor row

2003-03-18 Thread Andre Poenitz
On Tue, Mar 18, 2003 at 02:49:48PM +0100, Alfredo Braunstein wrote: > > With this patch, the 'reference' row will be set to the cursor row if > > visible. This is achieved by adding an anchor_row(Row *) method, and > > calling that from setCursor if the new cursor row is visible > > Is there any i

Re: [patch] anchor to cursor row

2003-03-18 Thread John Levon
On Tue, Mar 18, 2003 at 02:49:48PM +0100, Alfredo Braunstein wrote: > > With this patch, the 'reference' row will be set to the cursor row if > > visible. This is achieved by adding an anchor_row(Row *) method, and > > calling that from setCursor if the new cursor row is visible > > Is there any

Re: [patch] anchor to cursor row

2003-03-18 Thread Alfredo Braunstein
Alfredo Braunstein wrote: > I've tried something that Angus suggested on the DEPM thread. > > With this patch, the 'reference' row will be set to the cursor row if > visible. This is achieved by adding an anchor_row(Row *) method, and > calling that from setCursor if the new cursor row is visible

Re: [patch] anchor to cursor row

2003-03-14 Thread Alfredo Braunstein
Kornel Benko wrote: > Wow, nice. Wunderfull not to having moving view > near the cursor. Thanks! > Tested on some more files which behaved oddly before. Super. Alfredo

Re: [patch] anchor to cursor row

2003-03-14 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Freitag, 14. März 2003 10:36, Alfredo Braunstein wrote: > With this patch, the 'reference' row will be set to the cursor row if > visible. This is achieved by adding an anchor_row(Row *) method, and > calling that from setCursor if the new cursor row is visibl

[patch] anchor to cursor row

2003-03-14 Thread Alfredo Braunstein
I've tried something that Angus suggested on the DEPM thread. With this patch, the 'reference' row will be set to the cursor row if visible. This is achieved by adding an anchor_row(Row *) method, and calling that from setCursor if the new cursor row is visible I've also renamed top_row_ and top