[Bug 237296] KTextEdit: 'Start of Line' regular expression search fails

David Faure faure at kde.org
Tue May 18 17:37:02 BST 2010


https://bugs.kde.org/show_bug.cgi?id=237296


David Faure <faure at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #4 from David Faure <faure kde org>  2010-05-18 18:37:01 ---
SVN commit 1128196 by dfaure:

Fix "start of line" (^) and "end of line" ($) regular expressions when the
whole text is fed to KFind rather than line by line.

This is basically hitting a documented limitation of QRegExp (no support for
the equivalent of perl's /m) and splitting
the text into lines in the case where the regexp starts with ^ or ends with $.

BUG: 237296
Fixed-In: 4.5


 M  +57 -4     findreplace/kfind.cpp  
 M  +7 -3      tests/kfindtest.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1128196

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the Kdepim-bugs mailing list