kicad/eeschema/sch_plugins
Wayne Stambaugh a416eb2cf6 Fix schematic editor crash when updating symbols.
Some how symbol names that still have escaped '/' character get mixed with
symbol names that have '/' characters now that it is no longer an invalid
LIB_ID character.  This was causing derived symbols to loose the link to
the parent symbol.  This fix replaces any instances of "{slash}" with "/"
to convert symbol names to the proper escaping.

Thanks to JP for the inspiration for the fix.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/15715

Manually cherry picked from commit 2f51d22b3a.
2023-09-29 12:53:33 -04:00
..
altium Altium schematic: support Line dash styles and colors. 2023-09-11 18:33:34 +03:00
cadstar CADSTAR Sch: TERMATTR may have more than one attribute subnode 2023-03-26 14:55:06 +00:00
database Database libraries performance improvements 2023-08-04 17:57:46 +00:00
eagle Handle Eagle user-defined attributes. 2023-05-06 21:11:16 +01:00
kicad Fix schematic editor crash when updating symbols. 2023-09-29 12:53:33 -04:00
legacy Fix bitmap scaling when reading legacy schematic as well. 2023-03-03 22:39:38 +00:00
sch_lib_plugin_cache.cpp Add cli export of symbols from kicad libraries 2022-12-12 22:44:26 -05:00
sch_lib_plugin_cache.h Add cli export of symbols from kicad libraries 2022-12-12 22:44:26 -05:00