← Back to team overview

kicad-developers team mailing list archive

Re: pcbnew file import plugins

 

On 2016-03-02 10:40, Nick Østergaard wrote:
> If multiple plugins can handle a file, how would you handle that
> situation seamlessly?

Dialog with the operator:
---------
More than one file import plugins seem to be able to handle your file type:
  ~/share/projects/kicad/ThisIsMyExperimental.pcbx
Please choose the PCB plugin to open that file tyoe:

[x] SuperPCB V5
[ ] OttoTool V3.2.1
[ ] gEDA V1.2.3 

[ ] remember my selection for this file type.

[OK] [Cancel]
---------


> Blindly trusting extensions is indeed problematic as we already have seen :)

We have the 'file' command:
http://www.darwinsys.com/file/
https://github.com/file/file

It simply says: "The file command is "a file type guesser""


Regards,

Clemens



Follow ups

References