https://bugs.kde.org/show_bug.cgi?id=409642
Christoph Cullmann <cullm...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED Resolution|--- |INTENTIONAL CC| |cullm...@kde.org --- Comment #7 from Christoph Cullmann <cullm...@kde.org> --- Hmm, the thing is: The search part of the find and replace is a regex. The replacement part is a string, with for regex the capture \xxx escapes. In my eyes it makes no sense to force people to escape their replace strings like an regex for no good reason. At the moment, you can just write (if regex on or not). find: XXX replace: lala{dddd} I don't think we want to enforce that { needs to be escaped in the replace string if we turn on regex search. Therefore I would like to keep it as it is. I hope that is ok for you. -- You are receiving this mail because: You are watching all bug changes.