aMule Forum
English => Feature requests => Topic started by: spiorf on July 26, 2005, 12:03:21 PM
-
Hi,
how about remove the "filter results" button in the search tab of amule cvs and use a "realtime" filter?
-
Because the filters are regular-expressions and wx pops up a nice error-dialog if it isn't a valid expression.
-
There is no way to tell wx to accept only some chars in a textbox?
anyway, the filter function is great!! :D
-
Well, the problem is, I'd have to implement parsing of reg-exp strings for that to work, and that is just plain silly. And you are not going to convince me to either give up regular expression matching or implementing my own parsing. :P