X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=RPBFRFoHdb5Ban6P1SsZfKJDDTulyjk+YMgSQ46XNNg=; b=Jr2pxG85NTx6Zt574+a1nfx9hUqssUGGArUNbJC5gi83D9/RsFvarHxOl/YkMpiEeF hw2QMpXCVhStmc3ivojWiBUjqIyd359RyHTqJPEt9UFSW5tvy3W5Y7R4D28YyjDKntRl McWDCHJt6c3bdCPHYBOzI0MywqVji8JSoXWvYT7vZlhAoyfoeOSx85bXZJex+Rzqoqww DNy05qFeBihIi7fSfATve9f7raa+Obtluy9PMfPZsQ7KbsAX4ce2FAaBh8zzBkXY5iPN aicneP+uBtRX29SY0pEp/jJr8MGeHn3KINC73nLKTr1ipG9Es48yiZhDWODb5AfKGmg4 ymww== X-Gm-Message-State: ALoCoQl6gFkWYrl4Ojz+m1yUWOMe6DqYDesLgBbsc6yo934aygNJT95V93x5SuaEb/jFjMid5jGL X-Received: by 10.152.203.193 with SMTP id ks1mr5733468lac.0.1391005067059; Wed, 29 Jan 2014 06:17:47 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <52E8FCDB.1000100@envinsci.co.uk> References: <52E8FCDB DOT 1000100 AT envinsci DOT co DOT uk> From: Joshua Lansford Date: Wed, 29 Jan 2014 09:17:27 -0500 Message-ID: Subject: Re: [geda-user] refdes_renum and slots? To: geda-user AT delorie DOT com Content-Type: multipart/alternative; boundary=001a113470d2e730cd04f11c9a08 Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk --001a113470d2e730cd04f11c9a08 Content-Type: text/plain; charset=ISO-8859-1 I ran into this same problem and rewrote the tool from scratch. I call it refdes_renum_slots. It is not included as it is written in Java and thus increases dependencies. wget http://public.laserlinc.com/Joshua/refdes_renum_slots.java gcj --main=refdes_renum_slots -o refdes_renum_slots refdes_renum_slots.java On Wed, Jan 29, 2014 at 8:06 AM, Matt Rhys-Roberts < matt DOT rhys-roberts AT envinsci DOT co DOT uk> wrote: > Is there any way to prevent refdes_renum from turning slotted components > (i.e. dual op-amps etc) into unique refdes's? > > It's only a minor pain to correct manually I suppose, but if there's a > smarter workaround, it would be appreciated. > > Thanks > Matt > --001a113470d2e730cd04f11c9a08 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
I ran into this same problem and rewrote the tool from scr= atch. =A0I call it refdes_renum_slots. =A0It is not included as it is writt= en in Java and thus increases dependencies.


wget http://public.laserlinc.com/Joshua/refdes_renum_slots.java
<=
font color=3D"#000000">gcj --main=3Drefdes_renum_slots -o refdes_renum_slot=
s refdes_renum_slots.java



On Wed, Jan 29, 2014 = at 8:06 AM, Matt Rhys-Roberts <matt DOT rhys-roberts AT envinsci DOT c= o.uk> wrote:
Is there any way to prevent refdes_renum fro= m turning slotted components (i.e. dual op-amps etc) into unique refdes'= ;s?

It's only a minor pain to correct manually I suppose, but if there'= s a smarter workaround, it would be appreciated.

Thanks
Matt

--001a113470d2e730cd04f11c9a08--