Vladimir Zhbanov

Results 15 issues of Vladimir Zhbanov

- C functions for translating action mode between C and Scheme have been added. - Accessors for window's Page select widgets have been added. - Several C callbacks for the...

It would be nice to have a mechanism to support add-ons/packages. The user of an add-on should be able to install it without figuring out where to put the components....

config

If different *net=* attributes with mapping for the same pin are attached to several symbols with the same *refdes=*, all they appear in the resulting netlist. How to reproduce ---------------------...

lepton-netlist

If several *net=* attributes are attached to a symbol with mapping for the same pin, the last one is used for net renaming. I think the first one should be...

lepton-netlist

Sometimes inherited net= inside symbol overrides net= attached to it. See, e.g., the net connected to *U500:10* from *gnd-custom.sym* inside `gnetlist/tests/common/netattrib.sch`, having inherited *net=DIGITAL_GND:1* and attached *net=DGND:1*. How to reproduce...

lepton-netlist

[gnetlist-parameter-substitution.tar.gz](https://github.com/lepton-eda/lepton-eda/files/2691288/gnetlist-parameter-substitution.tar.gz) (This is launchpad bug https://bugs.launchpad.net/geda/+bug/911440) Stephan Böttcher writes: > here's a patch to gnetlist that implements parameter substitution in > hierarchical schematics. The idea is that some attribute values...

lepton-netlist
wishlist

- The GUI part of the code of the previous C callback has been moved into a separate file. - Dealing with files is now done in Scheme. The most...

The new tests are pretty naive as mostly `stdout` is tested in verbose mode just to ensure all options are still working. Hopefully, better tests will appear in the process...

By default, during connection a net connecting to a bus changes its direction by 45 degrees and connects diagonally. It would be nice to enable orthogonal connections. The solution is...

- Several C functions have been rewritten in Scheme: - `o_undo_modify_viewport()` - `o_undo_init()` - `o_undo_find_prev_filename()` - `o_undo_find_prev_object_head()` - The documentation now includes more info on differences between the options `modify-viewport`...