aMule Forum

English => Feature requests => Topic started by: spiorf on July 26, 2005, 12:03:21 PM

Title: filter search result in realtime
Post 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?
Title: Re: filter search result in realtime
Post by: Xaignar on July 26, 2005, 05:12:37 PM
Because the filters are regular-expressions and wx pops up a nice error-dialog if it isn't a valid expression.
Title: Re: filter search result in realtime
Post by: spiorf on July 26, 2005, 06:34:03 PM
There is no way to tell wx to accept only some chars in a textbox?
anyway, the filter function is great!!  :D
Title: Re: filter search result in realtime
Post by: Xaignar on July 26, 2005, 07:15:59 PM
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