kicad/eeschema/netlist_exporters
ludovic léau-mercier 0d532b43de Support .title directive in spice netlist exporter
Spice netlist exporter processes all texts on the exported schematic
sheet to find spice directives and include them in the output file.
By default it also added ".title KiCad schematic" in the first line, so
if there was another .title directive in the exported schematic sheet,
the generated file would contain two .title directives.

This patch looks for .title directive and when one is found - it uses
the specified title in the first line.
2018-01-26 08:57:35 +01:00
..
netlist_exporter.cpp Fix a compil issue on Linux 2017-10-10 08:37:50 +02:00
netlist_exporter.h Convert symbol library editor over to use symbol library table. 2017-11-09 18:50:20 -05:00
netlist_exporter_cadstar.cpp Fix quotes in UI messages 2017-12-15 07:33:07 -05:00
netlist_exporter_cadstar.h Convert symbol library editor over to use symbol library table. 2017-11-09 18:50:20 -05:00
netlist_exporter_generic.cpp Move LIB_PART save code to legacy schematic plugin. 2017-12-01 11:49:44 -05:00
netlist_exporter_generic.h Convert symbol library editor over to use symbol library table. 2017-11-09 18:50:20 -05:00
netlist_exporter_kicad.cpp Split IO_ERROR out of richio.* and store Problem() and Where() separately 2016-09-20 11:56:18 -04:00
netlist_exporter_kicad.h Convert symbol library editor over to use symbol library table. 2017-11-09 18:50:20 -05:00
netlist_exporter_orcadpcb2.cpp Fix quotes in UI messages 2017-12-15 07:33:07 -05:00
netlist_exporter_orcadpcb2.h Convert symbol library editor over to use symbol library table. 2017-11-09 18:50:20 -05:00
netlist_exporter_pspice.cpp Support .title directive in spice netlist exporter 2018-01-26 08:57:35 +01:00
netlist_exporter_pspice.h Support .title directive in spice netlist exporter 2018-01-26 08:57:35 +01:00