gEDA-user: gschem pin numbers

2010-11-13 Thread George M. Gallant, Jr.
Is there an option to show pin numbers on non-polarized resistors/caps 
etc in gschem?


George


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: gschem pin numbers

2010-11-13 Thread John Doty

On Nov 13, 2010, at 9:34 AM, George M. Gallant, Jr. wrote:

 Is there an option to show pin numbers on non-polarized resistors/caps etc in 
 gschem?

It's a function of the attribute visibility in the symbol file. So, copy your 
favorite resistor symbol file to someplace like a project symbol directory, 
preferably changing its name to avoid confusion. Then edit it to make the 
numbers visible. You can also add things like a default package at this time, 
very handy.

John Doty  Noqsi Aerospace, Ltd.
http://www.noqsi.com/
j...@noqsi.com




___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: gschem pin numbers

2010-11-13 Thread Stefan Salewski
On Sat, 2010-11-13 at 11:34 -0500, George M. Gallant, Jr. wrote:
 Is there an option to show pin numbers on non-polarized resistors/caps 
 etc in gschem?
 
 George

You may do what John Doty suggested,

or you may try the new scheme API of Peter TB Brett, mentioned some
weeks ago on this list.

As an example of how gschem plugins can be written using this API, the
attached `hide-pinseq.scm' file is a plugin for hiding all pinseq
attributes on the current page.

Seems to be similar?




___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: gschem pin numbers

2010-11-13 Thread Peter TB Brett
On Saturday 13 November 2010 18:03:10 Stefan Salewski wrote:
 or you may try the new scheme API of Peter TB Brett, 
mentioned some
 weeks ago on this list.
 
 As an example of how gschem plugins can be written using 
this API, the
 attached `hide-pinseq.scm' file is a plugin for hiding all 
pinseq
 attributes on the current page.

Hi Stefan,

This is actually a piece of code for changing pins in bulk *while 
editing a symbol*.

So it (or something similar) may be useful while doing what John 
suggested. :-)

  Peter


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user