Le 10/09/2015 16:17, Jean-Marc Lasgouttes a écrit :
Le 05/09/15 00:42, Guillaume Munch a écrit :
In any case I uploaded the final version of these patches here :
<http://www.lyx.org/trac/ticket/6501>
Who can review/commit those patches? I am not competent in GUI stuff.
Just a note: in ViewSourceWidget::realUpdateView() the
else if (texrow.get()) {
clause is quite long. Would it be possible to either make a function out
of it (if it has a name-able meaning) or to use an early return when
texrow.get() is null?
JMarc
AFAIU Kornel and Scott have tested these patches and are in favour of
committing them. I can do it myself, though if I am to make the change
you suggest it will have to wait a very short while.
Guillaume