From kdevelop-bugs Mon Sep 26 18:23:49 2005 From: kdevelop-bugs-admin () barney ! cs ! uni-potsdam ! de Date: Mon, 26 Sep 2005 18:23:49 +0000 To: kdevelop-bugs Subject: [Bug 107985] Regular expressions do not work in Find in files Message-Id: <20050926182349.807.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=118306942408104 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=107985 ------- Additional Comments From simon munton demon co uk 2005-09-26 20:23 ------- Created an attachment (id=12716) --> (http://bugs.kde.org/attachment.cgi?id=12716&action=view) Give option of pattern being a RE or not Attached patch adds a checkbox to allow pattern to be a regular expression. Also gets rid of excessive single apostrophe escaping. Adds | to the list of characters to be escaped when the pattern is not a regular expression.