Browse Source
Escape "naughty" characters in symbol names.
Escape "naughty" characters in symbol names.
It's tempting to say that we don't need to exclude filename chars from symbols, but we might regret that decision down the road. Better to just escape them. Fixes https://gitlab.com/kicad/code/kicad/issues/86946.0.7
30 changed files with 118 additions and 81 deletions
-
2common/lib_tree_model.cpp
-
3common/lib_tree_model_adapter.cpp
-
8common/string.cpp
-
2eeschema/dialogs/dialog_change_symbols.cpp
-
3eeschema/dialogs/dialog_edit_one_field.cpp
-
11eeschema/dialogs/dialog_edit_one_field.h
-
12eeschema/dialogs/dialog_edit_symbols_libid.cpp
-
12eeschema/dialogs/dialog_lib_symbol_properties.cpp
-
2eeschema/dialogs/dialog_symbol_properties.cpp
-
3eeschema/dialogs/dialog_update_symbol_fields.cpp
-
2eeschema/dialogs/panel_sym_lib_table.cpp
-
7eeschema/fields_grid_table.cpp
-
4eeschema/generate_alias_info.cpp
-
8eeschema/lib_symbol.cpp
-
8eeschema/project_rescue.cpp
-
3eeschema/sch_painter.cpp
-
2eeschema/sch_plugins/cadstar/cadstar_sch_archive_loader.cpp
-
2eeschema/sch_plugins/eagle/sch_eagle_plugin.cpp
-
2eeschema/sch_plugins/legacy/sch_legacy_plugin.cpp
-
16eeschema/sch_symbol.cpp
-
9eeschema/sch_validators.cpp
-
7eeschema/symbol_editor/symbol_edit_frame.cpp
-
14eeschema/symbol_editor/symbol_editor.cpp
-
7eeschema/symbol_editor/symbol_editor_import_export.cpp
-
21eeschema/symbol_editor/symbol_library_manager.cpp
-
13eeschema/symbol_tree_synchronizing_adapter.cpp
-
5eeschema/symbol_viewer_frame.cpp
-
7eeschema/tools/symbol_editor_edit_tool.cpp
-
2include/lib_id.h
-
2pcbnew/dialogs/panel_fp_lib_table.cpp
Write
Preview
Loading…
Cancel
Save
Reference in new issue