]> git.lyx.org Git - features.git/commit
FindAdv: Polishing search with regex containing '.'
authorKornel Benko <kornel@lyx.org>
Mon, 12 Nov 2018 11:17:16 +0000 (12:17 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 12:39:51 +0000 (14:39 +0200)
commitd67565f14d2f88038b7e71d622b5de5271e4861b
tree17467ce173d71bbc761f7876b8601f3166bd0361
parent6571b6237ee479974bad3b0440b222677dfae2bd
FindAdv: Polishing search with regex containing '.'

Also added missing math env alignat
Modified handling of longtable/tabular
Added a routine to count for valid chars. This is needed
for detection of word boundaries.

Due to detection conflicts
regex '.*' vs match of word-boundaries in MatchStringAdv::operator()
we need to use '\b' in regex explicitly. E.g. '\b.*\b'

The backward search works, but
1.) only in current paragraph (this is the same as before)
2.) only in the same language environment.
src/lyxfind.cpp