www.delorie.com/archives/browse.cgi   search  
Mail Archives: geda-user/2013/06/07/19:35:03

X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f
X-Recipient: geda-user AT delorie DOT com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=20120113;
h=mime-version:in-reply-to:references:date:message-id:subject:from:to
:content-type;
bh=JQqQWFFlkwyaUCKzplT0BNBaDGUYdNGyupeKHrbUH7k=;
b=jFmnVmD0S7k46M3k8x8brcI+dDNOHxC/vS4ibyxbTote4+eeSrRfdCJupyIEh1bvHS
Ike+RydjTqr5Fo+jEMlBST9EiUEyG2Y9vxMVMK0s9ipM7K2YsWIRbPDEvKFCbew1bWRp
jUmN5oOHa6xutpEW1pf9EeImQQnQAghfi0itnJPyfRDXTYnpqZx1Am07crkUSQT26pzP
1EgApermyn1XjO7R0wURPbxws6DTP/HKp/cTp8kpgGJW6o6LY3IOMYf69OBawENcwuj3
rZhjKlgqGcT3OxF1rZ9xS2WQngp9sma4/OQfNqkCNl05qCSnMUz2qr9497/IjNADoNdK
5TjQ==
MIME-Version: 1.0
X-Received: by 10.180.185.44 with SMTP id ez12mr1322wic.7.1370648089810; Fri,
07 Jun 2013 16:34:49 -0700 (PDT)
In-Reply-To: <koto2c$r5i$1@ger.gmane.org>
References: <CACPio-6QgmXwj8LwYoR6zq1hfXHh8ymmnDNhrJd5oEVg6pt0Gg AT mail DOT gmail DOT com>
<CACPio-7zTB0N7x8hGALcZzGgaCAexKr5DUb4imd=QAzH7Pj61A AT mail DOT gmail DOT com>
<CAG4ve9Jm00oyLb7uLgQjSTjfBpXOL9a0tXkjAQx09325ibChPg AT mail DOT gmail DOT com>
<CACPio-7ucw-yxsykwOyV+p=+xUqKbwHLhQv1ODNS9Qd+gf3GPQ AT mail DOT gmail DOT com>
<CAG4ve9KAB6POcUvMhh3KsCt3eRyWus8L+V1WFyupgL-4QckRJA AT mail DOT gmail DOT com>
<CACPio-7yV1a08b99NyjrGtD0b7qdKWxLPQxA0nUr3qAL9yz7pQ AT mail DOT gmail DOT com>
<CAG4ve9KKG_4Z6V0V3HCjAjo6jwD=t5AmwGdVgGqYJbM9q6B_zA AT mail DOT gmail DOT com>
<CACPio-66SHLWYAusnwq0acYBL+QX0uwuuT8zeUotYE90a5pCHQ AT mail DOT gmail DOT com>
<CAG4ve9KeBYS_Gs_5y2o6ZWVREq0tEFtJiEQbX692SbRzTdSxgw AT mail DOT gmail DOT com>
<CAG4ve9+wP0VAnXAFpB+gJQHUphnNTYn71_wBphuMafL09k9YnQ AT mail DOT gmail DOT com>
<koto2c$r5i$1 AT ger DOT gmane DOT org>
Date: Fri, 7 Jun 2013 19:34:49 -0400
Message-ID: <CACPio-4m=CaiEpRe7wkn61sFVonM=aw-Q2j499__aA916hc2CA@mail.gmail.com>
Subject: Re: [geda-user] Re: refdes renumber
From: Nathan Stewart <therealnathanstewart AT gmail DOT com>
To: geda-user AT delorie DOT com
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

--001a11c2257481674b04de98e03f
Content-Type: text/plain; charset=KOI8-R
Content-Transfer-Encoding: quoted-printable

I actually have a working renumber command in the my local working copy
gui. I sent email to the list but nobody responded, so I figured interest
was low.

Right now its limited to fixed string prefixes, but I am considering making
it regex based if it provides usable functionality.
On Jun 7, 2013 6:57 PM, "Kai-Martin Knaak" <kmk AT familieknaak DOT de> wrote:

> =E1=CC=C5=CB=D3=C5=CA =E8=C1=D2=D8=CB=CF=D7=D3=CB=C9=CA wrote:
>
> > This script completely compatible with refdes_renum script of geda
> > project.
>
> Meaning, it may evolve into a drop-in replacement in the GUI?
>
>
> > Main difference of this script that his renumber REFDESs attribute
> > in schematic files or schematic and PCB files sumaltenuously.
>
> Nice.
> Can the script deal with refdes mangling? That is, refdes strings in
> the layout that are a concatenation of the refdes of a sub sheet
> symbol and the refdes of the symbol itself. E.g, if the refdes of a
> sub sheet symbol is "SUB5" and the refdes of a resistor in the sub
> sheet is "R1", then the footprint in the layout may receive the refdes
> "SUB5R1".
>
> IMHO, python is an excellent choice for scripting :-)
>
> ---<)kaimartin(>---
> --
> Kai-Martin Knaak
>
>

--001a11c2257481674b04de98e03f
Content-Type: text/html; charset=KOI8-R
Content-Transfer-Encoding: quoted-printable

<p>I actually have a working renumber command in the my local working copy =
gui. I sent email to the list but nobody responded, so I figured interest w=
as low.</p>
<p>Right now its limited to fixed string prefixes, but I am considering mak=
ing it regex based if it provides usable functionality.</p>
<div class=3D"gmail_quote">On Jun 7, 2013 6:57 PM, &quot;Kai-Martin Knaak&q=
uot; &lt;<a href=3D"mailto:kmk AT familieknaak DOT de">kmk AT familieknaak DOT de</a>&gt;=
 wrote:<br type=3D"attribution"><blockquote class=3D"gmail_quote" style=3D"=
margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
=E1=CC=C5=CB=D3=C5=CA =E8=C1=D2=D8=CB=CF=D7=D3=CB=C9=CA wrote:<br>
<br>
&gt; This script completely compatible with refdes_renum script of geda<br>
&gt; project.<br>
<br>
Meaning, it may evolve into a drop-in replacement in the GUI?<br>
<br>
<br>
&gt; Main difference of this script that his renumber REFDESs attribute<br>
&gt; in schematic files or schematic and PCB files sumaltenuously.<br>
<br>
Nice.<br>
Can the script deal with refdes mangling? That is, refdes strings in<br>
the layout that are a concatenation of the refdes of a sub sheet<br>
symbol and the refdes of the symbol itself. E.g, if the refdes of a<br>
sub sheet symbol is &quot;SUB5&quot; and the refdes of a resistor in the su=
b<br>
sheet is &quot;R1&quot;, then the footprint in the layout may receive the r=
efdes<br>
&quot;SUB5R1&quot;.<br>
<br>
IMHO, python is an excellent choice for scripting :-)<br>
<br>
---&lt;)kaimartin(&gt;---<br>
--<br>
Kai-Martin Knaak<br>
<br>
</blockquote></div>

--001a11c2257481674b04de98e03f--

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019