kicad/eeschema/netlist_exporters
jean-pierre charras df698b9433 NETLIST_EXPORTER_SPICE: add space to the not allowed chars in netnames
Not allowed chars are replaced by '_'
From master branch
Fixes #14724
https://gitlab.com/kicad/code/kicad/issues/14724
2023-05-16 19:50:24 +02:00
..
netlist.h
netlist_exporter_base.cpp
netlist_exporter_base.h
netlist_exporter_cadstar.cpp Fix a bunch more issues with sheetpaths and allowExtraText. 2023-05-05 18:02:59 +01:00
netlist_exporter_cadstar.h
netlist_exporter_kicad.cpp
netlist_exporter_kicad.h
netlist_exporter_orcadpcb2.cpp Fix a bunch more issues with sheetpaths and allowExtraText. 2023-05-05 18:02:59 +01:00
netlist_exporter_orcadpcb2.h
netlist_exporter_spice.cpp NETLIST_EXPORTER_SPICE: add space to the not allowed chars in netnames 2023-05-16 19:50:24 +02:00
netlist_exporter_spice.h
netlist_exporter_spice_model.cpp
netlist_exporter_spice_model.h
netlist_exporter_xml.cpp Fix a bunch more issues with sheetpaths and allowExtraText. 2023-05-05 18:02:59 +01:00
netlist_exporter_xml.h
netlist_generator.cpp