]> git.lyx.org Git - features.git/commit
Fix child document regex in scanLogFile
authorJuergen Spitzmueller <spitz@lyx.org>
Fri, 9 Feb 2018 10:42:18 +0000 (11:42 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Sat, 10 Feb 2018 06:59:30 +0000 (07:59 +0100)
commit2d923e4243d02b17da6f103c7cc0d2cee8d6caf5
tree5435777bebd8452a46ea9c3a88eb9988473aae08
parent04e995e8077b22fa64b8ceb17017da39c021a4f1
Fix child document regex in scanLogFile

Several problems:
* The regex failed at names such as 1_text_2_text.tex
  (returned "2_text.tex)
* The regex failed at names such as 12_text.tex
  (returned "2_text.tex)
* Masters with digits in the name (2018_text.tex) were
  tracked as their own children

(cherry picked from commit 398e026250f6d7d1687bdf04a8a27a61946d088f)
src/LaTeX.cpp