Re: [Kicad-developers] Eeschema issue: cannot load component from multi libraries with same component name

2014-08-19 Thread Dick Hollenbeck
On 08/19/2014 03:16 PM, Vesa Solonen wrote: > 19/08/14, 21:35, Wayne Stambaugh kirjoitti: >> On 8/19/2014 1:53 PM, Dick Hollenbeck wrote: > >>> If I have part 'R' in mylib, and it is also in library devices, it shows me >>> devices as my >>> top and only candidate as I type in 'R'. >>> >> >> If t

Re: [Kicad-developers] Eeschema issue: cannot load component from multi libraries with same component name

2014-08-19 Thread Wayne Stambaugh
On 8/19/2014 3:23 PM, Dick Hollenbeck wrote: > On 08/19/2014 01:35 PM, Wayne Stambaugh wrote: >> On 8/19/2014 1:53 PM, Dick Hollenbeck wrote: >>> On 08/19/2014 07:33 AM, Wayne Stambaugh wrote: On 8/18/2014 5:46 PM, Dick Hollenbeck wrote: > >>> I will do the "workaround" reordering of m

Re: [Kicad-developers] Eeschema issue: cannot load component from multi libraries with same component name

2014-08-19 Thread Vesa Solonen
19/08/14, 21:35, Wayne Stambaugh kirjoitti: > On 8/19/2014 1:53 PM, Dick Hollenbeck wrote: >> If I have part 'R' in mylib, and it is also in library devices, it shows me >> devices as my >> top and only candidate as I type in 'R'. >> > > If the picker can select part R from a library further dow

Re: [Kicad-developers] Eeschema issue: cannot load component from multi libraries with same component name

2014-08-19 Thread Dick Hollenbeck
If it weren't for the part picker issue, which I rate as my personal most annoying issue in rev 5083, I would say that 5083 is the best version of KiCad that I have ever seen or used. I uncorked the stop in kicad-install.sh, so that anyone who now builds using that script is now back on the lea

Re: [Kicad-developers] Eeschema issue: cannot load component from multi libraries with same component name

2014-08-19 Thread Dick Hollenbeck
On 08/19/2014 01:35 PM, Wayne Stambaugh wrote: > On 8/19/2014 1:53 PM, Dick Hollenbeck wrote: >> On 08/19/2014 07:33 AM, Wayne Stambaugh wrote: >>> On 8/18/2014 5:46 PM, Dick Hollenbeck wrote: >> I will do the "workaround" reordering of my libraries.. not a problem >> for me now that

Re: [Kicad-developers] Eeschema issue: cannot load component from multi libraries with same component name

2014-08-19 Thread Wayne Stambaugh
On 8/19/2014 1:53 PM, Dick Hollenbeck wrote: > On 08/19/2014 07:33 AM, Wayne Stambaugh wrote: >> On 8/18/2014 5:46 PM, Dick Hollenbeck wrote: >>> > I will do the "workaround" reordering of my libraries.. not a problem for > me now that I know how it works.. I think the sort(

Re: [Kicad-developers] Eeschema issue: cannot load component from multi libraries with same component name

2014-08-19 Thread Dick Hollenbeck
On 08/19/2014 07:33 AM, Wayne Stambaugh wrote: > On 8/18/2014 5:46 PM, Dick Hollenbeck wrote: >> I will do the "workaround" reordering of my libraries.. not a problem for me now that I know how it works.. >>> >>> >>> I think the sort() call has to go, so I now think you discovered someth

Re: [Kicad-developers] Eeschema issue: cannot load component from multi libraries with same component name

2014-08-19 Thread Wayne Stambaugh
On 8/18/2014 5:46 PM, Dick Hollenbeck wrote: > >>> I will do the "workaround" reordering of my libraries.. not a problem for >>> me now that I know how it works.. >> >> >> I think the sort() call has to go, so I now think you discovered something. >> >> Should have a fix in minutes. >> >> When th

Re: [Kicad-developers] Eeschema issue: cannot load component from multi libraries with same component name

2014-08-18 Thread Wayne Stambaugh
On 8/18/2014 5:46 PM, Dick Hollenbeck wrote: > >>> I will do the "workaround" reordering of my libraries.. not a problem for >>> me now that I know how it works.. >> >> >> I think the sort() call has to go, so I now think you discovered something. >> >> Should have a fix in minutes. >> >> When th

Re: [Kicad-developers] Eeschema issue: cannot load component from multi libraries with same component name

2014-08-18 Thread Dick Hollenbeck
>> I will do the "workaround" reordering of my libraries.. not a problem for me >> now that I know how it works.. > > > I think the sort() call has to go, so I now think you discovered something. > > Should have a fix in minutes. > > When the foundations get simpler, so do the algorithms. >

Re: [Kicad-developers] Eeschema issue: cannot load component from multi libraries with same component name

2014-08-18 Thread Dick Hollenbeck
On 08/18/2014 04:26 PM, Mário Luzeiro wrote: > Hi Dick, > > Thanks for your explanations. > This is fun, considering the years I am using kicad and only now find this > situation :) > > I was right now checking the project files looking for the libraries and I > have this scenario: > > main_pr

Re: [Kicad-developers] Eeschema issue: cannot load component from multi libraries with same component name

2014-08-18 Thread Mário Luzeiro
Hi Dick, Thanks for your explanations. This is fun, considering the years I am using kicad and only now find this situation :) I was right now checking the project files looking for the libraries and I have this scenario: main_project.pro <- [eeschema/libraries] .. list of libraries main_proje

Re: [Kicad-developers] Eeschema issue: cannot load component from multi libraries with same component name

2014-08-18 Thread Dick Hollenbeck
On 08/18/2014 04:03 PM, Dick Hollenbeck wrote: > On 08/18/2014 03:36 PM, Wayne Stambaugh wrote: >> On 8/18/2014 4:30 PM, Mário Luzeiro wrote: >>> I found that if I have multiple libraries with same component names >>> (notable ex: R, C, INDUCTOR .. ) I cannot select another component other >>> th

Re: [Kicad-developers] Eeschema issue: cannot load component from multi libraries with same component name

2014-08-18 Thread Dick Hollenbeck
On 08/18/2014 03:36 PM, Wayne Stambaugh wrote: > On 8/18/2014 4:30 PM, Mário Luzeiro wrote: >> I found that if I have multiple libraries with same component names (notable >> ex: R, C, INDUCTOR .. ) I cannot select another component other than the one >> already cached (?). I mean, if I select a

Re: [Kicad-developers] Eeschema issue: cannot load component from multi libraries with same component name

2014-08-18 Thread Dick Hollenbeck
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 differen

Re: [Kicad-developers] Eeschema issue: cannot load component from multi libraries with same component name

2014-08-18 Thread Dick Hollenbeck
On 08/18/2014 03:30 PM, Mário Luzeiro wrote: > I found that if I have multiple libraries with same component names (notable > ex: R, C, INDUCTOR .. ) I cannot select another component other than the one > already cached (?). I mean, if I select a R from another library it will load > the same R

Re: [Kicad-developers] Eeschema issue: cannot load component from multi libraries with same component name

2014-08-18 Thread Wayne Stambaugh
On 8/18/2014 4:30 PM, Mário Luzeiro wrote: > I found that if I have multiple libraries with same component names (notable > ex: R, C, INDUCTOR .. ) I cannot select another component other than the one > already cached (?). I mean, if I select a R from another library it will load > the same R as

[Kicad-developers] Eeschema issue: cannot load component from multi libraries with same component name

2014-08-18 Thread Mário Luzeiro
I found that if I have multiple libraries with same component names (notable ex: R, C, INDUCTOR .. ) I cannot select another component other than the one already cached (?). I mean, if I select a R from another library it will load the same R as already loaded in the schematic. I am not sure if