]> git.lyx.org Git - features.git/commit
FindAdv: If searching for whole words, handle also the case that we are starting...
authorKornel Benko <kornel@lyx.org>
Thu, 26 May 2022 11:32:25 +0000 (13:32 +0200)
committerKornel Benko <kornel@lyx.org>
Thu, 26 May 2022 11:32:25 +0000 (13:32 +0200)
commit652ffc9c84cab430fa199c0afeae4de22a891379
treeae54e8af5a27278358450cce059805cff4a07797
parentbf60c6106641db7b756dacfb560eabaf399fe154
FindAdv: If searching for whole words, handle also the case that we are starting in the mid of a word.

In this case we skip the undesired word-characters before starting the search.

There are still some inconsistencies between LyX and Qt of 'what counts as a word-character',
but too hard to resolve.
src/lyxfind.cpp