Re: [Kicad-developers] Should footprint library wizard recognise gEDA files?

2018-03-03 Thread Jeff Young
Unfortunately we have to go with GEDA/Pcb (as it’s stored in the fp-lib-table files). I did change it so that it uses a lookup rather than hard-coding the strings in different places. (There’s still the separate name the plugin reports, but that’s only used to populate an exception with some

Re: [Kicad-developers] Should footprint library wizard recognise gEDA files?

2018-03-03 Thread Wayne Stambaugh
FYI, the plugin (Geda PCB) is correct. If you fix this, fix it everywhere else it is broken not the plugin name. Wayne On 03/03/2018 02:31 PM, Jeff Young wrote: > This looks to have been broken for some time. > > (Wizard thinks the plugin name is Geda-PCB; plugin /says/ its name is > Geda PCB,

Re: [Kicad-developers] Should footprint library wizard recognise gEDA files?

2018-03-03 Thread Jeff Young
This looks to have been broken for some time. (Wizard thinks the plugin name is Geda-PCB; plugin says its name is Geda PCB, and then goes and registers itself under GEDA/Pcb.) > On 3 Mar 2018, at 11:20, Jeff Young wrote: > > It recognises them as footprint files, just not as

[Kicad-developers] Should footprint library wizard recognise gEDA files?

2018-03-03 Thread Jeff Young
It recognises them as footprint files, just not as gEDA footprint files. In other words, it lets me add a directory full of them to the footprint lib table, but the lib table entry gets the Kicad plugin. If I add an Eagle file, the lib table entry gets the Eagle plugin. Cheers, Jeff.