[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: Renumber in PCB/Was/Is List



> Is there documentation anywhere on how to get started in developing
> for PCB/gschem?

No formal documentation, but it's not hard.  Look at src/puller.c for
an example of tying a custom function in (the action API is in hid.h).
You can also look at src/hid/bom/bom.c for code that looks up the X,Y
location of all elements.  The only remaining part is to look in
undo.h and change.h for the relevent functions to actually rename the
elements.

To add a file to the build, look for "puller" in src/Makefile.am and
add yours in the same way, then run autogen.sh.


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