Re: r32930 - lyx-devel/trunk/src

2010-01-10 Thread Vincent van Ravesteijn
The feature should now be up and running, although it might have some performance issues. Please test with small changes :S as it scales quadratic with the size of a single change. If I look at DocRange::length() there is certainly a lot of room for improvement ;-) Only that it isn't rea

Re: r32930 - lyx-devel/trunk/src

2010-01-10 Thread Abdelrazak Younes
On 10/01/2010 11:31, Abdelrazak Younes wrote: On 10/01/2010 11:10, Abdelrazak Younes wrote: On 10/01/2010 01:09, v...@lyx.org wrote: Author: vfr Date: Sun Jan 10 01:09:48 2010 New Revision: 32930 URL: http://www.lyx.org/trac/changeset/32930 Log: Compare feature part 3: Implement the find_middl

Re: r32930 - lyx-devel/trunk/src

2010-01-10 Thread Abdelrazak Younes
On 10/01/2010 11:10, Abdelrazak Younes wrote: On 10/01/2010 01:09, v...@lyx.org wrote: Author: vfr Date: Sun Jan 10 01:09:48 2010 New Revision: 32930 URL: http://www.lyx.org/trac/changeset/32930 Log: Compare feature part 3: Implement the find_middle_snake algorithm. The feature should now be u

Re: r32930 - lyx-devel/trunk/src

2010-01-10 Thread Abdelrazak Younes
On 10/01/2010 01:09, v...@lyx.org wrote: Author: vfr Date: Sun Jan 10 01:09:48 2010 New Revision: 32930 URL: http://www.lyx.org/trac/changeset/32930 Log: Compare feature part 3: Implement the find_middle_snake algorithm. The feature should now be up and running, although it might have some per