]> git.lyx.org Git - lyx.git/commitdiff
Add FIXME
authorJuergen Spitzmueller <spitz@lyx.org>
Mon, 27 May 2013 16:48:46 +0000 (18:48 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Mon, 27 May 2013 16:48:46 +0000 (18:48 +0200)
src/frontends/qt4/GuiLog.cpp

index 740193cd870fd4824887a17f0042af417825d554..8c74139e039c02ae45b7a1f566a2586beeb5e971 100644 (file)
@@ -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