The branch, master, has been updated.

- Log -----------------------------------------------------------------

commit 6c58e3faa9a38d10fd5c5c5fd7d771b488cead18
Author: Julien Rioux <[email protected]>
Date:   Tue Jan 15 16:13:20 2013 +0100

    Highlight warning and errors in the BibTeX log.

diff --git a/src/frontends/qt4/GuiLog.cpp b/src/frontends/qt4/GuiLog.cpp
index e5a8a96..f45992e 100644
--- a/src/frontends/qt4/GuiLog.cpp
+++ b/src/frontends/qt4/GuiLog.cpp
@@ -40,9 +40,9 @@ namespace frontend {
 // Information
 QRegExp exprInfo("^(Document Class:|LaTeX Font 
Info:|File:|Package:|Language:|Underfull|Overfull|\\(|\\\\).*$");
 // Warnings
-QRegExp exprWarning("^(LaTeX Warning|LaTeX Font Warning|Package [\\w\\.]+ 
Warning|Class \\w+ Warning).*$");
+QRegExp exprWarning("^(LaTeX Warning|LaTeX Font Warning|Package [\\w\\.]+ 
Warning|Class \\w+ Warning|Warning--).*$");
 // Errors
-QRegExp exprError("^!.*$");
+QRegExp exprError("^(!|.*---line [0-9]+ of file).*$");
 
 
 /////////////////////////////////////////////////////////////////////

-----------------------------------------------------------------------

Summary of changes:
 src/frontends/qt4/GuiLog.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository

Reply via email to