Re: [patch] extending word/row selection

2003-11-21 Thread Alfredo Braunstein
Angus Leeming wrote: > Index: BufferView_pimpl.C > Index: lyxfunc.C > Index: lyxtext.h > Revert the addition of spurious whitespace. Sorry will do. > Index: lyxtext.h > + /// absolute document pixel coordinates of this LyXText > + int x0_; > + int y0_; > I thought these were s

Re: [patch] extending word/row selection

2003-11-21 Thread Andre Poenitz
On Fri, Nov 21, 2003 at 11:54:28AM +0100, Alfredo Braunstein wrote: > Alfredo Braunstein wrote: > > > dummy patch to allow extending a word/row selection with the mouse. > > > > Ok? > > Completely wrong patch ;-). Try this one instead. Better ;-) Andre'

Re: [patch] extending word/row selection

2003-11-21 Thread Alfredo Braunstein
Alfredo Braunstein wrote: > dummy patch to allow extending a word/row selection with the mouse. > > Ok? Completely wrong patch ;-). Try this one instead. Alfredo Index: text3.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/tex

Re: [patch] extending word/row selection

2003-11-21 Thread Angus Leeming
Alfredo Braunstein wrote: > dummy patch to allow extending a word/row selection with the mouse. > > Ok? > Index: BufferView_pimpl.C Index: lyxfunc.C Index: lyxtext.h Revert the addition of spurious whitespace. Index: lyxtext.h + /// absolute document pixel coordinates of this LyXText +

Re: [patch] extending word/row selection

2003-11-21 Thread Andre Poenitz
On Fri, Nov 21, 2003 at 11:51:06AM +0100, Alfredo Braunstein wrote: > dummy patch to allow extending a word/row selection with the mouse. > > Ok? THis is yesterdays' patch, isn't it? Andre'

[patch] extending word/row selection

2003-11-21 Thread Alfredo Braunstein
dummy patch to allow extending a word/row selection with the mouse. Ok? Alfredo Index: BufferView_pimpl.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/BufferView_pimpl.C,v retrieving revision 1.465 diff -u -p -u -r1.465 BufferV