El dom, 23-10-2005 a las 14:34 +0200, Matthias Wenzel escribió:
[snip]
> sounds good, but in a first-things-first thinking, I'd prefer seeing a 
> much simpler thing improved:
> autonumbering of refdes attributes as you add or copy components. On 
> each add/copy gschem can scan for the largest number of refdes=part(N) 
> and use part(N+1).
> Should also work when I refdes my first resistor R100.

Have you tried autonumbering?. Add this to your gafrc file:
 
(load "$YOUR_INSTALL_PATH/share/gEDA/scheme/auto-uref.scm")
(add-hook! add-component-hook auto-uref)
(add-hook! copy-component-hook auto-uref)

Then execute gschem again and see what happen. It's not perfect (for
example, it doesn't look for the last refdes in a page), but it's a
starting point.

Regards,

Carlos

Reply via email to