From 99923482234d21b3a1f5ebbef51b614fb6eb5c5c Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Mon, 27 May 2013 18:48:46 +0200 Subject: [PATCH] Add FIXME --- src/frontends/qt4/GuiLog.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/frontends/qt4/GuiLog.cpp b/src/frontends/qt4/GuiLog.cpp index 740193cd87..8c74139e03 100644 --- a/src/frontends/qt4/GuiLog.cpp +++ b/src/frontends/qt4/GuiLog.cpp @@ -37,6 +37,8 @@ namespace frontend { // Regular expressions needed at several places +// FIXME: These regexes are incomplete. It would be good if we could collect those used in LaTeX::scanLogFile +// and LaTeX::scanBlgFile and re-use them here!(spitz, 2013-05-27) // Information QRegExp exprInfo("^(Document Class:|LaTeX Font Info:|File:|Package:|Language:|Underfull|Overfull|.*> INFO - |\\(|\\\\).*$"); // Warnings -- 2.39.2