kicad/qa/schematic_utils
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
..
CMakeLists.txt Split spice tests into separate test 2023-04-03 14:42:10 +01:00
eeschema_test_utils.cpp Fix a bunch more issues with sheetpaths and allowExtraText. 2023-05-05 17:23:52 +01:00
eeschema_test_utils.h Split spice tests into separate test 2023-04-03 14:42:10 +01:00
schematic_file_util.cpp Add CADSTAR Parts Library (.lib) parser and qa tests 2023-03-16 21:07:04 +01:00
schematic_file_util.h