Re: The added space patch

2005-02-23 Thread Juergen Spitzmueller
John Levon wrote: > Can we file a bug onto the 1.4.0 radar? I agree with Lars it's not a > *required* fix for 1.4.0, but it would be nice Yes, please do do. Jürgen

Re: The added space patch

2005-02-23 Thread John Levon
On Tue, Feb 22, 2005 at 08:09:46AM +0100, Juergen Spitzmueller wrote: > > There's still one regression from 1.3.x I found: clicking on the space > > to the right of a full line will place the cursor on the next line, not > > the end of the current line. > > I could probably fix it (in insettext::

Re: The added space patch

2005-02-22 Thread Juergen Spitzmueller
Lars Gullik Bjønnes wrote: > Yes, it if fixes a real problem. It fixes bug 1798 and 1804. Jürgen

Re: The added space patch

2005-02-22 Thread Lars Gullik Bjønnes
Juergen Spitzmueller <[EMAIL PROTECTED]> writes: | Juergen Spitzmueller wrote: >> > If this is hard/complicated to fix we'll ditch it for 1.4.0. >> >> dunno. It has no high priority, though. > | BTW Lars, can the metrics fixes go in? | http://www.mail-archive.com/lyx-devel%40lists.lyx.org/msg75413

Re: The added space patch

2005-02-22 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > > If this is hard/complicated to fix we'll ditch it for 1.4.0. > > dunno. It has no high priority, though. BTW Lars, can the metrics fixes go in? http://www.mail-archive.com/lyx-devel%40lists.lyx.org/msg75413.html Jürgen

Re: The added space patch

2005-02-22 Thread Juergen Spitzmueller
Lars Gullik Bjønnes wrote: > | I could probably fix it (in insettext::getCursorPos), if I knew how to > | check for this very position. Any ideas? > > If this is hard/complicated to fix we'll ditch it for 1.4.0. dunno. It has no high priority, though. Jürgen

Re: The added space patch

2005-02-22 Thread Lars Gullik Bjønnes
Juergen Spitzmueller <[EMAIL PROTECTED]> writes: | John Levon wrote: >> There's still one regression from 1.3.x I found: clicking on the space >> to the right of a full line will place the cursor on the next line, not >> the end of the current line. > | I could probably fix it (in insettext::getCu

Re: The added space patch

2005-02-21 Thread Juergen Spitzmueller
John Levon wrote: > There's still one regression from 1.3.x I found: clicking on the space > to the right of a full line will place the cursor on the next line, not > the end of the current line. I could probably fix it (in insettext::getCursorPos), if I knew how to check for this very position.

The added space patch

2005-02-21 Thread John Levon
There's still one regression from 1.3.x I found: clicking on the space to the right of a full line will place the cursor on the next line, not the end of the current line. john