kicad/eeschema/netlist_exporters
Jeff Young b41d446f58 Fix a bunch more issues with sheetpaths and allowExtraText.
A sheetpath is required to correctly resolve text variables.
Depending on currentSheet is rife with bugs.

There are many places where we do *not* want to be prepending
field names to the field values, such as netlisting,
building PDF hypertext menus, etc.

Also, Find/Replace needs to work on unresolved text, as
that's what we're going to display (and if replace nuked
your variable references you wouldn't be happy).
2023-05-05 17:23:52 +01:00
..
netlist.h Add a new schematic exporter to Spice .subckt model 2022-09-09 16:18:48 +02:00
netlist_exporter_base.cpp Don't include power symbol pin when exporting netlist. 2023-05-05 08:53:29 -04:00
netlist_exporter_base.h Get rid of m_sortedSymbolPinList in favour of a properly scoped variable. 2023-02-25 20:36:11 +00:00
netlist_exporter_cadstar.cpp Fix a bunch more issues with sheetpaths and allowExtraText. 2023-05-05 17:23:52 +01:00
netlist_exporter_cadstar.h Remove GUI calls from netlisting. 2022-11-18 15:29:16 +00:00
netlist_exporter_kicad.cpp Remove GUI calls from netlisting. 2022-11-18 15:29:16 +00:00
netlist_exporter_kicad.h Remove GUI calls from netlisting. 2022-11-18 15:29:16 +00:00
netlist_exporter_orcadpcb2.cpp Fix a bunch more issues with sheetpaths and allowExtraText. 2023-05-05 17:23:52 +01:00
netlist_exporter_orcadpcb2.h Remove GUI calls from netlisting. 2022-11-18 15:29:16 +00:00
netlist_exporter_spice.cpp Fix a bunch more issues with sheetpaths and allowExtraText. 2023-05-05 17:23:52 +01:00
netlist_exporter_spice.h Get rid of m_sortedSymbolPinList in favour of a properly scoped variable. 2023-02-25 20:36:11 +00:00
netlist_exporter_spice_model.cpp subckt export: add missing tristate pintype 2023-01-23 23:26:48 +00:00
netlist_exporter_spice_model.h Remove GUI calls from netlisting. 2022-11-18 15:29:16 +00:00
netlist_exporter_xml.cpp Fix a bunch more issues with sheetpaths and allowExtraText. 2023-05-05 17:23:52 +01:00
netlist_exporter_xml.h Remove GUI calls from netlisting. 2022-11-18 15:29:16 +00:00
netlist_generator.cpp Bug Fixes for new incremental connectivity 2023-04-21 13:35:18 -07:00