X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Mon, 26 Oct 2015 20:21:43 +0100 (CET) X-X-Sender: igor2 AT igor2priv To: geda-user AT delorie DOT com X-Debug: to=geda-user AT delorie DOT com from="gedau AT igor2 DOT repo DOT hu" From: gedau AT igor2 DOT repo DOT hu Subject: [geda-user] [pcb-rnd] new feature: change pin number Message-ID: User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Reply-To: geda-user AT delorie DOT com Hi all, Evan reminded me on a missing feature around footprint creation: renumbering pins without having to use a text editor. I wanted to check out how the undo code worked anyway, so it was a good excuse to dig up the code. The new feature is accessible in pcb-rnd trunk. Hover the mouse over a pin or pad and press shift+ctrl+n. Pcb-rnd prompts for the new pin number. The feature is very similar to the 'n' key (change pin name), but operates on "number" field of the pin. Undo works. Optimize rats works. Tested in both lesstif and gtk. Related commits tagged with [pinnum]. More testing is welcome. Regards, Igor2