From kde-bugs-dist Thu Jun 30 23:43:02 2005 From: Daniel Teske Date: Thu, 30 Jun 2005 23:43:02 +0000 To: kde-bugs-dist Subject: [Bug 99700] bookmark search could be more advanced Message-Id: <20050630234302.23485.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=112017498508343 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=99700 ------- Additional Comments From teske squorn de 2005-07-01 01:42 ------- Well I didn't add Regex support. It's trival to add, but I don't think that it's that usefull. Typing a few words should narrow it down more than enough. And adding a ui-element, which is potentially confusing to 90% of the users isn't user-friendly. If someone disagree, they should open a bug report and convince me/someone else. Most regex matching is NP-complete. (The QRegex is definately.) Some, like for example POSIX-extended aren't. (See the propasal for the addition regex matching to the c++ standard.)