Re: [Kicad-developers] [PATCH] Option in eeschema to annotate keeping multi-unit parts grouped

2015-03-23 Thread jp charras
Le 23/03/2015 04:25, Chris Pavlina a écrit : > Got it - fixed. Looks like I was a bit overzealous in correcting the > first patch and introduced this. > > I also found another issue - it didn't treat unannotated parts > differently, so if you had a schematic full of R?A it would try to make > them

Re: [Kicad-developers] [PATCH] Option in eeschema to annotate keeping multi-unit parts grouped

2015-03-22 Thread Chris Pavlina
Got it - fixed. Looks like I was a bit overzealous in correcting the first patch and introduced this. I also found another issue - it didn't treat unannotated parts differently, so if you had a schematic full of R?A it would try to make them all R1A. Also fixed. I can't think of anything els

Re: [Kicad-developers] [PATCH] Option in eeschema to annotate keeping multi-unit parts grouped

2015-03-22 Thread jp charras
Le 22/03/2015 03:18, Chris Pavlina a écrit : > Here is a fixed version of the patch. It handled perfectly any complex > hierarchies I could throw at it. Got anything worse to torture it with? > > Chris Better, but not yet perfect... There is an issue for units of a package which are on different

Re: [Kicad-developers] [PATCH] Option in eeschema to annotate keeping multi-unit parts grouped

2015-03-21 Thread Chris Pavlina
Here is a fixed version of the patch. It handled perfectly any complex hierarchies I could throw at it. Got anything worse to torture it with? Chris On Sat, Mar 21, 2015 at 04:44:43PM +0100, jp charras wrote: Le 14/03/2015 00:11, Chris Pavlina a écrit : Hello, Here is a patch for eeschema th

Re: [Kicad-developers] [PATCH] Option in eeschema to annotate keeping multi-unit parts grouped

2015-03-21 Thread Chris Pavlina
Ah, thank you for having a look. Yes, I clearly missed this use case. D'oh... I'll submit a new patch in a couple days that handles this. Any interest in including it if I get it working properly? Chris On Sat, Mar 21, 2015 at 04:44:43PM +0100, jp charras wrote: Thank for your contribution

Re: [Kicad-developers] [PATCH] Option in eeschema to annotate keeping multi-unit parts grouped

2015-03-21 Thread jp charras
Le 14/03/2015 00:11, Chris Pavlina a écrit : > Hello, > > Here is a patch for eeschema that adds "Reset existing annotation, but > do not swap any units" to eeschema. This first compiles a list of > multi-unit parts and all of the components that comprise them, and then > on annotation, annotates

Re: [Kicad-developers] [PATCH] Option in eeschema to annotate keeping multi-unit parts grouped

2015-03-13 Thread Andy Peters
> On Mar 13, 2015, at 4:11 PM, Chris Pavlina wrote: > > Hello, > > Here is a patch for eeschema that adds "Reset existing annotation, but do not > swap any units" to eeschema. This first compiles a list of multi-unit parts > and all of the components that comprise them, and then on annotation