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=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=cMKJLERZGJqgteB1Y0ePzuMf+irVS77QTMce4x5dF6w=; b=BcPjdT/SvS5Q1wHby8Lg0fcL8aTiEHth0v8o+SrHz+kPSbAwv5YHp9YQite8aTyR66 YIB8Ea7HgbLmNexcds45lryXp77LrfN0N4Tz8PmEUZQPc/S+4yoBMLJoFkkdXSi5vieY UVhTM7M4pvFYdN2S3S7UYnP3vTs8/iZA4Ll1eTa0E9Qdv7gjyQ8A/oFC/MfqHovFiTCN GCNj/zXEuqFlenT0qY+vmispPQgIi5cosK6ReQpvpSKs4afMErHOCW0Ym1JkIrG6HqIR kI3PglQwf9/64TxF3/uASZDiAGHyY280I39MrtGSW8Jy7xEetYQlMUxyk2bVNOQEYjgX XMuA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=cMKJLERZGJqgteB1Y0ePzuMf+irVS77QTMce4x5dF6w=; b=l5QeoGZZITtuKKSQGnHd5I+ZmBOUd01NtqspPSmbYW8WGCRHayViB7qDn64+w9Z+Wh 5z20heSUdjzy9isJjb1DmClGzAw/Uei9SvhBjmp6jTHHHbfNO6LLZx5bu4aT/wH286h0 0LomVcOdJbm3P4Ko+POpjMO01Jut+8PylO5+w0MbOYv0ngmzv0y3Xy8qoGdTQeL+1vhI 1pMOc4Jig/Q8P9alUWxguL/F5hmVLFR7fa/9P1ykF3P1Ydse/edVvaNwi6LeVk0WGpjW VFbZqecyeHXVL9nwhrT78tXrEG03ADXQPNYUCdFxZ2UKTdRdoKhmH8Khmh6mv20+1+C3 K1wQ== X-Gm-Message-State: AEkoous8+aiCJnax/Pcy9T9UFykuIT60vNC56mDKo2bdgT3sIYojseecmec7McVW0lSx9w== X-Received: by 10.194.123.228 with SMTP id md4mr683099wjb.91.1472012756321; Tue, 23 Aug 2016 21:25:56 -0700 (PDT) Date: Wed, 24 Aug 2016 06:25:52 +0200 From: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] pcb: moving portions of a layout around Message-Id: <20160824062552.fa14c86478ad565579434e68@gmail.com> In-Reply-To: <199EEF6F-3BCF-4AA5-AB60-9EA59EDE899F@wellesley.edu> References: <199EEF6F-3BCF-4AA5-AB60-9EA59EDE899F AT wellesley DOT edu> X-Mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Today the only option is manually select. If it is possible to assign a "sublayout" attribute with value telling to which part an object belong selection would be easy. I guess there would a sub layout selector then drawing layout with possibility to right click and select all objects belonging to layout. > What are some recommended ways to move around portions of a pcb layout? > > For example, say I want to move a set of 60 components (with inter-connecting traces) and shift them up and over by a few inches? > I know that I can drag select, but often only parts of components are selected that way (some pads, but not the whole element), and then I spend a fair amount of time individually selecting traces/elements that were not captured by the drag select. This is especially true in a dense region of board where a drag select of components that I want would also select the components that I want to leave alone. I always end up with a lot of Shift-clicking to select what I want (and only what I want). > > I usually end up turning off silk & pins/pads, then drag selecting the traces + vias, then turning back on the silk & pins/pads to grab the elements. But I’m sure that there’s a better way. > > Thanks, > James