← Back to team overview

kicad-developers team mailing list archive

Re: announcing eeshow (schematics renderer and viewer)

 

Now eeshow search relative path relative current directory ($PWD) but should to search relative project file path. Errors if $PWD not equal to project file path.

eeshow doesn't search title sheets in default directory /usr/share/kicad/template/. I use gost_landscape.kicad_wks from there.

В Среда, 7 сен. 2016 в 9:13 , Werner Almesberger <werner@xxxxxxxxxxxxxxx> написал:
Eldar Khayrullin wrote:
 Does eeshow watch to User defined search path?

Ah yes, I hadn't implemented this. Now searching LibDir and the
default paths from common/gestfich.cpp:KicadDatasPath should work,
too.

The searching can be a bit too optimistic: if you've deleted or
moved a file, eeshow may still find it in the underlying commit
(if on a repo) and seem to magically resurrect it. Such foibles
will go away once I rewrite the path lookup logic, which currently
underestimates how complex setups may really get.

Thanks !

- Werner

Follow ups

References