Index: src_plugins/autocrop/autocrop.pup =================================================================== --- src_plugins/autocrop/autocrop.pup (revision 15438) +++ src_plugins/autocrop/autocrop.pup (revision 15439) @@ -1,6 +1,6 @@ $class feature $short crop board to fit objects -$long Reduce the board dimensions to just enclose the elements. +$long Reduce the board dimensions to just enclose the objects on the board. $package (core) $state works default buildin Index: src_plugins/autoplace/autoplace.pup =================================================================== --- src_plugins/autoplace/autoplace.pup (revision 15438) +++ src_plugins/autoplace/autoplace.pup (revision 15439) @@ -1,6 +1,6 @@ $class feature $short auto place components -$long Automatically place elements. +$long Automatically place subcircuits. $package auto $state works default buildin Index: src_plugins/export_dsn/export_dsn.pup =================================================================== --- src_plugins/export_dsn/export_dsn.pup (revision 15438) +++ src_plugins/export_dsn/export_dsn.pup (revision 15439) @@ -3,7 +3,7 @@ $long Export specctra .dsn files $state works $fmt-native no -$fmt-feature-w export specctra .dsn files with padstacks and elements (usable for freerouting) +$fmt-feature-w export specctra .dsn files with padstacks and subcircuits (usable for freerouting) $package auto default buildin autoload 1 Index: src_plugins/export_xy/export_xy.pup =================================================================== --- src_plugins/export_xy/export_xy.pup (revision 15438) +++ src_plugins/export_xy/export_xy.pup (revision 15439) @@ -1,6 +1,6 @@ $class export $short xy (centroid) pcb_exporter -$long Template based export of XY centroid element data e.g. for pick & place. +$long Template based export of XY centroid subcircuit data e.g. for pick & place. $state works $fmt-native no $fmt-feature-w geda/PCB xy Index: src_plugins/fp_board/fp_board.pup =================================================================== --- src_plugins/fp_board/fp_board.pup (revision 15438) +++ src_plugins/fp_board/fp_board.pup (revision 15439) @@ -1,6 +1,6 @@ $class fp $short footprint library from boards -$long Footprint: load a board and expose all the unique elements on that board as a footprint library +$long Footprint: load a board and expose all the unique subcircuits on that board as a footprint library $state WIP $package (core) default buildin Index: src_plugins/import_sch/import_sch.pup =================================================================== --- src_plugins/import_sch/import_sch.pup (revision 15438) +++ src_plugins/import_sch/import_sch.pup (revision 15439) @@ -1,6 +1,6 @@ $class import $short import sch -$long Imports element and netlist data from the schematics (or some other source). +$long Imports footprints and netlist data from the schematics (or some other source). $state works $fmt-native no $fmt-feature-r import netlist and footprint info from gEDA schematics using gnetlist Index: src_plugins/io_kicad/io_kicad.pup =================================================================== --- src_plugins/io_kicad/io_kicad.pup (revision 15438) +++ src_plugins/io_kicad/io_kicad.pup (revision 15439) @@ -1,11 +1,11 @@ $class io $short Kicad's s-expr format -$long Load and save the design and elements in Kicad's s-expression format - this is the new, currently preferred format in Kicad. +$long Load and save the design and footprints in Kicad's s-expression format - this is the new, currently preferred format in Kicad. $state works $fmt-native no $fmt-feature-r kicad board, version 3, 4 and 20170123 (s-expr) $fmt-feature-w kicad board, version 3 (s-expr) -$fmt-feature-w kicad element (s-expr, according to version 3) +$fmt-feature-w kicad module (s-expr, according to version 3) $fmt-feature-r eeschema netlist and footprint info $package io-alien default buildin Index: src_plugins/io_kicad_legacy/io_kicad_legacy.pup =================================================================== --- src_plugins/io_kicad_legacy/io_kicad_legacy.pup (revision 15438) +++ src_plugins/io_kicad_legacy/io_kicad_legacy.pup (revision 15439) @@ -1,6 +1,6 @@ $class io $short Kicad's legacy format -$long Export the design and elements in Kicad's legacy format. +$long Export the design and footprints in Kicad's legacy format. $state works $fmt-native no $fmt-feature-w kicad pcbnew-board, version 1 (legacy plain text format) Index: src_plugins/io_lihata/io_lihata.pup =================================================================== --- src_plugins/io_lihata/io_lihata.pup (revision 15438) +++ src_plugins/io_lihata/io_lihata.pup (revision 15439) @@ -1,12 +1,12 @@ $class io $short lihata board format -$long Load and save the design and elements in the lihata board format. +$long Load and save the design and footprints in the lihata board format. $state works $fmt-native yes $fmt-feature-r lihata pcb-rnd board (any version) $fmt-feature-w lihata pcb-rnd board (any version) -$fmt-feature-r lihata pcb-rnd subcircuit (any version) -$fmt-feature-w lihata pcb-rnd subcircuit (any version) +$fmt-feature-r lihata pcb-rnd footprint (any version) +$fmt-feature-w lihata pcb-rnd footprint (any version) $fmt-feature-r lihata pcb-rnd font (any version) $fmt-feature-w lihata pcb-rnd font (any version) $package (core) Index: src_plugins/io_pcb/io_pcb.pup =================================================================== --- src_plugins/io_pcb/io_pcb.pup (revision 15438) +++ src_plugins/io_pcb/io_pcb.pup (revision 15439) @@ -1,6 +1,6 @@ $class io $short the original pcb format -$long Load and save the design and elements in the original pcb text format. +$long Load and save the design and footprints in the original gEDA/PCB text format. $state works $fmt-native no $fmt-feature-r gEDA/PCB .pcb board (any version up to 2017) Index: src_plugins/renumber/renumber.pup =================================================================== --- src_plugins/renumber/renumber.pup (revision 15438) +++ src_plugins/renumber/renumber.pup (revision 15439) @@ -1,6 +1,6 @@ $class feature $short renumber action -$long Renumber elements (renaming them) and generate a text file for back annotation. +$long Renumber subcircuits (renaming them) and generate a text file for back annotation. $state works $package extra default buildin Index: src_plugins/smartdisperse/smartdisperse.pup =================================================================== --- src_plugins/smartdisperse/smartdisperse.pup (revision 15438) +++ src_plugins/smartdisperse/smartdisperse.pup (revision 15439) @@ -1,6 +1,6 @@ $class feature $short netlist based dispenser -$long Improve the initial dispersion of elements by choosing an order based on the netlist, rather than the arbitrary element order. This isn't the same as a global autoplace, it's more of a linear autoplace. It might make some useful local groupings. For example, you should not have to chase all over the board to find the resistor that goes with a given LED. +$long Improve the initial dispersion of subcircuits by choosing an order based on the netlist, rather than the arbitrary subcircuit order. This isn't the same as a global autoplace, it's more of a linear autoplace. It might make some useful local groupings. For example, you should not have to chase all over the board to find the resistor that goes with a given LED. $state works $package auto default buildin