]> git.lyx.org Git - features.git/commit
Amend(1) 73188e3.
authorKornel Benko <kornel@lyx.org>
Sat, 29 Sep 2018 16:46:21 +0000 (18:46 +0200)
committerKornel Benko <kornel@lyx.org>
Sat, 29 Sep 2018 16:46:21 +0000 (18:46 +0200)
commit0e61e6f014f290857d9d6901f48ca73fc0da9ac0
tree2ecb22fb863bdda7468ebd83cbe0344d3e8ccfdc
parent73188e3821fd593718493c25e8e31309e61e5a3f
Amend(1) 73188e3.

This is slightly better, but still not satisfying.

Enable format search
Given the latexified string
\emph{Fox jUMps}
and using emphasized regex '\w*', we find 'Fox'. That is OK.
But the next find finds ' ', which is not OK.
In contrast, searching with '\w+', we find the correct string 'jUMps'.
src/lyxfind.cpp