On Mon, Aug 03, 2009 at 01:21:59PM +0200, Pavel Sanda wrote:
> Vincent van Ravesteijn - TNW wrote:
> >
> > >> Modified: lyx-devel/trunk/src/Paragraph.cpp
> > >>
> >
> > ==
> > >> --- lyx-devel/trunk/src/Paragraph.cpp
Andre Poenitz writes:
> On Mon, Aug 03, 2009 at 01:11:38PM +0200, Vincent van Ravesteijn - TNW wrote:
>> P.S I'm always struggling with these kind of if-statements, I'm starting
>> to get confused with the general rule:
>>
>> if (bla == bla2
>> && bla3 == bla4)
>> do_something;
I'd say
On Mon, Aug 03, 2009 at 01:11:38PM +0200, Vincent van Ravesteijn - TNW wrote:
> P.S I'm always struggling with these kind of if-statements, I'm starting
> to get confused with the general rule:
>
> if (bla == bla2
> && bla3 == bla4)
> do_something;
>
> Or
>
> if (bla == bla2
> &&
Vincent van Ravesteijn - TNW wrote:
>
> >> Modified: lyx-devel/trunk/src/Paragraph.cpp
> >>
>
> ==
> >> --- lyx-devel/trunk/src/Paragraph.cpp Sat Aug 1 23:49:26 2009
> (r30820)
> >> +++ lyx-devel/trunk/src/Paragrap
>> Modified: lyx-devel/trunk/src/Paragraph.cpp
>>
==
>> --- lyx-devel/trunk/src/Paragraph.cppSat Aug 1 23:49:26 2009
(r30820)
>> +++ lyx-devel/trunk/src/Paragraph.cppSat Aug 1 23:54:13 2009
(r30821)
>>
On Sat, Aug 01, 2009 at 11:54:13PM +0200, v...@lyx.org wrote:
> Author: vfr
> Date: Sat Aug 1 23:54:13 2009
> New Revision: 30821
> URL: http://www.lyx.org/trac/changeset/30821
>
> Log:
> Add a pending space after math if it is not the last of the selection. This
> fixes problems like in bug #60