Browse Source
Eeschema: implement s-expression schematic file formatter.
Eeschema: implement s-expression schematic file formatter.
Please note that the symbol cache is not embedded in the schematic file to allow for round robin testing with the existing file format. Once the parser round robin testing is complete, the symbol cache will be embedded in the schematic file.pull/16/head
24 changed files with 634 additions and 306 deletions
-
13common/wildcards_and_files_ext.cpp
-
6eeschema/CMakeLists.txt
-
6eeschema/dialogs/dialog_sch_sheet_props.cpp
-
6eeschema/fields_grid_table.cpp
-
24eeschema/files-io.cpp
-
10eeschema/sch_edit_frame.cpp
-
8eeschema/sch_file_versions.h
-
18eeschema/sch_io_mgr.cpp
-
7eeschema/sch_io_mgr.h
-
13eeschema/sch_line.cpp
-
14eeschema/sch_line.h
-
20eeschema/sch_sexpr_parser.cpp
-
4eeschema/sch_sexpr_parser.h
-
714eeschema/sch_sexpr_plugin.cpp
-
20eeschema/sch_sexpr_plugin.h
-
10eeschema/sch_sheet.cpp
-
12eeschema/sch_sheet.h
-
3eeschema/sch_text.h
-
4eeschema/schematic.keywords
-
6include/wildcards_and_files_ext.h
-
5kicad/import_project.cpp
-
6kicad/kicad_manager_frame.cpp
-
4kicad/tree_project_frame.cpp
-
7pcbnew/pcb_edit_frame.cpp
714
eeschema/sch_sexpr_plugin.cpp
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
Write
Preview
Loading…
Cancel
Save
Reference in new issue