Patch for handling multiple patterns in search/filter window

Discuss development issues and submit patches here
Post Reply
ajs
Posts: 409
Joined: Mon Jul 05, 2010 6:37 pm

Patch for handling multiple patterns in search/filter window

Post by ajs »

Patch for handling multiple patterns in search/filter window.

This patch allows to specify multiple patterns in the search window. It also works for the filter window and it will work for the "wildcard select" window as well when the last will be fixed.
The character ':' is used as separator.

Example:
"*.h: *.cpp" will search for files which match either *.h or *.cpp

Patch against commit 170
Attachments
patch_34__v170.7z
(1018 Bytes) Downloaded 511 times
David Erceg
Site Admin
Posts: 936
Joined: Sat Apr 18, 2009 1:46 am

Re: Patch for handling multiple patterns in search/filter window

Post by David Erceg »

Thanks, committed.
Post Reply