Review Request: Fix outputview filtering/classification when there are multiple keywords in a single line
Ivan Shapovalov
intelfx100 at gmail.com
Mon Dec 24 20:07:42 UTC 2012
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/107904/
-----------------------------------------------------------
Review request for KDevelop and Morten Volden.
Description
-------
Fix classification of error lines which look as
"file.cpp:100:10: error: 'SomeSymbolWithWarningInItsName' was not declared in this scope".
Here, we have an error pattern but also a "warning" keyword which actually is a part of symbol name. But existing code thinks that any appearance of "warning"/"info"/"note" in text is more important than the error pattern.
Fix this by
1) checking for all patterns in a uniform manner (loop for "string<->classification" pairs, not just for strings), and
2) picking the pattern which happened most early (to the left) in string.
Diffs
-----
outputview/outputfilteringstrategies.cpp 91361f1
outputview/tests/testlinebuilderfunctions.h 3d264f7
Diff: http://git.reviewboard.kde.org/r/107904/diff/
Testing
-------
- Built kdevplatform+kdevelop with a couple of these lines, ensured they highlight as expected;
- Improved existing unit-tests to catch the error in question.
Thanks,
Ivan Shapovalov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20121224/a756d507/attachment.html>
More information about the KDevelop-devel
mailing list