← Back to team overview

kicad-developers team mailing list archive

Re: [PATCH] Add live footprint filtering in modview window

 

What!  No regular expression search!  Just kidding but you know someone
will ask for it.  I'm fine with merging this as long as the grey text
issue that Chris pointed out is resolved.  It seems odd that the text is
greyed out.  It looks like a focus issue.

Also, is there any reason why the FOOTPRINT_FILTER object was not used?
FOOTPRINT_FILTER already has built in pattern matching of footprints.

On 10/30/2017 5:36 AM, Maciej Sumiński wrote:
> Hi Oliver,
> 
> This is a really useful improvement and works as advertised, I vote for
> merging!
> 
> Cheers,
> Orson
> 
> On 10/29/2017 02:37 PM, Oliver Walters wrote:
>> In the footprint viewer window it is often hard to find the exact footprint
>> you want across multiple libraries
>>
>> The attached patch set adds a search filter input to the toolbar.
>>
>> Entering a filter string in this box updates the list of available
>> libraries and footprints.
>>
>> Features:
>>
>> 1. Wildcard searching with * and ?
>> 2. Include library name in the filter with the : character
>> 3. Not case sensitive
>>
>> To accomplish this, all the libraries have to be loaded first, rather than
>> individually when the library is selected.
>>
>> Because of this change, I have also added a "reload footprint libraries"
>> button to the toolbar.
>>
>> This is a feature I have wanted for a while, I think it saves a lot of
>> effort when searching for footprints.
>>
>> Cheers,
>> Oliver
>>
>>
>>
>> _______________________________________________
>> Mailing list: https://launchpad.net/~kicad-developers
>> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
>> Unsubscribe : https://launchpad.net/~kicad-developers
>> More help   : https://help.launchpad.net/ListHelp
>>
> 
> 
> 
> 
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
> 


References