Summary: | KReplace: Placeholder substitution for regular expressions not implemented | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Christoph Burgmer <chrislb> |
Component: | kdeui | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | edgaribsen2, peterp, Wolfram.R.Sieber |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Test case |
Description
Christoph Burgmer
2008-08-03 17:00:08 UTC
Created attachment 26601 [details] Test case See Bug 140837. See attachment for a testcase. This is a PyKDE application that uses a KTextEdit. For any string input a substring string "test" will be substituted with itself and the whole input will be printed to stdout. "Test that" will currently resolve to "\1 that" which shows that \1 is not substituted. *** Bug 137374 has been marked as a duplicate of this bug. *** *** Bug 227215 has been marked as a duplicate of this bug. *** SVN commit 1128317 by dfaure: Finally implement support for other back references than \0 in the find/replace dialog. BUGS: 168226 125443 CCBUG: 201057 M +25 -16 findreplace/kreplace.cpp M +19 -4 tests/kreplacetest.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1128317 *** Bug 158397 has been marked as a duplicate of this bug. *** *** Bug 140837 has been marked as a duplicate of this bug. *** |