Zero out symbol data fields after a symbol is copied and its value field is changed
Bug #1811460 reported by
Art
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
KiCad |
Fix Released
|
Unknown
|
Bug Description
This is probably a feature request, but it would make life much easier if all the fields for a component (like datasheet, Description, all the custom fields) are zeroed out when you edit the value field. For example if I want to insert a new resistor, more often than not I would just copy and paste one of the resistors already placed on the schematic and then adjust its value by editing Value field directly. If I don't catch it later, during BOM generation, it would have a wrong part number and everything else assigned to it. Then same goes for the case when you just need to adjust the value of the symbol. If all the fields go blank, it will be easy to see, when BOM is generated.
Changed in kicad: | |
importance: | Wishlist → Unknown |
status: | Expired → Fix Released |
To post a comment you must log in.
I am not so sure KiCad should delete this stuff when copying. After all a lot of times you need another 1k resistor when copying from another 1k resistor.
In your case it might anyway be better to add a new resistor symbol from the library if you want it cleaned up. Maybe add more specialized symbols with the footprint field already filled out to aid you in this process. (You would then need one symbol per footprint in your library. Meaning one R_0603, R_0402, ... symbol)