Discussion:
[LyX/master] Do not forget last word of paragraph in completion
Jean-Marc Lasgouttes
2014-05-16 13:42:53 UTC
Permalink
commit ee7c4db72a9dd392d7e1e34463c3ae11fce670ee
Date: Fri May 16 15:17:10 2014 +0200
Do not forget last word of paragraph in completion
With the old code, the last word of a paragraph would not be added in
the completion list. The key difference is to pass `from' instead of `pos'
to FontList::fontiterator.
Slight cleanup of the code.
Richard, this is candidate for branch. There is no hurry since nobody
ever noticed it :)

JMarc
Richard Heck
2014-05-16 14:12:50 UTC
Permalink
Post by Jean-Marc Lasgouttes
commit ee7c4db72a9dd392d7e1e34463c3ae11fce670ee
Date: Fri May 16 15:17:10 2014 +0200
Do not forget last word of paragraph in completion
With the old code, the last word of a paragraph would not be added in
the completion list. The key difference is to pass `from' instead of `pos'
to FontList::fontiterator.
Slight cleanup of the code.
Richard, this is candidate for branch. There is no hurry since nobody
ever noticed it :)
As you think best.

rh
Jean-Marc Lasgouttes
2014-05-16 14:15:12 UTC
Permalink
Post by Richard Heck
Post by Jean-Marc Lasgouttes
Richard, this is candidate for branch. There is no hurry since nobody
ever noticed it :)
As you think best.
I'll wait for 2.1.2 for this kind of mundane stuff.

JMarc

Loading...