]> 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)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 12:39:49 +0000 (14:39 +0200)
commit50164951703b697f9e39a696ced1d4a368a31d2e
tree2ecb22fb863bdda7468ebd83cbe0344d3e8ccfdc
parent86cbc54018865f2f773e8ffbf190ec1704a60f10
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