| Summary: | find/replace regexp option: treat the document as one line | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Maciej Pilichowski <bluedzins> |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Maciej Pilichowski
2006-07-21 12:20:11 UTC
Kate works with \n internally. Kate internally is linebased, which is why treating the whole document as a single line is not possible so far. This is related to the wish "search & replace over multiple lines". Of course, replacing '(A)\n' with '\1 ' would also require Bug 127765 / Bug 45529 to be fixed. Oh... I take that back, looks like that's what "placeholders" are supposed to do? How on earth did we get the harder-to-implement part of regex-escapes in the 'replace' text and not the simple parts? |