Bug 174281 - find/replace: provide option for single/multi-line search (perl like)
Summary: find/replace: provide option for single/multi-line search (perl like)
Status: RESOLVED INTENTIONAL
Alias: None
Product: kate
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: unspecified Unspecified
: NOR wishlist
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-04 18:16 UTC by Maciej Pilichowski
Modified: 2012-10-29 04:20 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.