X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Wed, 7 Jul 2021 16:51:21 +0200 (CEST) From: Roland Lutz To: "Stephen C. Menasian (menasian AT ptd DOT net) [via geda-user AT delorie DOT com]" Subject: Re: [geda-user] Thank you - some requests and an offer In-Reply-To: <20210707101437.2c7c63a6@queeg> Message-ID: References: <20210707101437 DOT 2c7c63a6 AT queeg> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="8323329-504376349-1625669482=:13116" 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 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323329-504376349-1625669482=:13116 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8BIT Hi Stephen, it's always good to hear people are happy with gEDA. Being on this mailing list, I usually only hear about things that don't work; your mail is a welcome exception. :-) On Wed, 7 Jul 2021, Stephen C. Menasian (menasian AT ptd DOT net) [via geda-user AT delorie DOT com] wrote: > The selection remained with the originally selected part(s) after the > copy and the new copy was not selected. The new gschem transfers the > selection to the copy when it is placed. I changed it this way because it's how most programs behave these days: > http://git.geda-project.org/geda-gaf/commit/?id=c1d796ce You can undo this by going to line 148 of gschem/src/x_event.c: case (PASTEMODE) : o_place_end(w_current, w_x, w_y, FALSE, TRUE, and replacing TRUE with FALSE: case (PASTEMODE) : o_place_end(w_current, w_x, w_y, FALSE, FALSE, Just out of curiosity: how does your workflow look like, so you prefer the copied object to stay selected? > I have written a C program which I call "geda_parts". […] if there is > any interest, I can post the source once it is stable. Sure, go ahead! There's no need to wait until it is stable. Roland --8323329-504376349-1625669482=:13116--