------- 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.)