Browse Source
Footprint filters need to be able to match the start and end of strings. The standard wildcard filter implictly adds "*" to the start and end of match strings, so we create a derived class that requires an explicit "*" or "?" to match wildcards. Fixes: lp:1751565 * https://bugs.launchpad.net/kicad/+bug/1751565pull/17/head
4 changed files with 52 additions and 7 deletions
Loading…
Reference in new issue