Browse Source
${SHEETNAME} represents the sheet name + introduce ${SHEETPATH}
${SHEETNAME} represents the sheet name + introduce ${SHEETPATH}
CHANGED: The text variable ${SHEETNAME} now always represents the name of the
sheet when used anywhere in the schematic editor, including the title block
ADDED: A new text variable ${SHEETPATH} which is replaced with the path to the
current sheet - e.g. "/Sheet 1/Sheet 2".
To ensure backward compatibility, the default drawing sheet now uses
${SHEETPATH}. Custom drawing sheets will need to be manually edited.
7.0
19 changed files with 102 additions and 26 deletions
-
2common/drawing_sheet/drawing_sheet_default_description.cpp
-
2common/drawing_sheet/drawing_sheet_parser.cpp
-
8common/drawing_sheet/ds_painter.cpp
-
2common/drawing_sheet/ds_proxy_view_item.cpp
-
6common/plotters/common_plot_functions.cpp
-
27eeschema/dialogs/dialog_plot_schematic.cpp
-
6eeschema/sch_sheet.cpp
-
12eeschema/sch_view.cpp
-
7eeschema/schematic.cpp
-
16include/drawing_sheet/ds_draw_item.h
-
6include/drawing_sheet/ds_proxy_view_item.h
-
5include/plotters/plotter.h
-
1pagelayout_editor/dialogs/properties_frame.cpp
-
5pcbnew/dialogs/dialog_export_svg.cpp
-
4pcbnew/dialogs/dialog_plot.cpp
-
4pcbnew/pcbplot.cpp
-
4pcbnew/pcbplot.h
-
5pcbnew/plot_board_layers.cpp
-
6pcbnew/plotcontroller.h
Write
Preview
Loading…
Cancel
Save
Reference in new issue