X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-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=cAfvuqsYUigYVt0mKxyfbpGcvjG0Hu8lerib3j2ITTY=; b=rD3AFTDqWvmz7793PeOBaWqGJoKJMH+5kyOgYEgquFokUTsNH+oAReh3L346B5R1W4 3HMi2VZpDQvNUN0B3V9pEjuo/yMVxC5QJfRT6qO3d2EvzBlqAcsA2ynCf4ZaK3eL/A5E wP7cgKexlz2ZjFBCm3C5fLC5R+gE5gGug/6W7kzY4aRB+VDTfHQMWjQ5AhHk/r9HMYDE Ei7nANgjzjm/NpCmHS1z97Ib/bzOjagbGATi1R+IcrNGC3SaZ9Am1y076omKetjBQwQm 4/omvEzdP61pqf7Y/zW6tked1BqQ18SmaSY1wxmAE163R/D3G/lTJd7ZmnF77BSFWUWt KgYg== 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:date :message-id:subject:from:to:content-type; bh=cAfvuqsYUigYVt0mKxyfbpGcvjG0Hu8lerib3j2ITTY=; b=jvOmP1qKGZ1Ym5M0af46uTVqo/JGgdkr0q+94fgrVid8KnE8fiqLZuuX1FQHleIs/x wq5Nbn1rnnbWT+tcA7ttddmTrGLUnftusqKU7yXn1l1dyI1akCfPdXTWYb/t3U3RJQnJ ZN0eThywLLO8jUL1VSeLBZn+G7PwHSsGrRJiLxP96XfObB2LSS9bCB/m3F9QrUmCjHg3 nr3Gn//vo7YMEK4y3enFUmg8SVgAJ3p5oNCJGqUltKCAYMAdOsK62Gy+20kOzWnTSLQu ywMVe/SKa0M+9+yDqSaVMfytC/F2H9k7l38+aBjwyzc/6DKh/pCqJ/D9s/kFBvDaqJgD 9iww== X-Gm-Message-State: ALoCoQkHHAoU2xp5C71PPTB5S/mAWfRkQq4D9RPwqrDjtLzKkxTtfj/8cfQ3zIOw0ggG8uvnei0+KhdKJcB+rmi+Rou2YztWJQ== MIME-Version: 1.0 X-Received: by 10.194.173.233 with SMTP id bn9mr5955623wjc.1.1452803535491; Thu, 14 Jan 2016 12:32:15 -0800 (PST) In-Reply-To: <201601141921.u0EJL80k031505@envy.delorie.com> References: <29B50AD8-DCD0-4048-B888-711C5D8E1E65 AT noqsi DOT com> <20160107175042 DOT 5e06aad2bf09818a8886d6f7 AT gmail DOT com> <20160108182822 DOT 3c4b5f2d183143b4a41680dd AT gmail DOT com> <201601111903 DOT u0BJ3A9a005050 AT envy DOT delorie DOT com> <5693FF30 DOT 1020208 AT iee DOT org> <56965E3B DOT 2070409 AT iee DOT org> <20160114090144 DOT 5509616b019b8dfc47d6c319 AT gmail DOT com> <201601141921 DOT u0EJL80k031505 AT envy DOT delorie DOT com> Date: Thu, 14 Jan 2016 11:32:15 -0900 Message-ID: Subject: Re: [geda-user] Re: off-board parts/wiring From: "Britton Kerin (britton DOT kerin AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Content-Type: multipart/alternative; boundary=089e0122f088a971e80529512e2b 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 --089e0122f088a971e80529512e2b Content-Type: text/plain; charset=UTF-8 On Thu, Jan 14, 2016 at 10:21 AM, DJ Delorie wrote: > > > In pcb there should be an import footprint list or similar > > feature. In such case gsch2pcb or netlist would write down what > > footprints are used in design instead of importing changes. Then > > footprint listed are imported unlisted elements will be deleted and > > new elements added. > > File->Import does that. Any new footprints are added at to a > specified region, changed footprints are changed in-place, and removed > footprints are merely selected so you can see what they are before you > hit the delete key. > This behavior turns out to be what you want, but it's a perfect example of something that could really use a tool tip. The above summary is almost right as is. btw DJ is it possible to make a branch that everyone can commit to? It might not be useful all that often but for things like the tool tips branch it would be very convenient. Britton --089e0122f088a971e80529512e2b Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


On Thu, Jan 14, 2016 at 10:21 AM, DJ Delorie <dj AT delorie DOT com> wrote:

> In pcb there should be an import footprint list or similar
> feature. In such case gsch2pcb or netlist would write down what
> footprints are used in design instead of importing changes. Then
> footprint listed are imported unlisted elements will be deleted and > new elements added.

File->Import does that.=C2=A0 Any new footprints are added at to a
specified region, changed footprints are changed in-place, and removed
footprints are merely selected so you can see what they are before you
hit the delete key.

This beh= avior turns out to be what you want, but it's a perfect example of some= thing that could really use a tool tip.
The above summ= ary is almost right as is.

b= tw DJ is it possible to make a branch that everyone can commit to?=C2=A0 It= might not be useful all that often but for things like the tool tips branc= h it would be very convenient.

Britton
=C2=A0
--089e0122f088a971e80529512e2b--