Revision b064868...

Go back to digest for 24th March 2013

Bug Fixes in Development Tools

Kevin Funk committed changes in [kdevplatform/1.5] /grepview:

Fix issue in grepview plugin

It was impossible to replace "\n" with "\n\n" before.

I really don't know what the code path replacing '\\' by '\\\\'
was supposed to do. It replaced characters in the replacement string in
case the input regexp was marked with QRegExp::Wildcard. But I have no
clue why the replacement string should depend on that.

Add tests.


REVIEW: 109554

File Changes

Modified 2 files
  • /grepview
  •   plugins/grepoutputmodel.cpp
  •   plugins/tests/findreplacetest.cpp
2 files changed in total