]> git.lyx.org Git - features.git/commit
FindAdv: Add handling of begin{multicols}[...][...]{...}
authorKornel Benko <kornel@lyx.org>
Sun, 10 Feb 2019 17:00:55 +0000 (18:00 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 12:39:57 +0000 (14:39 +0200)
commit0cfe05faae5681ce2deaa9c423212e207add42d1
tree44e4506b25f0c28e0d1285502fa2c4b86c77443c
parent32a601f430fb6cb491b9ee1b596943ee43659364
FindAdv: Add handling of begin{multicols}[...][...]{...}

Also
a.) try to speed up regex search using non-greedy mode (.*?)
b.) remove '\n' completely in searched strings if it is not surrounded with
aplanumerical chars
src/lyxfind.cpp