Re: r38846 - in lyx-devel/trunk: development/autotests src

2011-05-27 Thread Tommaso Cucinotta
Il 27/05/2011 10:49, Vincent van Ravesteijn ha scritto: In principle I agree (more elegant, more c++, more STL-like, etc.), but it was doing something strange/weird: consider the buffer with a single par, with a footnote inside. As it was before, it was iterating 2 paragraphs: the outer one (prod

Re: r38846 - in lyx-devel/trunk: development/autotests src

2011-05-27 Thread Vincent van Ravesteijn
> In principle I agree (more elegant, more c++, more STL-like, etc.), but it > was doing something strange/weird: consider the buffer with a single par, > with a footnote inside. As it was before, it was iterating 2 paragraphs: > the outer one (producing "[footnote: foo]") and then the inner one i

Re: r38846 - in lyx-devel/trunk: development/autotests src

2011-05-27 Thread Lars Gullik Bjønnes
Tommaso Cucinotta writes: | Il 26/05/2011 19:46, Richard Heck ha scritto: >> On 05/26/2011 01:08 PM, tomm...@lyx.org wrote: >>> Author: tommaso >>> Date: Thu May 26 19:08:48 2011 >>> New Revision: 38846 >>> URL: http://www.lyx.org/trac/changeset/38846 >>> >>> - ParIterator it = buffer.p

Re: r38846 - in lyx-devel/trunk: development/autotests src

2011-05-26 Thread Tommaso Cucinotta
Il 26/05/2011 19:48, Richard Heck ha scritto: On 05/26/2011 01:46 PM, Richard Heck wrote: On 05/26/2011 01:08 PM, tomm...@lyx.org wrote: Author: tommaso Date: Thu May 26 19:08:48 2011 New Revision: 38846 URL: http://www.lyx.org/trac/changeset/38846 Log: Bugfix in how the search buffer was expo

Re: r38846 - in lyx-devel/trunk: development/autotests src

2011-05-26 Thread Tommaso Cucinotta
Il 26/05/2011 19:46, Richard Heck ha scritto: On 05/26/2011 01:08 PM, tomm...@lyx.org wrote: Author: tommaso Date: Thu May 26 19:08:48 2011 New Revision: 38846 URL: http://www.lyx.org/trac/changeset/38846 - ParIterator it = buffer.par_iterator_begin(); - ParIterator

Re: r38846 - in lyx-devel/trunk: development/autotests src

2011-05-26 Thread Richard Heck
On 05/26/2011 01:46 PM, Richard Heck wrote: > On 05/26/2011 01:08 PM, tomm...@lyx.org wrote: >> Author: tommaso >> Date: Thu May 26 19:08:48 2011 >> New Revision: 38846 >> URL: http://www.lyx.org/trac/changeset/38846 >> >> Log: >> Bugfix in how the search buffer was exported for the Advanced Find &

Re: r38846 - in lyx-devel/trunk: development/autotests src

2011-05-26 Thread Richard Heck
On 05/26/2011 01:08 PM, tomm...@lyx.org wrote: > Author: tommaso > Date: Thu May 26 19:08:48 2011 > New Revision: 38846 > URL: http://www.lyx.org/trac/changeset/38846 > > Log: > Bugfix in how the search buffer was exported for the Advanced Find & Replace. > For example, before this footnotes were n