]> 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)
committerKornel Benko <kornel@lyx.org>
Sun, 10 Feb 2019 17:00:55 +0000 (18:00 +0100)
commitf19bd163de358293c78544fbf94bd88016f12303
tree5f327a9fc5faa2da47f89ba1ce58a5401f30c37a
parent624b32616c5cb8d22e90295aca1302176ec580a8
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