lyx-devel  

Re: [Patch] Possible fix for 6502: ... LaTeX Errors Dialog highlighting wrong line.

Jürgen Spitzmüller
Sun, 07 Feb 2010 23:12:54 -0800

John McCabe-Dansted wrote:
> It is just a missing "d->texrow.newline();".
> 
> The attached patch adds this back in. I've tested this patch against
> branch and trunk. Shall we apply this to trunk now?

Looks much better.

However, instead of inserting this line, shouldn't we rather do as elsewhere. 
i.e. let MathMacroTemplate::write return the number of newlines? This prevents 
from further changes in the code.

Jürgen