← Back to team overview

kicad-developers team mailing list archive

Re: Eeschema issue: cannot load component from multi libraries with same component name

 

The order of parts search is given by the order of library names in the *.pro file.
Here in my project, you see the first two are mine, followed by the standard ones.

One is project specific and the other is cross project:
If you change this order, by dialog or text editor, you will get different results.

I have an "R" symbol in mylib.    But when I pick a lib_part, the UI points me to the
first "R" it finds according to an alphabetical listing of the libraries, not one
according to this search oder.  No matter, I ultimately get the right one, from mylib.

We should probably not do the lib_part picking using alphabetical libraries?


LibName1=project
LibName2=mylib
LibName3=power
LibName4=device
LibName5=transistors
LibName6=conn
LibName7=linear
LibName8=regul
LibName9=74xx
LibName10=cmos4000
LibName11=adc-dac
LibName12=memory
LibName13=xilinx
LibName14=special
LibName15=microcontrollers
LibName16=dsp
LibName17=microchip
LibName18=analog_switches
LibName19=motorola
LibName20=texas
LibName21=intel
LibName22=audio
LibName23=interface
LibName24=digital-audio
LibName25=philips
LibName26=display
LibName27=cypress
LibName28=siliconi
LibName29=opto
LibName30=atmel
LibName31=contrib




References