Comment 0 for bug 787637

Revision history for this message
KaiMartin (kmk-familieknaak) wrote :

The auto-uref.scm script does not work as expected. It uses even numbers only and produces duplicate refdeses.

To reproduce:

0) add these lines in gschemrc to activate auto-uref:
   (load-from-path "auto-uref.scm")
   (add-hook! add-component-hook auto-uref)
   (add-hook! copy-component-hook auto-uref)

1) open gschem.

2) Open the symbol chooser dialog and add three symbols resistor-2.sym from the Basic_devices library.

Refdeses should be R1, R2, R3, but will be R2, R4, R6.

3) save the sheet with save-as.

4) close gschem.

5) open gschem with the saved sheet.

6) Add some more resistor-1.sym via the chooser dialog.

Refdeses will again be R2, R4, R6, etc. That is duplicates to the symbols already present on the sheet.

---<)kaimartin(>---