Re: gEDA-user: inherited attributes

2011-04-10 Thread Vincent
> On Fri, 2011-04-08 at 16:29 -0400, Vincent wrote: > > > Here are the 2 sym original and the modified respectively. > > You have modified much... > > This is the output of gsymcheck for the second symbol, please check. > > stefan@AMD64X2 ~/ttt $ gsymcheck -vv s2.sym > Read garbage in [/home

Re: gEDA-user: inherited attributes

2011-04-08 Thread Stefan Salewski
On Fri, 2011-04-08 at 16:29 -0400, Vincent wrote: > Here are the 2 sym original and the modified respectively. You have modified much... This is the output of gsymcheck for the second symbol, please check. stefan@AMD64X2 ~/ttt $ gsymcheck -vv s2.sym Read garbage in [/home/stefan/ttt/s2.sym] :

gEDA-user: inherited attributes

2011-04-08 Thread Vincent
# From: Kai-Martin Knaak # Date: Thu, 07 Apr 2011 13:32:42 +0200 Vincent wrote: > How the inherited attributes are entered in components? I couldn't find > any information. I modified some preexisting component and then entered > new name, footprint etc. If check the box of inherited attributes

Re: gEDA-user: "Inherited" attributes view in gschem

2009-06-04 Thread Dan McMahill
Michael Sokolov wrote: > Peter Clifton wrote: > >> Given a blank canvas, my personal preference would be that as an >> internal representation, attributes are simply name=value pairs without >> any coordinates or other graphical representation. >> >> The text you see on the schematic would be an

Re: gEDA-user: "Inherited" attributes view in gschem

2009-05-31 Thread Peter Clifton
On Sun, 2009-05-31 at 19:58 +, Michael Sokolov wrote: > You can get a much better idea of how it all works by checking uEDA, my > part library and a sample board project out of my CVS: > > cvs -d :pserver:anon...@ifctfvax.harhan.org:/fs1/IFCTF-cvs co ueda > ifctf-part-lib OSDCU Thanks. I ha

Re: gEDA-user: "Inherited" attributes view in gschem

2009-05-31 Thread Michael Sokolov
Peter Clifton wrote: > What does the pinout file look like? #pin name pin number A:1 1 B:1 2 Y:1 3 A:2 4 B:2 5 Y:2 6 GND 7 Y:3 8 A:3 9 B:3 10 Y:4 11 A:4

Re: gEDA-user: "Inherited" attributes view in gschem

2009-05-31 Thread Peter Clifton
On Sun, 2009-05-31 at 17:44 +, Michael Sokolov wrote: > Peter Clifton wrote: > > > Could you send an example as to the syntax used please? > > In the MCL: > > part 74LS00: > device=74LS00 > footprint=SO14 > description=Standard logic IC, SOIC package > manufacturer=Generic > npins=14 >

Re: gEDA-user: "Inherited" attributes view in gschem

2009-05-31 Thread Michael Sokolov
Peter Clifton wrote: > Could you send an example as to the syntax used please? In the MCL: part 74LS00: device=74LS00 footprint=SO14 description=Standard logic IC, SOIC package manufacturer=Generic npins=14 pinout=7400.pinout U4: # M68K bus read and write strobes part=74LS00 In a sche

Re: gEDA-user: "Inherited" attributes view in gschem

2009-05-31 Thread Peter Clifton
On Sun, 2009-05-31 at 17:38 +0200, Stefan Salewski wrote: > Is there a plan to modify the general concept of attribute handling? > > See > > http://archives.seul.org/geda/user/Apr-2009/msg00247.html I am strongly in favour of pruning the list of default promoted attributes to just '("refdes" "s

Re: gEDA-user: "Inherited" attributes view in gschem

2009-05-31 Thread Peter Clifton
On Sun, 2009-05-31 at 16:58 +, Michael Sokolov wrote: > Peter Clifton wrote: > > > Given a blank canvas, my personal preference would be that as an > > internal representation, attributes are simply name=value pairs without > > any coordinates or other graphical representation. > > > > The te

Re: gEDA-user: "Inherited" attributes view in gschem

2009-05-31 Thread Peter Clifton
On Sun, 2009-05-31 at 10:35 -0600, John Doty wrote: > On May 31, 2009, at 8:23 AM, Peter Clifton wrote: > > > Hi guys, > > > This is a good idea, and should be in the next gschem. The code is already in git (albeit not the code to mask view of the overridden attributes within the symbol) > It do

Re: gEDA-user: "Inherited" attributes view in gschem

2009-05-31 Thread Michael Sokolov
Peter Clifton wrote: > Given a blank canvas, my personal preference would be that as an > internal representation, attributes are simply name=value pairs without > any coordinates or other graphical representation. > > The text you see on the schematic would be an entity without its own > text, b

Re: gEDA-user: "Inherited" attributes view in gschem

2009-05-31 Thread Peter Clifton
On Sun, 2009-05-31 at 17:38 +0200, Stefan Salewski wrote: > On Sun, 2009-05-31 at 15:10 +0100, Peter Clifton wrote: > > Hi guys, > > > > I've just dropped in some code changes which give the multi-attrib > > editor in gschem the ability to view attributes from inside symbols. > > > > Screenshot h

Re: gEDA-user: "Inherited" attributes view in gschem

2009-05-31 Thread John Doty
On May 31, 2009, at 9:38 AM, Stefan Salewski wrote: > On Sun, 2009-05-31 at 15:10 +0100, Peter Clifton wrote: >> Hi guys, >> >> I've just dropped in some code changes which give the multi-attrib >> editor in gschem the ability to view attributes from inside symbols. >> >> Screenshot here: >> http

Re: gEDA-user: "Inherited" attributes view in gschem

2009-05-31 Thread John Doty
On May 31, 2009, at 8:23 AM, Peter Clifton wrote: > Hi guys, > > I've just dropped in some code changes which give the multi-attrib > editor in gschem the ability to view attributes from inside symbols. > > Screenshot here: > http://www2.eng.cam.ac.uk/~pcjc2/geda/screenshots/ > inherited_attribu

Re: gEDA-user: "Inherited" attributes view in gschem

2009-05-31 Thread Stefan Salewski
On Sun, 2009-05-31 at 15:10 +0100, Peter Clifton wrote: > Hi guys, > > I've just dropped in some code changes which give the multi-attrib > editor in gschem the ability to view attributes from inside symbols. > > Screenshot here: > http://www2.eng.cam.ac.uk/~pcjc2/geda/screenshots/inherited_attri

gEDA-user: "Inherited" attributes view in gschem

2009-05-31 Thread Peter Clifton
Hi guys, I've just dropped in some code changes which give the multi-attrib editor in gschem the ability to view attributes from inside symbols. Screenshot here: http://www2.eng.cam.ac.uk/~pcjc2/geda/screenshots/inherited_attributes_view.png Numerous people have spotted that we lacked such a vie

gEDA-user: "Inherited" attributes view in gschem

2009-05-31 Thread Peter Clifton
Hi guys, I've just dropped in some code changes which give the multi-attrib editor in gschem the ability to view attributes from inside symbols. Screenshot here: http://www2.eng.cam.ac.uk/~pcjc2/geda/screenshots/inherited_attributes_view.png Numerous people have spotted that we lacked such a vie