[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdevelop/buildtools/builders/makebuilder
From:       Andreas Pakulat <apaku () gmx ! de>
Date:       2008-09-01 12:48:20
Message-ID: 1220273300.137828.3405.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 855780 by apaku:

Disable shortening the error messages until I better understand the purpose of the \
regexes.


 M  +1 -1      makeoutputmodel.cpp  


--- trunk/KDE/kdevelop/buildtools/builders/makebuilder/makeoutputmodel.cpp \
#855779:855780 @@ -189,7 +189,7 @@
                 kDebug() << "found an error:" << line;
                 item.url = urlForFile( regEx.cap( errFormat.fileGroup ) );
                 item.lineNo = regEx.cap( errFormat.lineGroup ).toInt() - 1;
-                item.shortenedText = regEx.cap( errFormat.textGroup );
+                //item.shortenedText = regEx.cap( errFormat.textGroup );
                 item.type = QVariant::fromValue( ( regEx.cap(3).contains("warning", \
Qt::CaseInsensitive) ? MakeOutputModel::WarningItem : MakeOutputModel::ErrorItem ) ); \
item.isActivatable = true;  matched = true;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic