Bug 174281

Summary: find/replace: provide option for single/multi-line search (perl like)
Product: [Applications] kate Reporter: Maciej Pilichowski <bluedzins>
Component: generalAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED INTENTIONAL    
Severity: wishlist CC: christoph
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Unspecified   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Maciej Pilichowski 2008-11-04 18:16:42 UTC
Version:            (using KDE 4.1.2)

find/replace: provide option for single/multi-line search (perl like)

Thank you for ability to search for \n. However option for single/multi-line is still missing.

In single line, this would match entire document
^.*$
but in multiline it would match each (one by one) line of it. Also (AFAIR) in single line \n is treated also as a . and \s
Comment 1 Christoph Cullmann 2012-10-29 04:20:46 UTC
I actually think the current search/replace modes are complex enough. It already is a maintainance burden and got some long not fixed bugs.