]> git.lyx.org Git - features.git/commit
Do not forget last word of paragraph in completion
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 16 May 2014 13:17:10 +0000 (15:17 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sat, 19 Jul 2014 22:07:23 +0000 (00:07 +0200)
commit3e60f58a92e6860d904b8c1373b9968603a1d180
treef77b7e380cfd44543aee642f29991f903e39ec1e
parentfa67a6ae89e94fcbd1dbd7446320a7806b74ff21
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.
src/Paragraph.cpp
status.21x