51 .Name(
"pcbnew.Convert.convertToPoly" )
53 .FriendlyName(
_(
"Create Polygon from Selection..." ) )
54 .Tooltip(
_(
"Creates a graphic polygon from the selection" ) )
58 .Name(
"pcbnew.Convert.convertToZone" )
60 .FriendlyName(
_(
"Create Zone from Selection..." ) )
61 .Tooltip(
_(
"Creates a copper zone from the selection" ) )
65 .Name(
"pcbnew.ConstraintEditor.addParallel" )
67 .FriendlyName(
_(
"Parallel" ) )
68 .Tooltip(
_(
"Constrain the two selected segments to be parallel" ) )
75 .Name(
"pcbnew.ConstraintEditor.addPerpendicular" )
77 .FriendlyName(
_(
"Perpendicular" ) )
78 .Tooltip(
_(
"Constrain the two selected segments to be perpendicular" ) )
85 .Name(
"pcbnew.ConstraintEditor.addEqualLength" )
87 .FriendlyName(
_(
"Equal Length" ) )
88 .Tooltip(
_(
"Constrain the two selected segments to be of equal length" ) )
95 .Name(
"pcbnew.ConstraintEditor.addCollinear" )
97 .FriendlyName(
_(
"Collinear" ) )
98 .Tooltip(
_(
"Constrain the two selected segments to be collinear" ) )
105 .Name(
"pcbnew.ConstraintEditor.addAngular" )
107 .FriendlyName(
_(
"Angular Dimension" ) )
108 .Tooltip(
_(
"Constrain the angle between the two selected segments" ) )
115 .Name(
"pcbnew.ConstraintEditor.addTangent" )
117 .FriendlyName(
_(
"Tangent" ) )
118 .Tooltip(
_(
"Constrain the selected line and curve, or two curves, to touch tangentially" ) )
125 .Name(
"pcbnew.ConstraintEditor.addHorizontal" )
127 .FriendlyName(
_(
"Horizontal" ) )
128 .Tooltip(
_(
"Constrain the selected segment to be horizontal" ) )
135 .Name(
"pcbnew.ConstraintEditor.addVertical" )
137 .FriendlyName(
_(
"Vertical" ) )
138 .Tooltip(
_(
"Constrain the selected segment to be vertical" ) )
145 .Name(
"pcbnew.ConstraintEditor.addFixedLength" )
147 .FriendlyName(
_(
"Fixed Length" ) )
148 .Tooltip(
_(
"Lock the selected segment to its current length" ) )
155 .Name(
"pcbnew.ConstraintEditor.addConcentric" )
157 .FriendlyName(
_(
"Concentric" ) )
158 .Tooltip(
_(
"Constrain the two selected circles, arcs or ellipses to share a center" ) )
165 .Name(
"pcbnew.ConstraintEditor.addEqualRadius" )
167 .FriendlyName(
_(
"Equal Radius" ) )
168 .Tooltip(
_(
"Constrain the two selected circles or arcs to be of equal radius" ) )
175 .Name(
"pcbnew.ConstraintEditor.addFixedRadius" )
177 .FriendlyName(
_(
"Fixed Radius" ) )
178 .Tooltip(
_(
"Lock the selected circle or arc to its current radius" ) )
185 .Name(
"pcbnew.ConstraintEditor.addArcAngle" )
187 .FriendlyName(
_(
"Arc Angle" ) )
188 .Tooltip(
_(
"Drive the selected arc's swept angle" ) )
195 .Name(
"pcbnew.ConstraintEditor.addFixedPosition" )
197 .FriendlyName(
_(
"Fix in Place..." ) )
198 .Tooltip(
_(
"Click a point to pin it where it is, grounding the shapes constrained to it" ) )
205 .Name(
"pcbnew.ConstraintEditor.addCoincident" )
207 .FriendlyName(
_(
"Coincident..." ) )
208 .Tooltip(
_(
"Click two shape endpoints to make them coincide" ) )
215 .Name(
"pcbnew.ConstraintEditor.addPointOnLine" )
217 .FriendlyName(
_(
"Point on Line..." ) )
218 .Tooltip(
_(
"Click an endpoint, then a segment or circle, to put the point on it" ) )
225 .Name(
"pcbnew.ConstraintEditor.addMidpoint" )
227 .FriendlyName(
_(
"Midpoint..." ) )
228 .Tooltip(
_(
"Click an endpoint, then a segment, to put the point at its midpoint" ) )
235 .Name(
"pcbnew.ConstraintEditor.addSymmetric" )
237 .FriendlyName(
_(
"Symmetric..." ) )
238 .Tooltip(
_(
"Click two endpoints, then a segment axis, to mirror them across it" ) )
245 .Name(
"pcbnew.ConstraintEditor.showConstraints" )
247 .FriendlyName(
_(
"Always Show Geometric Constraints" ) )
248 .Tooltip(
_(
"Always show the geometric-constraint diagnostics overlay" ) )
253 .Name(
"pcbnew.ConstraintEditor.hideConstraints" )
255 .FriendlyName(
_(
"Show Geometric Constraints on Hover Only" ) )
256 .Tooltip(
_(
"Reveal a shape's geometric constraints only while hovering it" ) )
261 .Name(
"pcbnew.ConstraintEditor.manageConstraints" )
263 .FriendlyName(
_(
"Geometric Constraints..." ) )
264 .Tooltip(
_(
"List, locate and delete the board's geometric constraints" ) )
268 .Name(
"pcbnew.ConstraintEditor.removeConstraints" )
270 .FriendlyName(
_(
"Remove Geometric Constraints" ) )
271 .Tooltip(
_(
"Remove geometric constraints referencing the selected items" ) )
275 .Name(
"pcbnew.EditorControl.showConstraintsPanel" )
277 .FriendlyName(
_(
"Geometric Constraints" ) )
278 .Tooltip(
_(
"Show/hide the geometric constraints panel" ) )
282 .Name(
"pcbnew.ConstraintEditor.toggleAutoConstraints" )
284 .FriendlyName(
_(
"Automatic Constraints" ) )
285 .Tooltip(
_(
"Automatically add geometric constraints while drawing" ) )
290 .Name(
"pcbnew.Convert.convertToKeepout" )
292 .FriendlyName(
_(
"Create Rule Area from Selection..." ) )
293 .Tooltip(
_(
"Creates a rule area from the selection" ) )
297 .Name(
"pcbnew.Convert.convertToLines" )
299 .FriendlyName(
_(
"Create Lines from Selection..." ) )
300 .Tooltip(
_(
"Creates graphic lines from the selection" ) )
304 .Name(
"pcbnew.Convert.convertToArc" )
306 .FriendlyName(
_(
"Create Arc from Selection" ) )
307 .Tooltip(
_(
"Creates an arc from the selected line segment" ) )
311 .Name(
"pcbnew.Convert.convertToTracks" )
313 .FriendlyName(
_(
"Create Tracks from Selection" ) )
314 .Tooltip(
_(
"Creates tracks from the selected graphic lines" ) )
318 .Name(
"pcbnew.Convert.outsetItems" )
320 .FriendlyName(
_(
"Create Outsets from Selection..." ) )
321 .Tooltip(
_(
"Create outset lines from the selected item" ) )
328 .Name(
"pcbnew.InteractiveDrawing.line" )
331 .LegacyHotkeyName(
"Draw Line" )
332 .FriendlyName(
_(
"Draw Lines" ) )
338 .Name(
"pcbnew.InteractiveDrawing.graphicPolygon" )
341 .LegacyHotkeyName(
"Draw Graphic Polygon" )
342 .FriendlyName(
_(
"Draw Polygons" ) )
349 .Name(
"pcbnew.InteractiveDrawing.drawViaStitchArea" )
352 .LegacyHotkeyName(
"Draw Via Stitch area" )
353 .FriendlyName(
_(
"Draw Via Stitch area" ) )
354 .Tooltip(
_(
"Draw a via stitch area" ) )
360 .Name(
"pcbnew.InteractiveDrawing.rectangle" )
362 .FriendlyName(
_(
"Draw Rectangles" ) )
368 .Name(
"pcbnew.InteractiveDrawing.circle" )
371 .LegacyHotkeyName(
"Draw Circle" )
372 .FriendlyName(
_(
"Draw Circles" ) )
378 .Name(
"pcbnew.InteractiveDrawing.ellipse" )
380 .FriendlyName(
_(
"Draw Ellipse" ) )
381 .Tooltip(
_(
"Draw an ellipse" ) )
387 .Name(
"pcbnew.InteractiveDrawing.ellipseArc" )
389 .FriendlyName(
_(
"Draw Elliptical Arcs" ) )
390 .Tooltip(
_(
"Draw an elliptical arc" ) )
396 .Name(
"pcbnew.InteractiveDrawing.arc" )
399 .LegacyHotkeyName(
"Draw Arc" )
400 .FriendlyName(
_(
"Draw Arcs" ) )
406 .Name(
"pcbnew.InteractiveDrawing.bezier" )
409 .FriendlyName(
_(
"Draw Bezier Curve" ) )
415 .Name(
"pcbnew.InteractiveDrawing.barcode" )
417 .LegacyHotkeyName(
"Add Barcode" )
418 .FriendlyName(
_(
"Add Barcode" ) )
419 .Tooltip(
_(
"Add a barcode" ) )
425 .Name(
"pcbnew.InteractiveDrawing.placeCharacteristics" )
427 .LegacyHotkeyName(
"Add Board Characteristics" )
428 .FriendlyName(
_(
"Add Board Characteristics" ) )
429 .Tooltip(
_(
"Add a board characteristics table on a graphic layer" ) )
434 .Name(
"pcbnew.InteractiveDrawing.placeStackup" )
436 .LegacyHotkeyName(
"Add Stackup Table" )
437 .FriendlyName(
_(
"Add Stackup Table" ) )
438 .Tooltip(
_(
"Add a board stackup table on a graphic layer" ) )
443 .Name(
"pcbnew.InteractiveDrawing.placeDrillChart" )
445 .FriendlyName(
_(
"Add Drill Chart" ) )
446 .Tooltip(
_(
"Add a drill chart that tracks the board's holes" ) )
451 .Name(
"pcbnew.InteractiveDrawing.placeDrillMap" )
453 .FriendlyName(
_(
"Add Drill Map" ) )
454 .Tooltip(
_(
"Draw drill symbols at the holes on a documentation layer" ) )
459 .Name(
"pcbnew.InteractiveDrawing.showDrillGroups" )
461 .FriendlyName(
_(
"Drill Groups..." ) )
462 .Tooltip(
_(
"Inspect drill groups and assign symbols" ) ) );
465 .Name(
"pcbnew.InteractiveDrawing.placePoint" )
467 .FriendlyName(
_(
"Place Point" ) )
468 .Tooltip(
_(
"Add reference/snap points" ) )
474 .Name(
"pcbnew.InteractiveDrawing.placeReferenceImage" )
476 .FriendlyName(
_(
"Place Reference Images" ) )
477 .Tooltip(
_(
"Add bitmap images to be used as reference (images will not be included in any output)" ) )
481 .Parameter<PCB_REFERENCE_IMAGE*>(
nullptr ) );
484 .Name(
"pcbnew.InteractiveDrawing.text" )
487 .LegacyHotkeyName(
"Add Text" )
488 .FriendlyName(
_(
"Draw Text" ) )
494 .Name(
"pcbnew.InteractiveDrawing.textbox" )
496 .FriendlyName(
_(
"Draw Text Boxes" ) )
502 .Name(
"pcbnew.InteractiveDrawing.drawTable" )
504 .FriendlyName(
_(
"Draw Tables" ) )
510 .Name(
"pcbnew.lengthTuner.SpacingIncrease" )
512 .DefaultHotkey(
'1' )
513 .LegacyHotkeyName(
"Increase meander spacing by one step." )
514 .FriendlyName(
_(
"Increase Spacing" ) )
515 .Tooltip(
_(
"Increase tuning pattern spacing by one step." ) )
519 .Name(
"pcbnew.lengthTuner.SpacingDecrease" )
521 .DefaultHotkey(
'2' )
522 .LegacyHotkeyName(
"Decrease meander spacing by one step." )
523 .FriendlyName(
_(
"Decrease Spacing" ) )
524 .Tooltip(
_(
"Decrease tuning pattern spacing by one step." ) )
528 .Name(
"pcbnew.lengthTuner.AmplIncrease" )
530 .DefaultHotkey(
'3' )
531 .LegacyHotkeyName(
"Increase meander amplitude by one step." )
532 .FriendlyName(
_(
"Increase Amplitude" ) )
533 .Tooltip(
_(
"Increase tuning pattern amplitude by one step." ) )
537 .Name(
"pcbnew.lengthTuner.AmplDecrease" )
539 .DefaultHotkey(
'4' )
540 .LegacyHotkeyName(
"Decrease meander amplitude by one step." )
541 .FriendlyName(
_(
"Decrease Amplitude" ) )
542 .Tooltip(
_(
"Decrease tuning pattern amplitude by one step." ) )
547 .Name(
"pcbnew.InteractiveDrawing.alignedDimension" )
549 .LegacyHotkeyName(
"Add Dimension" )
550 .FriendlyName(
_(
"Draw Aligned Dimensions" ) )
556 .Name(
"pcbnew.InteractiveDrawing.centerDimension" )
558 .FriendlyName(
_(
"Draw Center Dimensions" ) )
564 .Name(
"pcbnew.InteractiveDrawing.radialDimension" )
566 .FriendlyName(
_(
"Draw Radial Dimensions" ) )
572 .Name(
"pcbnew.InteractiveDrawing.orthogonalDimension" )
575 .FriendlyName(
_(
"Draw Orthogonal Dimensions" ) )
581 .Name(
"pcbnew.InteractiveDrawing.leader" )
583 .FriendlyName(
_(
"Draw Leaders" ) )
589 .Name(
"pcbnew.InteractiveDrawing.zone" )
592 .DefaultHotkey(
MD_ALT +
'Z' )
596 .LegacyHotkeyName(
"Add Filled Zone" )
597 .FriendlyName(
_(
"Draw Filled Zones" ) )
604 .Name(
"pcbnew.InteractiveDrawing.copperThievingZone" )
606 .FriendlyName(
_(
"Draw Copper Thieving Zone" ) )
607 .Tooltip(
_(
"Add a non-electrical thieving zone for plating-balance copper" ) )
614 .Name(
"pcbnew.InteractiveDrawing.via" )
617 .LegacyHotkeyName(
"Add Vias" )
618 .FriendlyName(
_(
"Place Vias" ) )
619 .Tooltip(
_(
"Place free-standing vias" ) )
625 .Name(
"pcbnew.InteractiveDrawing.viaStack" )
627 .FriendlyName(
_(
"Place Microvia Stack" ) )
628 .Tooltip(
_(
"Place a stacked or staggered microvia stack" ) )
634 .Name(
"pcbnew.Generator.makeViaStack" )
636 .FriendlyName(
_(
"Create Stack from Selection" ) )
637 .Tooltip(
_(
"Wrap the selected microvias and traces into a microvia stack" ) )
641 .Name(
"pcbnew.InteractiveDrawing.ruleArea" )
644 .LegacyHotkeyName(
"Add Keepout Area" )
645 .FriendlyName(
_(
"Draw Rule Areas" ) )
652 .Name(
"pcbnew.InteractiveDrawing.zoneCutout" )
655 .LegacyHotkeyName(
"Add a Zone Cutout" )
656 .FriendlyName(
_(
"Add a Zone Cutout" ) )
657 .Tooltip(
_(
"Add a cutout to an existing zone or rule area" ) )
664 .Name(
"pcbnew.InteractiveDrawing.similarZone" )
667 .LegacyHotkeyName(
"Add a Similar Zone" )
668 .FriendlyName(
_(
"Add a Similar Zone" ) )
669 .Tooltip(
_(
"Add a zone with the same settings as an existing zone" ) )
675 .Name(
"pcbnew.InteractiveDrawing.placeImportedGraphics" )
678 .LegacyHotkeyName(
"Place DXF" )
679 .FriendlyName(
_(
"Import Graphics..." ) )
680 .Tooltip(
_(
"Import 2D drawing file" ) )
685 .Name(
"pcbnew.InteractiveDrawing.setAnchor" )
688 .LegacyHotkeyName(
"Place the Footprint Anchor" )
689 .FriendlyName(
_(
"Place the Footprint Anchor" ) )
690 .Tooltip(
_(
"Set the anchor point of the footprint" ) )
696 .Name(
"pcbnew.InteractiveDrawing.incWidth" )
698 .DefaultHotkey(
MD_CTRL +
'+' )
699 .LegacyHotkeyName(
"Increase Line Width" )
700 .FriendlyName(
_(
"Increase Line Width" ) ) );
703 .Name(
"pcbnew.InteractiveDrawing.decWidth" )
705 .DefaultHotkey(
MD_CTRL +
'-' )
706 .LegacyHotkeyName(
"Decrease Line Width" )
707 .FriendlyName(
_(
"Decrease Line Width" ) ) );
711 .Name(
"pcbnew.InteractiveDrawing.changeDimensionArrows" )
713 .FriendlyName(
"Switch Dimension Arrows" )
714 .Tooltip(
"Switch between inward and outward dimension arrows" ) );
718 .Name(
"common.Control.magneticSnapActiveLayer" )
720 .FriendlyName(
_(
"Snap to Objects on the Active Layer Only" ) )
721 .Tooltip(
_(
"Enables snapping to objects on the active layer only" ) ) );
724 .Name(
"common.Control.magneticSnapAllLayers" )
726 .FriendlyName(
_(
"Snap to Objects on All Layers" ) )
727 .Tooltip(
_(
"Enables snapping to objects on all visible layers" ) ) );
730 .Name(
"common.Control.magneticSnapToggle" )
733 .FriendlyName(
_(
"Toggle Snapping Between Active and All Layers" ) )
734 .Tooltip(
_(
"Toggles between snapping on all visible layers and only the active area" ) ) );
737 .Name(
"pcbnew.InteractiveDrawing.closeOutline" )
739 .FriendlyName(
_(
"Close Outline" ) )
740 .Tooltip(
_(
"Close the in progress outline" ) )
746 .Name(
"pcbnew.DRCTool.runDRC" )
748 .FriendlyName(
_(
"Design Rules Checker" ) )
749 .Tooltip(
_(
"Show the design rules checker window" ) )
754 .Name(
"pcbnew.InteractiveDrawing.placeDesignBlock" )
757 .FriendlyName(
_(
"Place Design Block" ) )
758 .Tooltip(
_(
"Add selected design block to current board" ) )
761 .Parameter<DESIGN_BLOCK*>(
nullptr ) );
764 .Name(
"pcbnew.InteractiveDrawing.placeLinkedDesignBlock" )
766 .FriendlyName(
_(
"Place Linked Design Block" ) )
767 .Tooltip(
_(
"Place design block linked to selected group" ) )
770 .Parameter<bool*>(
nullptr ) );
773 .Name(
"pcbnew.InteractiveDrawing.applyDesignBlockLayout" )
775 .FriendlyName(
_(
"Apply Design Block Layout" ) )
776 .Tooltip(
_(
"Apply linked design block layout to selected group" ) )
781 .Name(
"pcbnew.InteractiveDrawing.saveToLinkedDesignBlock" )
783 .FriendlyName(
_(
"Save to Linked Design Block" ) )
784 .Tooltip(
_(
"Save selected group to linked design block" ) )
789 .Name(
"pcbnew.PcbDesignBlockControl.showDesignBlockPanel" )
791 .FriendlyName(
_(
"Design Blocks" ) )
792 .Tooltip(
_(
"Show/hide design blocks library" ) )
796 .Name(
"pcbnew.PcbDesignBlockControl.saveBoardAsDesignBlock" )
798 .FriendlyName(
_(
"Save Board as Design Block..." ) )
799 .Tooltip(
_(
"Create a new design block from the current board" ) )
803 .Name(
"pcbnew.PcbDesignBlockControl.saveSelectionAsDesignBlock" )
805 .FriendlyName(
_(
"Save Selection as Design Block..." ) )
806 .Tooltip(
_(
"Create a new design block from the current selection" ) )
810 .Name(
"pcbnew.PcbDesignBlockControl.updateDesignBlockFromBoard" )
812 .FriendlyName(
_(
"Update Design Block from Board" ) )
813 .Tooltip(
_(
"Set design block layout to current board" ) )
817 .Name(
"pcbnew.PcbDesignBlockControl.updateDesignBlockFromSelection" )
819 .FriendlyName(
_(
"Update Design Block from Selection" ) )
820 .Tooltip(
_(
"Set design block layout to current selection" ) )
824 .Name(
"pcbnew.PcbDesignBlockControl.deleteDesignBlock" )
826 .FriendlyName(
_(
"Delete Design Block" ) )
827 .Tooltip(
_(
"Remove the selected design block from its library" ) )
831 .Name(
"pcbnew.PcbDesignBlockControl.editDesignBlockProperties" )
833 .FriendlyName(
_(
"Properties..." ) )
834 .Tooltip(
_(
"Edit properties of design block" ) )
840 .Name(
"pcbnew.EditorControl.EditFpInFpEditor" )
842 .DefaultHotkey(
MD_CTRL +
'E' )
843 .LegacyHotkeyName(
"Edit with Footprint Editor" )
844 .FriendlyName(
_(
"Open in Footprint Editor" ) )
848 .Name(
"pcbnew.EditorControl.EditLibFpInFpEditor" )
851 .FriendlyName(
_(
"Edit Library Footprint..." ) )
855 .Name(
"pcbnew.InteractiveEdit.toggleExcludeFromBOM" )
857 .FriendlyName(
_(
"Exclude from Bill of Materials" ) )
858 .Tooltip(
_(
"Toggle the exclude from bill of materials attribute" ) ) );
861 .Name(
"pcbnew.InteractiveEdit.toggleExcludeFromSim" )
863 .FriendlyName(
_(
"Exclude from Simulation" ) )
864 .Tooltip(
_(
"Toggle the exclude from simulation attribute" ) ) );
867 .Name(
"pcbnew.InteractiveEdit.toggleExcludeFromPosFiles" )
869 .FriendlyName(
_(
"Exclude from Position Files" ) )
870 .Tooltip(
_(
"Toggle the exclude from position files attribute" ) ) );
873 .Name(
"pcbnew.EditorControl.findByProperties" )
875 .FriendlyName(
_(
"Find by Properties..." ) )
876 .Tooltip(
_(
"Find board items matching property criteria or expressions" ) )
880 .Name(
"pcbnew.InteractiveEdit.FindMove" )
882 .DefaultHotkey(
'T' )
883 .LegacyHotkeyName(
"Get and Move Footprint" )
884 .FriendlyName(
_(
"Get and Move Footprint" ) )
885 .Tooltip(
_(
"Selects a footprint by reference designator and places it under the cursor for moving" ) )
890 .Name(
"pcbnew.InteractiveMove.move" )
892 .DefaultHotkey(
'M' )
893 .LegacyHotkeyName(
"Move Item" )
894 .FriendlyName(
_(
"Move" ) )
900 .Name(
"pcbnew.InteractiveMove.moveIndividually" )
902 .DefaultHotkey(
MD_CTRL +
'M' )
903 .FriendlyName(
_(
"Move Individually" ) )
904 .Tooltip(
_(
"Moves the selected items one-by-one" ) )
910 .Name(
"pcbnew.InteractiveMove.moveWithReference" )
912 .FriendlyName(
_(
"Move with Reference..." ) )
913 .Tooltip(
_(
"Moves the selected item(s) with a specified starting point" ) )
919 .Name(
"pcbnew.InteractiveMove.copyWithReference" )
921 .FriendlyName(
_(
"Copy with Reference..." ) )
922 .Tooltip(
_(
"Copy selected item(s) to clipboard with a specified starting point" ) )
927 .Name(
"pcbnew.InteractiveEdit.duplicateIncrementPads" )
930 .LegacyHotkeyName(
"Duplicate Item and Increment" )
931 .FriendlyName(
_(
"Duplicate and Increment" ) )
932 .Tooltip(
_(
"Duplicates the selected item(s), incrementing pad numbers" ) )
936 .Name(
"pcbnew.InteractiveEdit.moveExact" )
939 .LegacyHotkeyName(
"Move Item Exactly" )
940 .FriendlyName(
_(
"Move Exactly..." ) )
941 .Tooltip(
_(
"Moves the selected item(s) by an exact amount" ) )
945 .Name(
"pcbnew.InteractiveEdit.moveCorner" )
947 .FriendlyName(
_(
"Move Corner To..." ) )
948 .Tooltip(
_(
"Move the active corner to an exact location" ) )
952 .Name(
"pcbnew.InteractiveEdit.moveMidpoint" )
954 .FriendlyName(
_(
"Move Midpoint To..." ) )
955 .Tooltip(
_(
"Move the active midpoint to an exact location" ) )
959 .Name(
"pcbnew.InteractiveEdit.rotateCw" )
963 .LegacyHotkeyName(
"Rotate Item Clockwise (Modern Toolset only)" )
964 .FriendlyName(
_(
"Rotate Clockwise" ) )
970 .Name(
"pcbnew.InteractiveEdit.rotateCcw" )
972 .DefaultHotkey(
'R' )
973 .LegacyHotkeyName(
"Rotate Item" )
974 .FriendlyName(
_(
"Rotate Counterclockwise" ) )
980 .Name(
"pcbnew.InteractiveEdit.flip" )
982 .DefaultHotkey(
'F' )
983 .LegacyHotkeyName(
"Flip Item" )
984 .FriendlyName(
_(
"Change Side / Flip" ) )
985 .Tooltip(
_(
"Flips selected item(s) to opposite side of board" ) )
989 .Name(
"pcbnew.InteractiveEdit.mirrorHoriontally" )
991 .FriendlyName(
_(
"Mirror Horizontally" ) )
992 .Tooltip(
_(
"Mirrors selected item(s) across the Y axis" ) )
996 .Name(
"pcbnew.InteractiveEdit.mirrorVertically" )
998 .FriendlyName(
_(
"Mirror Vertically" ) )
999 .Tooltip(
_(
"Mirrors selected item(s) across the X axis" ) )
1003 .Name(
"pcbnew.InteractiveEdit.swap" )
1005 .DefaultHotkey(
MD_ALT +
'S' )
1006 .FriendlyName(
_(
"Swap" ) )
1007 .Tooltip(
_(
"Swap positions of selected items" ) )
1011 .Name(
"pcbnew.InteractiveEdit.swapPadNets" )
1013 .FriendlyName(
_(
"Swap Pad Nets" ) )
1014 .Tooltip(
_(
"Swap nets between two selected pads and their connected copper" ) )
1018 .Name(
"pcbnew.InteractiveEdit.swapGateNets" )
1020 .FriendlyName(
_(
"Swap Gate Nets" ) )
1021 .Tooltip(
_(
"Swap nets between gates of a footprint and their connected copper" ) )
1022 .Parameter<wxString>( wxString() )
1026 .Name(
"pcbnew.InteractiveEdit.packAndMoveFootprints" )
1028 .DefaultHotkey(
'P' )
1029 .FriendlyName(
_(
"Pack and Move Footprints" ) )
1030 .Tooltip(
_(
"Sorts selected footprints by reference, packs based on size and initiates movement" ) )
1034 .Name(
"pcbnew.InteractiveEdit.skip" )
1036 .DefaultHotkey( WXK_TAB )
1037 .FriendlyName(
_(
"Skip" ) )
1038 .Tooltip(
_(
"Skip to next item" ) )
1042 .Name(
"pcbnew.InteractiveEdit.changeTrackWidth" )
1044 .FriendlyName(
_(
"Change Track Width" ) )
1045 .Tooltip(
_(
"Updates selected track & via sizes" ) ) );
1048 .Name(
"pcbnew.Control.changeTrackLayerNext" )
1050 .DefaultHotkey(
MD_CTRL +
'+' )
1051 .FriendlyName(
"Switch Track to Next Layer" )
1052 .Tooltip(
_(
"Switch track to next enabled copper layer" ) ) );
1055 .Name(
"pcbnew.Control.changeTrackLayerPrev" )
1057 .DefaultHotkey(
MD_CTRL +
'-' )
1058 .FriendlyName(
"Switch Track to Previous Layer" )
1059 .Tooltip(
_(
"Switch track to previous enabled copper layer" ) ) );
1062 .Name(
"pcbnew.InteractiveEdit.filletTracks" )
1064 .FriendlyName(
_(
"Fillet Tracks" ) )
1065 .Tooltip(
_(
"Adds arcs tangent to the selected straight track segments" ) ) );
1068 .Name(
"pcbnew.InteractiveEdit.filletLines" )
1070 .FriendlyName(
_(
"Fillet Lines..." ) )
1071 .Tooltip(
_(
"Adds arcs tangent to the selected lines" ) )
1075 .Name(
"pcbnew.InteractiveEdit.chamferLines" )
1077 .FriendlyName(
_(
"Chamfer Lines..." ) )
1078 .Tooltip(
_(
"Cut away corners between selected lines" ) )
1082 .Name(
"pcbnew.InteractiveEdit.dogboneCorners" )
1084 .FriendlyName(
_(
"Dogbone Corners..." ) )
1085 .Tooltip(
_(
"Add dogbone corners to selected lines" ) ) );
1088 .Name(
"pcbnew.InteractiveEdit.simplifyPolygons" )
1090 .FriendlyName(
_(
"Simplify Polygons" ) )
1091 .Tooltip(
_(
"Simplify polygon outlines, removing superfluous points" ) ) );
1094 .Name(
"pcbnew.InteractiveEdit.editVertices" )
1096 .FriendlyName(
_(
"Edit Corners..." ) )
1097 .Tooltip(
_(
"Edit polygon corners using a table" ) )
1101 .Name(
"pcbnew.InteractiveEdit.healShapes" )
1103 .FriendlyName(
_(
"Heal Shapes" ) )
1104 .Tooltip(
_(
"Connect shapes, possibly extending or cutting them, or adding extra geometry" ) )
1108 .Name(
"pcbnew.InteractiveEdit.extendLines" )
1110 .FriendlyName(
_(
"Extend Lines to Meet" ) )
1111 .Tooltip(
_(
"Extend lines to meet each other" ) ) );
1114 .Name(
"pcbnew.GraphicEdit.extend" )
1116 .FriendlyName(
_(
"Extend Line or Arc" ) )
1117 .Tooltip(
_(
"Hover a graphical line or arc to extend it until it meets another" ) )
1121 .Name(
"pcbnew.GraphicEdit.trim" )
1123 .FriendlyName(
_(
"Trim Shape" ) )
1124 .Tooltip(
_(
"Hover the part of a graphical shape to remove between the nearest crossings" ) )
1128 .Name(
"pcbnew.InteractiveEdit.mergePolygons" )
1130 .FriendlyName(
_(
"Merge Polygons" ) )
1131 .Tooltip(
_(
"Merge selected polygons into a single polygon" ) )
1135 .Name(
"pcbnew.InteractiveEdit.subtractPolygons" )
1137 .FriendlyName(
_(
"Subtract Polygons" ) )
1138 .Tooltip(
_(
"Subtract selected polygons from the last one selected" ) )
1142 .Name(
"pcbnew.InteractiveEdit.intersectPolygons" )
1144 .FriendlyName(
_(
"Intersect Polygons" ) )
1145 .Tooltip(
_(
"Create the intersection of the selected polygons" ) )
1149 .Name(
"pcbnew.InteractiveEdit.deleteFull" )
1151 .DefaultHotkey(
MD_SHIFT +
static_cast<int>( WXK_DELETE ) )
1152 .LegacyHotkeyName(
"Delete Full Track" )
1153 .FriendlyName(
_(
"Delete Full Track" ) )
1154 .Tooltip(
_(
"Deletes selected item(s) and copper connections" ) )
1160 .Name(
"pcbnew.InteractiveEdit.properties" )
1162 .DefaultHotkey(
'E' )
1163 .LegacyHotkeyName(
"Edit Item" )
1164 .FriendlyName(
_(
"Properties..." ) )
1168 .Name(
"pcbnew.MatchProperties.match" )
1170 .FriendlyName(
_(
"Match Properties" ) )
1171 .Tooltip(
_(
"Copy selected properties from a source item to compatible target items" ) )
1176 .Name(
"pcbnew.MatchProperties.settings" )
1178 .DefaultHotkey(
MD_CTRL +
',' )
1179 .FriendlyName(
_(
"Match Properties Settings..." ) )
1180 .Tooltip(
_(
"Choose the properties copied by Match Properties" ) ) );
1185 .Name(
"pcbnew.Array.createArray" )
1187 .DefaultHotkey(
MD_CTRL +
'T' )
1188 .LegacyHotkeyName(
"Create Array" )
1189 .FriendlyName(
_(
"Create Array..." ) )
1196 .Name(
"pcbnew.ModuleEditor.newFootprint" )
1198 .DefaultHotkey(
MD_CTRL +
'N' )
1199 .LegacyHotkeyName(
"New" )
1200 .FriendlyName(
_(
"New Footprint" ) )
1201 .Tooltip(
_(
"Create a new, empty footprint" ) )
1205 .Name(
"pcbnew.ModuleEditor.createFootprint" )
1207 .FriendlyName(
_(
"Create Footprint..." ) )
1208 .Tooltip(
_(
"Create a new footprint using the Footprint Wizard" ) )
1212 .Name(
"pcbnew.ModuleEditor.editFootprint" )
1214 .FriendlyName(
_(
"Edit Footprint" ) )
1215 .Tooltip(
_(
"Show selected footprint on editor canvas" ) )
1219 .Name(
"pcbnew.ModuleEditor.duplicateFootprint" )
1221 .FriendlyName(
_(
"Duplicate Footprint" ) )
1225 .Name(
"pcbnew.ModuleEditor.renameFootprint" )
1227 .FriendlyName(
_(
"Rename Footprint..." ) )
1231 .Name(
"pcbnew.ModuleEditor.deleteFootprint" )
1233 .FriendlyName(
_(
"Delete Footprint from Library" ) )
1237 .Name(
"pcbnew.ModuleEditor.cutFootprint" )
1239 .FriendlyName(
_(
"Cut Footprint" ) )
1243 .Name(
"pcbnew.ModuleEditor.copyFootprint" )
1245 .FriendlyName(
_(
"Copy Footprint" ) )
1249 .Name(
"pcbnew.ModuleEditor.pasteFootprint" )
1251 .FriendlyName(
_(
"Paste Footprint" ) )
1255 .Name(
"pcbnew.ModuleEditor.importFootprint" )
1257 .FriendlyName(
_(
"Import Footprint..." ) )
1258 .Tooltip(
_(
"Import footprint from file" ) )
1262 .Name(
"pcbnew.ModuleEditor.exportFootprint" )
1264 .FriendlyName(
_(
"Export Current Footprint..." ) )
1265 .Tooltip(
_(
"Export edited footprint to file" ) )
1269 .Name(
"pcbnew.ModuleEditor.exportFootprintAsSVG" )
1271 .FriendlyName(
_(
"Export Current Footprint as SVG..." ) )
1272 .Tooltip(
_(
"Export the current footprint to an SVG file" ) )
1276 .Name(
"pcbnew.ModuleEditor.CompareFpLibraryWithFile" )
1278 .FriendlyName(
_(
"Compare Library with File..." ) )
1279 .Tooltip(
_(
"Diff the current footprint library against another .pretty directory" ) )
1283 .Name(
"pcbnew.ModuleEditor.showLibraryFootprintFieldsTable" )
1285 .FriendlyName(
_(
"Bulk Edit Footprint Fields..." ) )
1286 .Tooltip(
_(
"Edit a table of fields from all footprints in the library" ) )
1290 .Name(
"pcbnew.ModuleEditor.footprintProperties" )
1292 .FriendlyName(
_(
"Footprint Properties..." ) )
1296 .Name(
"pcbnew.ModuleEditor.padTable" )
1298 .FriendlyName(
_(
"Pad Table..." ) )
1299 .Tooltip(
_(
"Displays pad table for bulk editing of pads" ) )
1303 .Name(
"pcbnew.ModuleEditor.checkFootprint" )
1305 .FriendlyName(
_(
"Footprint Checker" ) )
1306 .Tooltip(
_(
"Show the footprint checker window" ) )
1310 .Name(
"pcbnew.ModuleEditor.loadFootprintFromBoard" )
1312 .FriendlyName(
_(
"Load footprint from current PCB" ) )
1313 .Tooltip(
_(
"Load footprint from current board" ) )
1317 .Name(
"pcbnew.ModuleEditor.saveFootprintToBoard" )
1319 .FriendlyName(
_(
"Insert footprint into PCB" ) )
1320 .Tooltip(
_(
"Insert footprint into current board" ) )
1324 .Name(
"pcbnew.Control.previousFootprint" )
1326 .FriendlyName(
_(
"Display previous footprint" ) )
1331 .Name(
"pcbnew.Control.nextFootprint" )
1333 .FriendlyName(
_(
"Display next footprint" ) )
1340 .Name(
"pcbnew.GlobalEdit.updateFootprint" )
1342 .FriendlyName(
_(
"Update Footprint..." ) )
1343 .Tooltip(
_(
"Update footprint to include any changes from the library" ) )
1347 .Name(
"pcbnew.GlobalEdit.updateFootprints" )
1349 .FriendlyName(
_(
"Update Footprints from Library..." ) )
1350 .Tooltip(
_(
"Update footprints to include any changes from the library" ) )
1354 .Name(
"pcbnew.GlobalEdit.migrate3DModels" )
1356 .FriendlyName(
_(
"Migrate 3D Models..." ) )
1357 .Tooltip(
_(
"Replace obsolete WRL 3D model references with current STEP models" ) )
1361 .Name(
"pcbnew.GlobalEdit.removeUnusedPads" )
1363 .FriendlyName(
_(
"Remove Unused Pads..." ) )
1364 .Tooltip(
_(
"Remove or restore the unconnected inner layers on through hole pads and vias" ) )
1368 .Name(
"pcbnew.GlobalEdit.changeFootprint" )
1370 .FriendlyName(
_(
"Change Footprint..." ) )
1371 .Tooltip(
_(
"Assign a different footprint from the library" ) )
1375 .Name(
"pcbnew.GlobalEdit.changeFootprints" )
1377 .FriendlyName(
_(
"Change Footprints..." ) )
1378 .Tooltip(
_(
"Assign different footprints from the library" ) )
1382 .Name(
"pcbnew.GlobalEdit.swapLayers" )
1384 .FriendlyName(
_(
"Swap Layers..." ) )
1385 .Tooltip(
_(
"Move tracks or drawings from one layer to another" ) )
1389 .Name(
"pcbnew.GlobalEdit.editTracksAndVias" )
1391 .FriendlyName(
_(
"Edit Track & Via Properties..." ) )
1392 .Tooltip(
_(
"Edit track and via properties globally across board" ) )
1396 .Name(
"pcbnew.GlobalEdit.editTextAndGraphics" )
1398 .FriendlyName(
_(
"Edit Text & Graphics Properties..." ) )
1399 .Tooltip(
_(
"Edit Text and graphics properties globally across board" ) )
1403 .Name(
"pcbnew.GlobalEdit.editTeardrops" )
1405 .FriendlyName(
_(
"Edit Teardrops..." ) )
1406 .Tooltip(
_(
"Add, remove or edit teardrops globally across board" ) )
1410 .Name(
"pcbnew.GlobalEdit.globalDeletions" )
1412 .FriendlyName(
_(
"Global Deletions..." ) )
1413 .Tooltip(
_(
"Delete tracks, footprints and graphic items from board" ) )
1417 .Name(
"pcbnew.GlobalEdit.cleanupTracksAndVias" )
1419 .FriendlyName(
_(
"Cleanup Tracks & Vias..." ) )
1420 .Tooltip(
_(
"Cleanup redundant items, shorting items, etc." ) )
1424 .Name(
"pcbnew.GlobalEdit.cleanupGraphics" )
1426 .FriendlyName(
_(
"Cleanup Graphics..." ) )
1427 .Tooltip(
_(
"Cleanup redundant items, etc." ) )
1433 .Name(
"pcbnew.MicrowaveTool.createGap" )
1435 .FriendlyName(
_(
"Draw Microwave Gaps" ) )
1436 .Tooltip(
_(
"Create gap of specified length for microwave applications" ) )
1442 .Name(
"pcbnew.MicrowaveTool.createStub" )
1444 .FriendlyName(
_(
"Draw Microwave Stubs" ) )
1445 .Tooltip(
_(
"Create stub of specified length for microwave applications" ) )
1451 .Name(
"pcbnew.MicrowaveTool.createStubArc" )
1453 .FriendlyName(
_(
"Draw Microwave Arc Stubs" ) )
1454 .Tooltip(
_(
"Create stub (arc) of specified size for microwave applications" ) )
1460 .Name(
"pcbnew.MicrowaveTool.createFunctionShape" )
1462 .FriendlyName(
_(
"Draw Microwave Polygonal Shapes" ) )
1463 .Tooltip(
_(
"Create a microwave polygonal shape from a list of vertices" ) )
1469 .Name(
"pcbnew.MicrowaveTool.createLine" )
1471 .FriendlyName(
_(
"Draw Microwave Lines" ) )
1472 .Tooltip(
_(
"Create line of specified length for microwave applications" ) )
1480 .Name(
"pcbnew.PadTool.CopyPadSettings" )
1482 .FriendlyName(
_(
"Copy Pad Properties to Default" ) )
1483 .Tooltip(
_(
"Copy current pad's properties" ) )
1487 .Name(
"pcbnew.PadTool.ApplyPadSettings" )
1489 .FriendlyName(
_(
"Paste Default Pad Properties to Selected" ) )
1490 .Tooltip(
_(
"Replace the current pad's properties with those copied earlier" ) )
1494 .Name(
"pcbnew.PadTool.PushPadSettings" )
1496 .FriendlyName(
_(
"Push Pad Properties to Other Pads..." ) )
1497 .Tooltip(
_(
"Copy the current pad's properties to other pads" ) )
1501 .Name(
"pcbnew.PadTool.enumeratePads" )
1503 .FriendlyName(
_(
"Renumber Pads..." ) )
1504 .Tooltip(
_(
"Renumber pads by clicking on them in the desired order" ) )
1509 .Name(
"pcbnew.PadTool.placePad" )
1511 .FriendlyName(
_(
"Add Pad" ) )
1512 .Tooltip(
_(
"Add a pad" ) )
1518 .Name(
"pcbnew.PadTool.explodePad" )
1520 .DefaultHotkey(
MD_CTRL +
'E' )
1521 .FriendlyName(
_(
"Edit Pad as Graphic Shapes" ) )
1522 .Tooltip(
_(
"Ungroups a custom-shaped pad for editing as individual graphic shapes" ) )
1526 .Name(
"pcbnew.PadTool.recombinePad" )
1528 .DefaultHotkey(
MD_CTRL +
'E' )
1529 .FriendlyName(
_(
"Finish Pad Edit" ) )
1530 .Tooltip(
_(
"Regroups all touching graphic shapes into the edited pad" ) )
1534 .Name(
"pcbnew.PadTool.defaultPadProperties" )
1536 .FriendlyName(
_(
"Default Pad Properties..." ) )
1537 .Tooltip(
_(
"Edit the pad properties used when creating new pads" ) )
1545 .Name(
"pcbnew.ScriptingTool.pluginsShowFolder" )
1548 .FriendlyName(
_(
"Reveal Plugin Folder in Finder" ) )
1549 .Tooltip(
_(
"Reveals the plugins folder in a Finder window" ) )
1551 .FriendlyName(
_(
"Open Plugin Directory" ) )
1552 .Tooltip(
_(
"Opens the directory in the default system file manager" ) )
1559 .Name(
"pcbnew.EditorControl.appendBoard" )
1561 .FriendlyName(
_(
"Append Board..." ) )
1562 .Tooltip(
_(
"Open another board and append its contents to this board" ) )
1566 .Name(
"pcbnew.EditorControl.rescueAutosave" )
1568 .FriendlyName(
_(
"Rescue" ) )
1569 .Tooltip(
_(
"Clear board and get last rescue file automatically saved by PCB editor" ) )
1573 .Name(
"pcbnew.EditorControl.openNonKicadBoard" )
1575 .FriendlyName(
_(
"Import Non-KiCad Board File..." ) )
1576 .Tooltip(
_(
"Import board file from other applications" ) )
1580 .Name(
"pcbnew.EditorControl.exportFootprints" )
1582 .FriendlyName(
_(
"Export Footprints..." ) )
1583 .Tooltip(
_(
"Add footprints from board to a new or an existing footprint library\n"
1584 "(does not remove other footprints from this library)" ) )
1588 .Name(
"pcbnew.EditorControl.boardSetup" )
1590 .FriendlyName(
_(
"Board Setup..." ) )
1591 .Tooltip(
_(
"Edit board setup including layers, design rules and various defaults" ) )
1595 .Name(
"pcbnew.EditorControl.importNetlist" )
1597 .FriendlyName(
_(
"Import Netlist..." ) )
1598 .Tooltip(
_(
"Read netlist and update board connectivity" ) )
1602 .Name(
"pcbnew.EditorControl.importSpecctraSession" )
1604 .FriendlyName(
_(
"Import Specctra Session..." ) )
1605 .Tooltip(
_(
"Import routed Specctra session (*.ses) file" ) )
1609 .Name(
"pcbnew.EditorControl.exportSpecctraDSN" )
1611 .FriendlyName(
_(
"Export Specctra DSN..." ) )
1612 .Tooltip(
_(
"Export Specctra DSN routing info" ) )
1616 .Name(
"pcbnew.EditorControl.editFootprintFields" )
1618 .FriendlyName(
_(
"Bulk Edit Footprint Fields..." ) )
1619 .Tooltip(
_(
"Edit a table of fields from all footprints in the board" ) )
1623 .Name(
"pcbnew.EditorControl.generateGerbers" )
1625 .FriendlyName(
_(
"Gerbers (.gbr)..." ) )
1626 .Tooltip(
_(
"Generate Gerbers for fabrication" ) )
1630 .Name(
"pcbnew.EditorControl.generateDrillFiles" )
1632 .FriendlyName(
_(
"Drill Files (.drl)..." ) )
1633 .Tooltip(
_(
"Generate Excellon drill file(s)" ) )
1637 .Name(
"pcbnew.EditorControl.generatePosFile" )
1639 .FriendlyName(
_(
"Component Placement (.pos, .gbr)..." ) )
1640 .Tooltip(
_(
"Generate component placement file(s) for pick and place" ) )
1644 .Name(
"pcbnew.EditorControl.generateReportFile" )
1646 .FriendlyName(
_(
"Footprint Report (.rpt)..." ) )
1647 .Tooltip(
_(
"Create report of all footprints from current board" ) )
1651 .Name(
"pcbnew.EditorControl.generateIPC2581File" )
1653 .FriendlyName(
_(
"IPC-2581 File (.xml)..." ) )
1654 .Tooltip(
_(
"Generate an IPC-2581 file" ) )
1658 .Name(
"pcbnew.EditorControl.generateODBPPFile" )
1660 .FriendlyName(
_(
"ODB++ Output File..." ) )
1661 .Tooltip(
_(
"Generate ODB++ output files" ) )
1665 .Name(
"pcbnew.EditorControl.generateD356File" )
1667 .FriendlyName(
_(
"IPC-D-356 Netlist File..." ) )
1668 .Tooltip(
_(
"Generate IPC-D-356 netlist file" ) )
1672 .Name(
"pcbnew.EditorControl.generateBOM" )
1674 .FriendlyName(
_(
"Bill of Materials..." ) )
1675 .Tooltip(
_(
"Create bill of materials from board" ) )
1679 .Name(
"pcbnew.EditorControl.generateBOMLegacy" )
1681 .FriendlyName(
_(
"Generate Legacy Bill of Materials..." ) )
1682 .Tooltip(
_(
"Generate a bill of materials for the current board using the legacy exporter" ) )
1686 .Name(
"pcbnew.EditorControl.exportGenCAD" )
1688 .FriendlyName(
_(
"Export GenCAD..." ) )
1689 .Tooltip(
_(
"Export GenCAD board representation" ) )
1693 .Name(
"pcbnew.EditorControl.exportVRML" )
1695 .FriendlyName(
_(
"Export VRML..." ) )
1696 .Tooltip(
_(
"Export VRML 3D board representation" ) )
1700 .Name(
"pcbnew.EditorControl.exportIDF" )
1702 .FriendlyName(
_(
"Export IDFv3..." ) )
1703 .Tooltip(
_(
"Export IDF 3D board representation" ) )
1707 .Name(
"pcbnew.EditorControl.exportSTEP" )
1709 .FriendlyName(
_(
"Export STEP/GLB/BREP/XAO/PLY/STL..." ) )
1710 .Tooltip(
_(
"Export STEP, GLB, BREP, XAO, PLY or STL 3D board representation" ) )
1714 .Name(
"pcbnew.EditorControl.exportFootprintAssociations" )
1716 .FriendlyName(
_(
"Export Footprint Association (.cmp) File..." ) )
1717 .Tooltip(
_(
"Export footprint association file (*.cmp) for schematic back annotation" ) )
1721 .Name(
"pcbnew.EditorControl.exportHyperlynx" )
1723 .FriendlyName(
_(
"Hyperlynx..." ) )
1727 .Name(
"pcbnew.EditorControl.collect3DModels" )
1729 .FriendlyName(
_(
"Collect And Embed 3D Models" ) )
1730 .Tooltip(
_(
"Collect footprint 3D models and embed them into the board" ) )
1736 .Name(
"pcbnew.EditorControl.trackWidthInc" )
1738 .DefaultHotkey(
'W' )
1739 .LegacyHotkeyName(
"Switch Track Width To Next" )
1740 .FriendlyName(
_(
"Switch Track Width to Next" ) )
1741 .Tooltip(
_(
"Change track width to next pre-defined size" ) ) );
1744 .Name(
"pcbnew.EditorControl.trackWidthDec" )
1747 .LegacyHotkeyName(
"Switch Track Width To Previous" )
1748 .FriendlyName(
_(
"Switch Track Width to Previous" ) )
1749 .Tooltip(
_(
"Change track width to previous pre-defined size" ) ) );
1752 .Name(
"pcbnew.EditorControl.viaSizeInc" )
1754 .DefaultHotkey(
'\'' )
1755 .LegacyHotkeyName(
"Increase Via Size" )
1756 .FriendlyName(
_(
"Increase Via Size" ) )
1757 .Tooltip(
_(
"Change via size to next pre-defined size" ) ) );
1760 .Name(
"pcbnew.EditorControl.viaSizeDec" )
1762 .DefaultHotkey(
'\\' )
1763 .LegacyHotkeyName(
"Decrease Via Size" )
1764 .FriendlyName(
_(
"Decrease Via Size" ) )
1765 .Tooltip(
_(
"Change via size to previous pre-defined size" ) ) );
1768 .Name(
"pcbnew.EditorControl.autoTrackWidth" )
1770 .FriendlyName(
_(
"Automatically select track width" ) )
1771 .Tooltip(
_(
"When routing from an existing track use its width instead "
1772 "of the current width setting" ) )
1777 .Name(
"pcbnew.EditorControl.trackViaSizeChanged" )
1782 .Name(
"pcbnew.EditorControl.assignNetclass" )
1784 .FriendlyName(
_(
"Assign Netclass..." ) )
1785 .Tooltip(
_(
"Assign a netclass to nets matching a pattern" ) )
1789 .Name(
"pcbnew.EditorControl.zoneMerge" )
1791 .FriendlyName(
_(
"Merge Zones" ) ) );
1794 .Name(
"pcbnew.EditorControl.zoneDuplicate" )
1796 .FriendlyName(
_(
"Duplicate Zone onto Layer..." ) )
1800 .Name(
"pcbnew.EditorControl.zonePriorityMoveToTop" )
1802 .FriendlyName(
_(
"Move to Top" ) )
1806 .Name(
"pcbnew.EditorControl.zonePriorityRaise" )
1808 .FriendlyName(
_(
"Raise" ) )
1812 .Name(
"pcbnew.EditorControl.zonePriorityLower" )
1814 .FriendlyName(
_(
"Lower" ) )
1818 .Name(
"pcbnew.EditorControl.zonePriorityMoveToBottom" )
1820 .FriendlyName(
_(
"Move to Bottom" ) )
1824 .Name(
"pcbnew.EditorControl.placeFootprint" )
1826 .DefaultHotkey(
'A' )
1827 .LegacyHotkeyName(
"Add Footprint" )
1828 .FriendlyName(
_(
"Place Footprints" ) )
1832 .Parameter<FOOTPRINT*>(
nullptr ) );
1835 .Name(
"pcbnew.EditorControl.drillOrigin" )
1837 .FriendlyName(
_(
"Drill/Place File Origin" ) )
1838 .Tooltip(
_(
"Place origin point for drill files and component placement files" ) )
1843 .Name(
"pcbnew.EditorControl.drillResetOrigin" )
1845 .LegacyHotkeyName(
"Reset Drill Origin" )
1846 .FriendlyName(
_(
"Reset Drill Origin" ) ) );
1849 .Name(
"pcbnew.EditorControl.drillSetOrigin" )
1854 .Name(
"pcbnew.EditorControl.toggleLock" )
1856 .DefaultHotkey(
'L' )
1857 .LegacyHotkeyName(
"Lock/Unlock Footprint" )
1858 .FriendlyName(
_(
"Toggle Lock" ) )
1859 .Tooltip(
_(
"Lock or unlock selected items" ) )
1864 .Name(
"pcbnew.EditorControl.lineModeFree" )
1866 .FriendlyName(
_(
"Line Modes" ) )
1867 .Tooltip(
_(
"Draw and drag at any angle" ) )
1873 .Name(
"pcbnew.EditorControl.lineModeOrthonal" )
1875 .FriendlyName(
_(
"Line Modes" ) )
1876 .Tooltip(
_(
"Constrain drawing and dragging to horizontal or vertical motions" ) )
1882 .Name(
"pcbnew.EditorControl.lineMode45" )
1884 .FriendlyName(
_(
"Line Modes" ) )
1885 .Tooltip(
_(
"Constrain drawing and dragging to horizontal, vertical, or 45-degree angle motions" ) )
1891 .Name(
"pcbnew.EditorControl.lineModeNext" )
1894 .FriendlyName(
_(
"Line Modes" ) )
1895 .Tooltip(
_(
"Switch to next angle snapping mode" ) ) );
1898 .Name(
"pcbnew.EditorControl.angleSnapModeChanged" )
1903 .Name(
"pcbnew.EditorControl.lock" )
1905 .FriendlyName(
_(
"Lock" ) )
1906 .Tooltip(
_(
"Prevent items from being moved and/or resized on the canvas" ) )
1910 .Name(
"pcbnew.EditorControl.unlock" )
1912 .FriendlyName(
_(
"Unlock" ) )
1913 .Tooltip(
_(
"Allow items to be moved and/or resized on the canvas" ) )
1917 .Name(
"pcbnew.EditorControl.highlightNet" )
1919 .DefaultHotkey(
'`' )
1921 .LegacyHotkeyName(
"Toggle Highlight of Selected Net (Modern Toolset only)" )
1922 .FriendlyName(
_(
"Highlight Net" ) )
1923 .Tooltip(
_(
"Highlight net under cursor" ) )
1925 .Parameter<int>( 0 ) );
1928 .Name(
"pcbnew.EditorControl.toggleLastNetHighlight" )
1930 .FriendlyName(
_(
"Toggle Last Net Highlight" ) )
1931 .Tooltip(
_(
"Toggle between last two highlighted nets" ) )
1932 .Parameter<int>( 0 ) );
1935 .Name(
"pcbnew.EditorControl.clearHighlight" )
1937 .DefaultHotkey(
'~' )
1938 .FriendlyName(
_(
"Clear Net Highlighting" ) ) );
1941 .Name(
"pcbnew.EditorControl.toggleNetHighlight" )
1943 .DefaultHotkey(
MD_ALT +
'`' )
1944 .FriendlyName(
_(
"Toggle Net Highlight" ) )
1947 .Parameter<int>( 0 ) );
1950 .Name(
"pcbnew.EditorControl.highlightNetSelection" )
1952 .FriendlyName(
_(
"Highlight Net" ) )
1953 .Tooltip(
_(
"Highlight all copper items on the selected net(s)" ) )
1955 .Parameter<int>( 0 ) );
1958 .Name(
"pcbnew.EditorControl.highlightNetChain" )
1960 .FriendlyName(
_(
"Highlight Net Chain" ) )
1961 .Tooltip(
_(
"Highlight every net in the net chain" ) )
1965 .Name(
"pcbnew.EditorControl.setTerminalPad" )
1971 .Name(
"pcbnew.EditorControl.highlightItem" )
1975 .Name(
"pcbnew.EditorControl.hideNet" )
1977 .FriendlyName(
_(
"Hide Net in Ratsnest" ) )
1978 .Tooltip(
_(
"Hide the selected net in the ratsnest of unconnected net lines/arcs" ) )
1980 .Parameter<int>( 0 ) );
1983 .Name(
"pcbnew.EditorControl.showNet" )
1985 .FriendlyName(
_(
"Show Net in Ratsnest" ) )
1986 .Tooltip(
_(
"Show the selected net in the ratsnest of unconnected net lines/arcs" ) )
1988 .Parameter<int>( 0 ) );
1991 .Name(
"pcbnew.EditorControl.showEeschema" )
1993 .FriendlyName(
_(
"Switch to Schematic Editor" ) )
1994 .Tooltip(
_(
"Open schematic in schematic editor" ) )
1999 .Name(
"pcbnew.DRETool.drcRuleEditor" )
2001 .FriendlyName(
_(
"DRC Rule Editor" ) )
2002 .Tooltip(
_(
"Open DRC rule editor window" ) ) );
2008 .Name(
"pcbnew.Control.localRatsnestTool" )
2010 .FriendlyName(
_(
"Local Ratsnest" ) )
2011 .Tooltip(
_(
"Toggle ratsnest display of selected item(s)" ) )
2017 .Name(
"pcbnew.Control.hideDynamicRatsnest" )
2021 .Name(
"pcbnew.Control.updateLocalRatsnest" )
2026 .Name(
"pcbnew.Control.showLayersManager" )
2028 .FriendlyName(
_(
"Appearance" ) )
2029 .Tooltip(
_(
"Show/hide the appearance manager" ) )
2034 .Name(
"pcbnew.Control.showNetInspector" )
2036 .FriendlyName(
_(
"Net Inspector" ) )
2037 .Tooltip(
_(
"Show/hide the net inspector" ) )
2042 .Name(
"pcbnew.Control.zonesManager" )
2044 .FriendlyName(
_(
"Zone Manager..." ) )
2045 .Tooltip(
_(
"Show the zone manager dialog" ) )
2049 .Name(
"pcbnew.Control.flipBoard" )
2051 .FriendlyName(
_(
"Flip Board View" ) )
2052 .Tooltip(
_(
"View board from the opposite side" ) )
2057 .Name(
"pcbnew.Control.rehatchShapes" )
2063 .Name(
"pcbnew.Control.showRatsnest" )
2065 .FriendlyName(
_(
"Show Ratsnest" ) )
2066 .Tooltip(
_(
"Show lines/arcs representing missing connections on the board" ) )
2071 .Name(
"pcbnew.Control.ratsnestLineMode" )
2073 .FriendlyName(
_(
"Curved Ratsnest Lines" ) )
2074 .Tooltip(
_(
"Show ratsnest with curved lines" ) )
2079 .Name(
"pcbnew.Control.ratsnestModeCycle" )
2081 .FriendlyName(
_(
"Ratsnest Mode (3-state)" ) )
2082 .Tooltip(
_(
"Cycle between showing ratsnests for all layers, just visible layers, and none" ) ) );
2085 .Name(
"pcbnew.Control.netColorMode" )
2087 .FriendlyName(
_(
"Net Color Mode (3-state)" ) )
2088 .Tooltip(
_(
"Cycle between using net and netclass colors for all nets, just ratsnests, and none" ) ) );
2091 .Name(
"pcbnew.Control.trackDisplayMode" )
2093 .DefaultHotkey(
'K' )
2094 .LegacyHotkeyName(
"Track Display Mode" )
2095 .FriendlyName(
_(
"Sketch Tracks" ) )
2096 .Tooltip(
_(
"Show tracks in outline mode" ) )
2101 .Name(
"pcbnew.Control.padDisplayMode" )
2103 .FriendlyName(
_(
"Sketch Pads" ) )
2104 .Tooltip(
_(
"Show pads in outline mode" ) )
2109 .Name(
"pcbnew.Control.viaDisplayMode" )
2111 .FriendlyName(
_(
"Sketch Vias" ) )
2112 .Tooltip(
_(
"Show vias in outline mode" ) )
2117 .Name(
"pcbnew.Control.graphicOutlines" )
2119 .FriendlyName(
_(
"Sketch Graphic Items" ) )
2120 .Tooltip(
_(
"Show graphic items in outline mode" ) )
2125 .Name(
"pcbnew.Control.textOutlines" )
2127 .FriendlyName(
_(
"Sketch Text Items" ) )
2128 .Tooltip(
_(
"Show footprint texts in line mode" ) )
2133 .Name(
"pcbnew.Control.showPadNumbers" )
2135 .FriendlyName(
_(
"Show Pad Numbers" ) )
2140 .Name(
"pcbnew.Control.zoneDisplayEnable" )
2142 .FriendlyName(
_(
"Draw Zone Fills" ) )
2143 .Tooltip(
_(
"Show filled areas of zones" ) )
2148 .Name(
"pcbnew.Control.zoneDisplayDisable" )
2150 .FriendlyName(
_(
"Draw Zone Outlines" ) )
2151 .Tooltip(
_(
"Show only zone boundaries" ) )
2156 .Name(
"pcbnew.Control.zoneDisplayOutlines" )
2158 .FriendlyName(
_(
"Draw Zone Fill Fracture Borders" ) )
2163 .Name(
"pcbnew.Control.zoneDisplayTesselation" )
2165 .FriendlyName(
_(
"Draw Zone Fill Triangulation" ) )
2170 .Name(
"pcbnew.Control.zoneDisplayToggle" )
2172 .FriendlyName(
_(
"Toggle Zone Display" ) )
2173 .Tooltip(
_(
"Cycle between showing zone fills and just their outlines" ) )
2178 .Name(
"pcbnew.Control.fpAutoZoom" )
2180 .FriendlyName(
_(
"Automatic zoom" ) )
2181 .Tooltip(
_(
"Automatic Zoom on footprint change" ) )
2224 default:
return nullptr;
2232 static TOOL_ACTION_GROUP s_toolActionGroup(
"pcbnew.Control.DirectLayerActions" );
2233 return s_toolActionGroup;
2237 .Name(
"pcbnew.Control.layerTop" )
2240 .DefaultHotkey( WXK_PAGEUP )
2241 .LegacyHotkeyName(
"Switch to Component (F.Cu) layer" )
2242 .FriendlyName(
_(
"Switch to Component (F.Cu) layer" ) )
2244 .Parameter(
F_Cu ) );
2247 .Name(
"pcbnew.Control.layerInner1" )
2250 .LegacyHotkeyName(
"Switch to Inner layer 1" )
2251 .FriendlyName(
_(
"Switch to Inner Layer 1" ) )
2256 .Name(
"pcbnew.Control.layerInner2" )
2259 .LegacyHotkeyName(
"Switch to Inner layer 2" )
2260 .FriendlyName(
_(
"Switch to Inner Layer 2" ) )
2265 .Name(
"pcbnew.Control.layerInner3" )
2268 .LegacyHotkeyName(
"Switch to Inner layer 3" )
2269 .FriendlyName(
_(
"Switch to Inner Layer 3" ) )
2274 .Name(
"pcbnew.Control.layerInner4" )
2277 .LegacyHotkeyName(
"Switch to Inner layer 4" )
2278 .FriendlyName(
_(
"Switch to Inner Layer 4" ) )
2283 .Name(
"pcbnew.Control.layerInner5" )
2286 .LegacyHotkeyName(
"Switch to Inner layer 5" )
2287 .FriendlyName(
_(
"Switch to Inner Layer 5" ) )
2292 .Name(
"pcbnew.Control.layerInner6" )
2295 .LegacyHotkeyName(
"Switch to Inner layer 6" )
2296 .FriendlyName(
_(
"Switch to Inner Layer 6" ) )
2301 .Name(
"pcbnew.Control.layerInner7" )
2304 .FriendlyName(
_(
"Switch to Inner Layer 7" ) )
2309 .Name(
"pcbnew.Control.layerInner8" )
2312 .FriendlyName(
_(
"Switch to Inner Layer 8" ) )
2317 .Name(
"pcbnew.Control.layerInner9" )
2320 .FriendlyName(
_(
"Switch to Inner Layer 9" ) )
2325 .Name(
"pcbnew.Control.layerInner10" )
2328 .FriendlyName(
_(
"Switch to Inner Layer 10" ) )
2333 .Name(
"pcbnew.Control.layerInner11" )
2336 .FriendlyName(
_(
"Switch to Inner Layer 11" ) )
2341 .Name(
"pcbnew.Control.layerInner12" )
2344 .FriendlyName(
_(
"Switch to Inner Layer 12" ) )
2349 .Name(
"pcbnew.Control.layerInner13" )
2352 .FriendlyName(
_(
"Switch to Inner Layer 13" ) )
2357 .Name(
"pcbnew.Control.layerInner14" )
2360 .FriendlyName(
_(
"Switch to Inner Layer 14" ) )
2365 .Name(
"pcbnew.Control.layerInner15" )
2368 .FriendlyName(
_(
"Switch to Inner Layer 15" ) )
2373 .Name(
"pcbnew.Control.layerInner16" )
2376 .FriendlyName(
_(
"Switch to Inner Layer 16" ) )
2381 .Name(
"pcbnew.Control.layerInner17" )
2384 .FriendlyName(
_(
"Switch to Inner Layer 17" ) )
2389 .Name(
"pcbnew.Control.layerInner18" )
2392 .FriendlyName(
_(
"Switch to Inner Layer 18" ) )
2397 .Name(
"pcbnew.Control.layerInner19" )
2400 .FriendlyName(
_(
"Switch to Inner Layer 19" ) )
2405 .Name(
"pcbnew.Control.layerInner20" )
2408 .FriendlyName(
_(
"Switch to Inner Layer 20" ) )
2413 .Name(
"pcbnew.Control.layerInner21" )
2416 .FriendlyName(
_(
"Switch to Inner Layer 21" ) )
2421 .Name(
"pcbnew.Control.layerInner22" )
2424 .FriendlyName(
_(
"Switch to Inner Layer 22" ) )
2429 .Name(
"pcbnew.Control.layerInner23" )
2432 .FriendlyName(
_(
"Switch to Inner Layer 23" ) )
2437 .Name(
"pcbnew.Control.layerInner24" )
2440 .FriendlyName(
_(
"Switch to Inner Layer 24" ) )
2445 .Name(
"pcbnew.Control.layerInner25" )
2448 .FriendlyName(
_(
"Switch to Inner Layer 25" ) )
2453 .Name(
"pcbnew.Control.layerInner26" )
2456 .FriendlyName(
_(
"Switch to Inner Layer 26" ) )
2461 .Name(
"pcbnew.Control.layerInner27" )
2464 .FriendlyName(
_(
"Switch to Inner Layer 27" ) )
2469 .Name(
"pcbnew.Control.layerInner28" )
2472 .FriendlyName(
_(
"Switch to Inner Layer 28" ) )
2477 .Name(
"pcbnew.Control.layerInner29" )
2480 .FriendlyName(
_(
"Switch to Inner Layer 29" ) )
2485 .Name(
"pcbnew.Control.layerInner30" )
2488 .FriendlyName(
_(
"Switch to Inner Layer 30" ) )
2493 .Name(
"pcbnew.Control.layerBottom" )
2496 .DefaultHotkey( WXK_PAGEDOWN )
2497 .LegacyHotkeyName(
"Switch to Copper (B.Cu) layer" )
2498 .FriendlyName(
_(
"Switch to Copper (B.Cu) Layer" ) )
2500 .Parameter(
B_Cu ) );
2503 .Name(
"pcbnew.Control.layerNext" )
2505 .DefaultHotkey(
'+' )
2506 .LegacyHotkeyName(
"Switch to Next Layer" )
2507 .FriendlyName(
_(
"Switch to Next Layer" ) )
2511 .Name(
"pcbnew.Control.layerPrev" )
2513 .DefaultHotkey(
'-' )
2514 .LegacyHotkeyName(
"Switch to Previous Layer" )
2515 .FriendlyName(
_(
"Switch to Previous Layer" ) )
2519 .Name(
"pcbnew.Control.layerToggle" )
2521 .DefaultHotkey(
'V' )
2522 .LegacyHotkeyName(
"Add Through Via" )
2523 .FriendlyName(
_(
"Toggle Layer" ) )
2524 .Tooltip(
_(
"Switch between layers in active layer pair" ) )
2528 .Name(
"pcbnew.Control.layerAlphaInc" )
2530 .DefaultHotkey(
'}' )
2532 .LegacyHotkeyName(
"Increment Layer Transparency (Modern Toolset only)" )
2533 .FriendlyName(
_(
"Increase Layer Opacity" ) )
2534 .Tooltip(
_(
"Make the current layer less transparent" ) )
2538 .Name(
"pcbnew.Control.layerAlphaDec" )
2540 .DefaultHotkey(
'{' )
2542 .LegacyHotkeyName(
"Decrement Layer Transparency (Modern Toolset only)" )
2543 .FriendlyName(
_(
"Decrease Layer Opacity" ) )
2544 .Tooltip(
_(
"Make the current layer more transparent" ) )
2548 .Name(
"pcbnew.Control.layerPairPresetCycle" )
2551 .FriendlyName(
_(
"Cycle Layer Pair Presets" ) )
2552 .Tooltip(
_(
"Cycle between preset layer pairs" ) ) );
2555 .Name(
"pcbnew.Control.layerChanged" )
2561 .Name(
"pcbnew.InspectionTool.ShowBoardStatistics" )
2563 .FriendlyName(
_(
"Show Board Statistics" ) )
2564 .Tooltip(
_(
"Shows board statistics" ) )
2568 .Name(
"pcbnew.InspectionTool.InspectClearance" )
2570 .FriendlyName(
_(
"Clearance Resolution" ) )
2571 .Tooltip(
_(
"Show clearance resolution for the active layer between two selected objects" ) )
2575 .Name(
"pcbnew.InspectionTool.InspectConstraints" )
2577 .FriendlyName(
_(
"Constraints Resolution" ) )
2578 .Tooltip(
_(
"Show constraints resolution for the selected object" ) )
2582 .Name(
"pcbnew.InspectionTool.DiffFootprint" )
2584 .FriendlyName(
_(
"Compare Footprint with Library" ) )
2585 .Tooltip(
_(
"Show differences between board footprint and its library equivalent" ) )
2589 .Name(
"pcbnew.InspectionTool.CompareBoardWithFile" )
2591 .FriendlyName(
_(
"Compare Board with File..." ) )
2592 .Tooltip(
_(
"Diff the current PCB against another .kicad_pcb file" ) )
2596 .Name(
"pcbnew.InspectionTool.CompareBoardWithHistory" )
2598 .FriendlyName(
_(
"Compare Board with Local History..." ) )
2599 .Tooltip(
_(
"Diff the current PCB against the most recent local-history snapshot" ) )
2603 .Name(
"pcbnew.InspectionTool.ShowFootprintAssociations" )
2605 .FriendlyName(
_(
"Show Footprint Associations" ) )
2606 .Tooltip(
_(
"Show footprint library and schematic symbol associations" ) )
2611 .Name(
"pcbnew.ReannotateTool.ShowReannotateDialog" )
2613 .FriendlyName(
_(
"Geographical Reannotate..." ) )
2614 .Tooltip(
_(
"Reannotate PCB in geographical order" ) )
2618 .Name(
"pcbnew.Control.repairBoard" )
2620 .FriendlyName(
_(
"Repair Board" ) )
2621 .Tooltip(
_(
"Run various diagnostics and attempt to repair board" ) )
2623 .Parameter(
false ) );
2626 .Name(
"pcbnew.ModuleEditor.repairFootprint" )
2628 .FriendlyName(
_(
"Repair Footprint" ) )
2629 .Tooltip(
_(
"Run various diagnostics and attempt to repair footprint" ) )
2635 .Name(
"pcbnew.ModuleEditor.nextFootprintTab" )
2637 .FriendlyName(
_(
"Next Footprint Tab" ) )
2638 .Tooltip(
_(
"Switch to the next open footprint tab" ) ) );
2641 .Name(
"pcbnew.ModuleEditor.prevFootprintTab" )
2643 .FriendlyName(
_(
"Previous Footprint Tab" ) )
2644 .Tooltip(
_(
"Switch to the previous open footprint tab" ) ) );
2647 .Name(
"pcbnew.ModuleEditor.closeFootprintTab" )
2649 .FriendlyName(
_(
"Close Footprint Tab" ) )
2650 .Tooltip(
_(
"Close the active footprint tab" ) ) );
2656 .Name(
"pcbnew.AlignAndDistribute.alignTop" )
2658 .FriendlyName(
_(
"Align to Top" ) )
2659 .Tooltip(
_(
"Aligns selected items to the top edge of the item under the cursor" ) )
2663 .Name(
"pcbnew.AlignAndDistribute.alignBottom" )
2665 .FriendlyName(
_(
"Align to Bottom" ) )
2666 .Tooltip(
_(
"Aligns selected items to the bottom edge of the item under the cursor" ) )
2670 .Name(
"pcbnew.AlignAndDistribute.alignLeft" )
2672 .FriendlyName(
_(
"Align to Left" ) )
2673 .Tooltip(
_(
"Aligns selected items to the left edge of the item under the cursor" ) )
2677 .Name(
"pcbnew.AlignAndDistribute.alignRight" )
2679 .FriendlyName(
_(
"Align to Right" ) )
2680 .Tooltip(
_(
"Aligns selected items to the right edge of the item under the cursor" ) )
2684 .Name(
"pcbnew.AlignAndDistribute.alignCenterY" )
2686 .FriendlyName(
_(
"Align to Vertical Center" ) )
2687 .Tooltip(
_(
"Aligns selected items to the vertical center of the item under the cursor" ) )
2691 .Name(
"pcbnew.AlignAndDistribute.alignCenterX" )
2693 .FriendlyName(
_(
"Align to Horizontal Center" ) )
2694 .Tooltip(
_(
"Aligns selected items to the horizontal center of the item under the cursor" ) )
2698 .Name(
"pcbnew.AlignAndDistribute.distributeHorizontallyCenters" )
2700 .FriendlyName(
_(
"Distribute Horizontally by Centers" ) )
2701 .Tooltip(
_(
"Distributes selected items between the left-most item and the right-most item "
2702 "so that the item centers are equally distributed" ) )
2706 .Name(
"pcbnew.AlignAndDistribute.distributeHorizontallyGaps" )
2708 .FriendlyName(
_(
"Distribute Horizontally with Even Gaps" ) )
2709 .Tooltip(
_(
"Distributes selected items between the left-most item and the right-most item "
2710 "so that the gaps between items are equal" ) )
2714 .Name(
"pcbnew.AlignAndDistribute.distributeVerticallyGaps" )
2716 .FriendlyName(
_(
"Distribute Vertically with Even Gaps" ) )
2717 .Tooltip(
_(
"Distributes selected items between the top-most item and the bottom-most item "
2718 "so that the gaps between items are equal" ) )
2722 .Name(
"pcbnew.AlignAndDistribute.distributeVerticallyCenters" )
2724 .FriendlyName(
_(
"Distribute Vertically by Centers" ) )
2725 .Tooltip(
_(
"Distributes selected items between the top-most item and the bottom-most item "
2726 "so that the item centers are equally distributed" ) )
2732 .Name(
"pcbnew.PointEditor.addCorner" )
2735 .DefaultHotkey( WXK_F1 )
2737 .DefaultHotkey( WXK_INSERT )
2739 .FriendlyName(
_(
"Create Corner" ) )
2740 .Tooltip(
_(
"Create a corner" ) )
2744 .Name(
"pcbnew.PointEditor.removeCorner" )
2746 .FriendlyName(
_(
"Remove Corner" ) )
2747 .Tooltip(
_(
"Remove corner" ) )
2751 .Name(
"pcbnew.PointEditor.chamferCorner" )
2753 .FriendlyName(
_(
"Chamfer Corner" ) )
2754 .Tooltip(
_(
"Chamfer corner" ) )
2760 .Name(
"pcbnew.PositionRelative.positionRelative" )
2763 .LegacyHotkeyName(
"Position Item Relative" )
2764 .FriendlyName(
_(
"Position Relative To..." ) )
2765 .Tooltip(
_(
"Positions the selected item(s) by an exact amount relative to another" ) )
2769 .Name(
"pcbnew.PositionRelative.interactiveOffsetTool" )
2771 .FriendlyName(
_(
"Interactive Offset Tool" ) )
2772 .Tooltip(
_(
"Interactive tool for offsetting items by exact amounts" ) )
2778 .Name(
"pcbnew.Picker.selectItemInteractively" )
2780 .Parameter<PCB_PICKER_TOOL::INTERACTIVE_PARAMS>( {} ) );
2783 .Name(
"pcbnew.Picker.selectPointInteractively" )
2785 .Parameter<PCB_PICKER_TOOL::INTERACTIVE_PARAMS>( {} ));
2789 .Name(
"pcbnew.InteractiveSelection.SelectConnection" )
2791 .DefaultHotkey(
'U' )
2792 .LegacyHotkeyName(
"Select Single Track" )
2793 .FriendlyName(
_(
"Select/Expand Connection" ) )
2794 .Tooltip(
_(
"Selects a connection or expands an existing selection to junctions, pads, or entire connections" ) )
2798 .Name(
"pcbnew.InteractiveSelection.unrouteSelected" )
2800 .FriendlyName(
_(
"Unroute Selected" ) )
2801 .Tooltip(
_(
"Unroutes selected items to the nearest pad." ) )
2805 .Name(
"pcbnew.InteractiveSelection.unrouteSegment" )
2807 .DefaultHotkey( WXK_BACK )
2808 .FriendlyName(
_(
"Unroute Segment" ) )
2809 .Tooltip(
_(
"Unroutes segment to the nearest segment." ) )
2813 .Name(
"pcbnew.InteractiveSelection.SyncSelection" )
2817 .Name(
"pcbnew.InteractiveSelection.SyncSelectionWithNets" )
2821 .Name(
"pcbnew.InteractiveSelection.SelectNet" )
2823 .FriendlyName(
_(
"Select All Tracks in Net" ) )
2824 .Tooltip(
_(
"Selects all tracks & vias belonging to the same net." ) )
2825 .Parameter<int>( 0 ) );
2828 .Name(
"pcbnew.InteractiveSelection.DeselectNet" )
2830 .FriendlyName(
_(
"Deselect All Tracks in Net" ) )
2831 .Tooltip(
_(
"Deselects all tracks & vias belonging to the same net." ) )
2832 .Parameter<int>( 0 ) );
2835 .Name(
"pcbnew.InteractiveSelection.SelectNetChain" )
2837 .FriendlyName(
_(
"Select All Tracks in Net Chain" ) )
2838 .Tooltip(
_(
"Selects all tracks & vias belonging to every net in the same net "
2839 "chain (nets joined through series passives)." ) ) );
2842 .Name(
"pcbnew.InteractiveSelection.SelectUnconnected" )
2844 .DefaultHotkey(
'O' )
2845 .FriendlyName(
_(
"Select All Unconnected Footprints" ) )
2846 .Tooltip(
_(
"Selects all unconnected footprints belonging to each selected net." ) ) );
2849 .Name(
"pcbnew.InteractiveSelection.GrabUnconnected" )
2852 .FriendlyName(
_(
"Grab Nearest Unconnected Footprints" ) )
2853 .Tooltip(
_(
"Selects and initiates moving the nearest unconnected footprint on each selected net." ) ) );
2856 .Name(
"pcbnew.InteractiveSelection.SelectOnSheet" )
2858 .FriendlyName(
_(
"Sheet" ) )
2859 .Tooltip(
_(
"Selects all footprints and tracks in the schematic sheet" ) )
2863 .Name(
"pcbnew.InteractiveSelection.SelectSameSheet" )
2865 .FriendlyName(
_(
"Items in Same Hierarchical Sheet" ) )
2866 .Tooltip(
_(
"Selects all footprints and tracks in the same schematic sheet" ) )
2870 .Name(
"pcbnew.InteractiveSelection.SelectOnSchematic" )
2872 .FriendlyName(
_(
"Select on Schematic" ) )
2873 .Tooltip(
_(
"Selects corresponding items in Schematic editor" ) )
2877 .Name(
"pcbnew.InteractiveSelection.FilterSelection" )
2879 .FriendlyName(
_(
"Filter Selected Items..." ) )
2880 .Tooltip(
_(
"Remove items from the selection by type" ) )
2887 .Name(
"pcbnew.ZoneFiller.zoneFill" )
2889 .FriendlyName(
_(
"Draft Fill Selected Zone(s)" ) )
2890 .Tooltip(
_(
"Update copper fill of selected zone(s) without regard to other interacting zones" ) )
2892 .Parameter<ZONE*>(
nullptr ) );
2895 .Name(
"pcbnew.ZoneFiller.zoneFillAll" )
2897 .DefaultHotkey(
'B' )
2898 .LegacyHotkeyName(
"Fill or Refill All Zones" )
2899 .FriendlyName(
_(
"Fill All Zones" ) )
2900 .Tooltip(
_(
"Update copper fill of all zones" ) )
2904 .Name(
"pcbnew.ZoneFiller.zoneFillDirty" )
2908 .Name(
"pcbnew.ZoneFiller.zoneUnfill" )
2910 .FriendlyName(
_(
"Unfill Selected Zone(s)" ) )
2911 .Tooltip(
_(
"Remove copper fill from selected zone(s)" ) )
2915 .Name(
"pcbnew.ZoneFiller.zoneUnfillAll" )
2917 .DefaultHotkey(
MD_CTRL +
'B' )
2918 .LegacyHotkeyName(
"Remove Filled Areas in All Zones" )
2919 .FriendlyName(
_(
"Unfill All Zones" ) )
2920 .Tooltip(
_(
"Remove copper fill from all zones" ) )
2927 .Name(
"pcbnew.Autoplacer.autoplaceSelected" )
2929 .FriendlyName(
_(
"Place Selected Footprints" ) )
2930 .Tooltip(
_(
"Performs automatic placement of selected components" ) ) );
2933 .Name(
"pcbnew.Autoplacer.autoplaceOffboard" )
2935 .FriendlyName(
_(
"Place Off-Board Footprints" ) )
2936 .Tooltip(
_(
"Performs automatic placement of components outside board area" ) ) );
2939 .Name(
"pcbnew.Multichannel.generatePlacementRuleAreas" )
2941 .FriendlyName(
_(
"Generate Placement Rule Areas..." ) )
2942 .Tooltip(
_(
"Creates best-fit placement rule areas" ) )
2947 .Name(
"pcbnew.Multichannel.repeatLayout" )
2949 .FriendlyName(
_(
"Repeat Layout..." ) )
2950 .Tooltip(
_(
"Clones placement & routing across multiple identical channels" ) )
2957 .Name(
"pcbnew.InteractiveRouter.SingleTrack" )
2959 .DefaultHotkey(
'X' )
2960 .LegacyHotkeyName(
"Add New Track" )
2961 .FriendlyName(
_(
"Route Single Track" ) )
2962 .Tooltip(
_(
"Route tracks" ) )
2969 .Name(
"pcbnew.InteractiveRouter.DiffPair" )
2971 .DefaultHotkey(
'6' )
2973 .LegacyHotkeyName(
"Route Differential Pair (Modern Toolset only)" )
2974 .FriendlyName(
_(
"Route Differential Pair" ) )
2975 .Tooltip(
_(
"Route differential pairs" ) )
2982 .Name(
"pcbnew.InteractiveRouter.SettingsDialog" )
2984 .DefaultHotkey(
MD_CTRL +
'<' )
2985 .LegacyHotkeyName(
"Routing Options" )
2986 .FriendlyName(
_(
"Interactive Router Settings..." ) )
2987 .Tooltip(
_(
"Open Interactive Router settings" ) )
2991 .Name(
"pcbnew.InteractiveRouter.DiffPairDialog" )
2993 .FriendlyName(
_(
"Differential Pair Dimensions..." ) )
2994 .Tooltip(
_(
"Open Differential Pair Dimension settings" ) )
2998 .Name(
"pcbnew.InteractiveRouter.HighlightMode" )
3000 .FriendlyName(
_(
"Router Highlight Mode" ) )
3001 .Tooltip(
_(
"Switch router to highlight mode" ) )
3006 .Name(
"pcbnew.InteractiveRouter.ShoveMode" )
3008 .FriendlyName(
_(
"Router Shove Mode" ) )
3009 .Tooltip(
_(
"Switch router to shove mode" ) )
3014 .Name(
"pcbnew.InteractiveRouter.WalkaroundMode" )
3016 .FriendlyName(
_(
"Router Walkaround Mode" ) )
3017 .Tooltip(
_(
"Switch router to walkaround mode" ) )
3022 .Name(
"pcbnew.InteractiveRouter.CycleRouterMode" )
3024 .FriendlyName(
_(
"Cycle Router Mode" ) )
3025 .Tooltip(
_(
"Cycle router to the next mode" ) ) );
3028 .Name(
"pcbnew.InteractiveRouter.SelectLayerPair" )
3030 .FriendlyName(
_(
"Set Layer Pair..." ) )
3031 .Tooltip(
_(
"Change active layer pair for routing" ) )
3036 .Name(
"pcbnew.LengthTuner.TuneSingleTrack" )
3038 .DefaultHotkey(
'7' )
3040 .LegacyHotkeyName(
"Tune Single Track (Modern Toolset only)" )
3041 .FriendlyName(
_(
"Tune Length of a Single Track" ) )
3048 .Name(
"pcbnew.LengthTuner.TuneDiffPair" )
3050 .DefaultHotkey(
'8' )
3052 .LegacyHotkeyName(
"Tune Differential Pair Length (Modern Toolset only)" )
3053 .FriendlyName(
_(
"Tune Length of a Differential Pair" ) )
3060 .Name(
"pcbnew.LengthTuner.TuneDiffPairSkew" )
3062 .DefaultHotkey(
'9' )
3064 .LegacyHotkeyName(
"Tune Differential Pair Skew (Modern Toolset only)" )
3065 .FriendlyName(
_(
"Tune Skew of a Differential Pair" ) )
3072 .Name(
"pcbnew.InteractiveRouter.InlineDrag" )
3077 .Name(
"pcbnew.InteractiveRouter.UndoLastSegment" )
3079 .DefaultHotkey( WXK_BACK )
3080 .FriendlyName(
_(
"Undo Last Segment" ) )
3081 .Tooltip(
_(
"Walks the current track back one segment." ) ) );
3084 .Name(
"pcbnew.InteractiveRouter.ContinueFromEnd" )
3086 .DefaultHotkey(
MD_CTRL +
'E' )
3087 .FriendlyName(
_(
"Route From Other End" ) )
3088 .Tooltip(
_(
"Commits current segments and starts next segment from nearest ratsnest end." ) ) );
3091 .Name(
"pcbnew.InteractiveRouter.AttemptFinish" )
3093 .DefaultHotkey(
'F' )
3094 .FriendlyName(
_(
"Attempt Finish" ) )
3095 .Tooltip(
_(
"Attempts to complete current route to nearest ratsnest end." ) )
3096 .Parameter<bool*>(
nullptr ) );
3099 .Name(
"pcbnew.InteractiveRouter.RouteSelected" )
3102 .FriendlyName(
_(
"Route Selected" ) )
3103 .Tooltip(
_(
"Sequentially route selected items from ratsnest anchor." ) )
3108 .Name(
"pcbnew.InteractiveRouter.RouteSelectedFromEnd" )
3111 .FriendlyName(
_(
"Route Selected From Other End" ) )
3112 .Tooltip(
_(
"Sequentially route selected items from other end of ratsnest anchor." ) )
3117 .Name(
"pcbnew.InteractiveRouter.Autoroute" )
3120 .FriendlyName(
_(
"Attempt Finish Selected (Autoroute)" ) )
3121 .Tooltip(
_(
"Sequentially attempt to automatically route all selected pads." ) )
3126 .Name(
"pcbnew.InteractiveRouter.OptimizeSelected" )
3129 .FriendlyName(
_(
"Optimize Selected Track(s)" ) )
3130 .Tooltip(
_(
"Simplify selected routed track(s)." ) )
3135 .Name(
"pcbnew.InteractiveRouter.CancelCurrentItem" )
3137 .FriendlyName(
_(
"Cancel Current Item" ) )
3138 .Tooltip(
_(
"Skip current item and route next selected item." ) ) );
3141 .Name(
"pcbnew.InteractiveRouter.BreakTrack" )
3143 .FriendlyName(
_(
"Break Track" ) )
3144 .Tooltip(
_(
"Splits the track segment into two segments connected at the cursor position." ) )
3148 .Name(
"pcbnew.InteractiveRouter.Drag45Degree" )
3150 .DefaultHotkey(
'D' )
3151 .LegacyHotkeyName(
"Drag Track Keep Slope" )
3152 .FriendlyName(
_(
"Drag 45 Degree Mode" ) )
3153 .Tooltip(
_(
"Drags the track segment while keeping connected tracks at 45 degrees." ) )
3157 .Name(
"pcbnew.InteractiveRouter.DragFreeAngle" )
3159 .DefaultHotkey(
'G' )
3160 .LegacyHotkeyName(
"Drag Item" )
3161 .FriendlyName(
_(
"Drag Free Angle" ) )
3162 .Tooltip(
_(
"Drags the nearest joint in the track without restricting the track angle." ) )
3170 .Name(
"pcbnew.Generator.regenerateAllTuning" )
3172 .FriendlyName(
_(
"Update All Tuning Patterns" ) )
3173 .Tooltip(
_(
"Attempt to re-tune existing tuning patterns within their bounds" ) )
3175 .Parameter( wxString( wxS(
"tuning_pattern" ) ) ) );
3178 .Name(
"pcbnew.Generator.regenerateAll" )
3180 .FriendlyName(
_(
"Rebuild All Generators" ) )
3181 .Tooltip(
_(
"Rebuilds geometry of all generators" ) )
3183 .Parameter( wxString( wxS(
"*" ) ) ) );
3186 .Name(
"pcbnew.Generator.regenerateSelected" )
3188 .FriendlyName(
_(
"Rebuild Selected Generators" ) )
3189 .Tooltip(
_(
"Rebuilds geometry of selected generator(s)" ) )
3194 .Name(
"pcbnew.Generator.genStartEdit" )
3198 .Name(
"pcbnew.Generator.genUpdateEdit" )
3202 .Name(
"pcbnew.Generator.genFinishEdit" )
3206 .Name(
"pcbnew.Generator.genCacnelEdit" )
3210 .Name(
"pcbnew.Generator.genRemove" )
3215 .Name(
"pcbnew.Generator.showManager" )
3217 .FriendlyName(
_(
"Generators Manager" ) )
3218 .Tooltip(
_(
"Show a manager dialog for Generator objects" ) )
3222 .Name(
"pcbnew.Generator.excludeStitchVia" )
3224 .FriendlyName(
_(
"Exclude From Stitching" ) )
3225 .Tooltip(
_(
"Remove the selected via from its via-stitch generator and prevent "
3226 "it from being regenerated" ) ) );
3229 .Name(
"pcbnew.Generator.clearStitchViaExclusions" )
3231 .FriendlyName(
_(
"Clear Via Stitching Exclusions" ) )
3232 .Tooltip(
_(
"Restore all vias previously excluded from the selected via-stitch "
3239 .Name(
"pcbnew.LengthTuner.Settings" )
3242 .DefaultHotkey(
MD_CTRL +
'L' )
3244 .LegacyHotkeyName(
"Length Tuning Settings (Modern Toolset only)" )
3245 .FriendlyName(
_(
"Length Tuning Settings" ) )
3246 .MenuText(
_(
"Length Tuning Settings..." ) )
3247 .Tooltip(
_(
"Displays tuning pattern properties dialog" ) )
3252 .Name(
"pcbnew.Control.DdAppendBoard" )
3256 .Name(
"pcbnew.Control.ddImportFootprint" )
3260 .Name(
"pcbnew.InteractiveDrawing.ddImportGraphics" )
3265 .Name(
"pcbnew.FpWizard.showWizards" )
3267 .FriendlyName(
_(
"Show wizards selector" ) )
3268 .Tooltip(
_(
"Select wizard script to run" ) )
3272 .Name(
"pcbnew.FpWizard.resetWizardPrms" )
3274 .FriendlyName(
_(
"Reset wizard parameters" ) )
3275 .Tooltip(
_(
"Reset wizard parameters to default" ) )
3279 .Name(
"pcbnew.FpWizard.exportFpToEditor" )
3281 .FriendlyName(
_(
"Export footprint to editor" ) )
3282 .Tooltip(
_(
"Export footprint to editor" ) )
3286 .Name(
"pcbnew.InteractiveDiffPhaseSkew" )
3290 .FriendlyName(
_(
"Show relative skew of diff pair tracks" ) )
3291 .Tooltip(
_(
"Show relative skew of diff pair tracks" ) )
3297 .Name(
"pcbnew.GridItem.place" )
3299 .FriendlyName(
_(
"Place Grid Item" ) )
3300 .Tooltip(
_(
"Adds a grid item to the board" ) )
3307 "common.Interactive.snappingModeChangedByKey" );
3316 "pcbnew.Control.layerPairPresetChangedByKey" );
3324 static const std::vector<const TOOL_ACTION*> actions = {
@ cleanup_tracks_and_vias
@ constraint_fixed_radius
@ distribute_horizontal_centers
@ distribute_vertical_centers
@ ps_diff_pair_tune_length
@ constraint_equal_radius
@ constraint_fixed_position
@ distribute_horizontal_gaps
@ router_len_tuner_dist_incr
@ tune_diff_pair_skew_legend
@ router_len_tuner_dist_decr
@ constraint_equal_length
@ distribute_vertical_gaps
@ ps_diff_pair_tune_phase
@ constraint_fixed_length
@ add_orthogonal_dimension
@ custom_pad_to_primitives
@ constraint_angular_dimension
@ constraint_perpendicular
@ show_zone_triangulation
@ router_len_tuner_amplitude_incr
@ constraint_point_on_line
@ router_len_tuner_amplitude_decr
static TOOL_ACTION editTracksAndVias
static TOOL_ACTION lineModeFree
Unconstrained angle mode (icon lines_any)
static TOOL_ACTION hideConstraints
Same toggle, shown while the overlay is visible.
static TOOL_ACTION_GROUP layerDirectSwitchActions()
static TOOL_ACTION showConstraintsPanel
Toggle the docked constraints pane (board editor).
static TOOL_ACTION deleteFootprint
static TOOL_ACTION drawRuleArea
static TOOL_ACTION layerToggle
static TOOL_ACTION drag45Degree
static TOOL_ACTION duplicateIncrement
Activation of the duplication tool with incrementing (e.g. pad number)
static TOOL_ACTION layerInner12
static TOOL_ACTION changeDimensionArrows
Switch between dimension arrow directions.
static TOOL_ACTION microwaveCreateGap
static TOOL_ACTION recombinePad
static TOOL_ACTION drawBezier
static TOOL_ACTION renameFootprint
static TOOL_ACTION routerUndoLastSegment
static TOOL_ACTION nextFootprint
static TOOL_ACTION placeText
static TOOL_ACTION layerInner8
static TOOL_ACTION swapLayers
static TOOL_ACTION zonesManager
static TOOL_ACTION generateBOM
static TOOL_ACTION highlightItem
static TOOL_ACTION selectNetChain
Select all connections belonging to every net in the current item's net chain.
static TOOL_ACTION drawOrthogonalDimension
static TOOL_ACTION drcRuleEditor
static TOOL_ACTION zoneDisplayToggle
static TOOL_ACTION enumeratePads
Tool for quick pad enumeration.
static TOOL_ACTION drawRectangle
static TOOL_ACTION previousFootprint
static TOOL_ACTION layerInner3
static TOOL_ACTION layerPrev
static TOOL_ACTION setAnchor
static TOOL_ACTION padDisplayMode
static TOOL_ACTION placeReferenceImage
static TOOL_ACTION routerSettingsDialog
Activation of the Push and Shove settings dialogs.
static TOOL_ACTION showRatsnest
static TOOL_ACTION exportGenCAD
static TOOL_ACTION zoneFillAll
static TOOL_ACTION layerInner2
static TOOL_ACTION showLayersManager
static TOOL_ACTION changeTrackWidth
Update selected tracks & vias to the current track & via dimensions.
static TOOL_ACTION trackWidthDec
static TOOL_ACTION routerAttemptFinish
static TOOL_ACTION convertToKeepout
static TOOL_ACTION toggleNetHighlight
static TOOL_ACTION generateDrillFiles
static TOOL_ACTION pushPadSettings
Copy the current pad's settings to other pads in the footprint or on the board.
static TOOL_ACTION addConstraintVertical
static TOOL_ACTION unrouteSelected
Removes all tracks from the selected items to the first pad.
static TOOL_ACTION saveSelectionAsDesignBlock
static TOOL_ACTION drawCircle
static TOOL_ACTION magneticSnapAllLayers
static TOOL_ACTION mirrorH
Mirroring of selected items.
static TOOL_ACTION routeDiffPair
Activation of the Push and Shove router (differential pair mode)
static TOOL_ACTION exportVRML
static TOOL_ACTION generateD356File
static TOOL_ACTION updateFootprint
static TOOL_ACTION collect3DModels
static TOOL_ACTION tuneDiffPair
static TOOL_ACTION convertToTracks
static TOOL_ACTION exportCmpFile
static TOOL_ACTION saveToLinkedDesignBlock
static TOOL_ACTION alignTop
static TOOL_ACTION trackViaSizeChanged
static TOOL_ACTION exportSpecctraDSN
static TOOL_ACTION createFootprint
static TOOL_ACTION layerChanged
static TOOL_ACTION trackWidthInc
static TOOL_ACTION grabUnconnected
Select and move nearest unconnected footprint from ratsnest of selection.
static TOOL_ACTION filterSelection
Filter the items in the current selection (invokes dialog)
static TOOL_ACTION placeDrillMap
static TOOL_ACTION setTerminalPad
static TOOL_ACTION ddAppendBoard
Drag and drop.
static TOOL_ACTION editFootprint
static TOOL_ACTION exportFootprint
static TOOL_ACTION layerInner25
static TOOL_ACTION drawEllipseArc
static TOOL_ACTION editDesignBlockProperties
static TOOL_ACTION breakTrack
Break a single track into two segments at the cursor.
static TOOL_ACTION pointEditorMoveMidpoint
static TOOL_ACTION highlightNet
static TOOL_ACTION magneticSnapActiveLayer
Snapping controls.
static TOOL_ACTION autoTrackWidth
static TOOL_ACTION generateIPC2581File
static TOOL_ACTION getAndPlace
Find an item and start moving.
static TOOL_ACTION drawTable
static TOOL_ACTION drawTextBox
static TOOL_ACTION addConstraintPerpendicular
static TOOL_ACTION generateODBPPFile
static TOOL_ACTION repeatLayout
static TOOL_ACTION copyPadSettings
Copy the selected pad's settings to the board design settings.
static TOOL_ACTION layerAlphaDec
static TOOL_ACTION routerRouteSelectedFromEnd
static TOOL_ACTION routerHighlightMode
Actions to enable switching modes via hotkey assignments.
static TOOL_ACTION routerWalkaroundMode
static TOOL_ACTION genFinishEdit
static TOOL_ACTION routerShoveMode
static TOOL_ACTION migrate3DModels
static TOOL_ACTION convertToLines
static TOOL_ACTION toggleExcludeFromSim
static TOOL_ACTION drawZoneCutout
static TOOL_ACTION drawPolygon
static TOOL_ACTION placePad
Activation of the drawing tool (placing a PAD)
static TOOL_ACTION openNonKicadBoard
static TOOL_ACTION hideNetInRatsnest
static TOOL_ACTION hideLocalRatsnest
static TOOL_ACTION swapPadNets
Swap nets between selected pads/gates (and connected copper)
static TOOL_ACTION exportFpToEditor
static TOOL_ACTION drawViaStitchArea
static TOOL_ACTION distributeHorizontallyGaps
static TOOL_ACTION zoneDisplayFilled
static TOOL_ACTION layerInner24
static TOOL_ACTION viaSizeDec
static TOOL_ACTION showNetInRatsnest
static TOOL_ACTION drawRadialDimension
static TOOL_ACTION genStartEdit
static TOOL_ACTION padTable
static TOOL_ACTION tuneSingleTrack
static TOOL_ACTION zoneFill
static TOOL_ACTION cleanupTracksAndVias
static TOOL_ACTION viaDisplayMode
static TOOL_ACTION editTextAndGraphics
static TOOL_ACTION properties
Activation of the edit tool.
static TOOL_ACTION drawLeader
static TOOL_ACTION editFpInFpEditor
static TOOL_ACTION addConstraintAngular
static TOOL_ACTION moveWithReference
move with a reference point
static TOOL_ACTION toggleLock
static TOOL_ACTION highlightNetChain
static TOOL_ACTION changeTrackLayerPrev
static TOOL_ACTION swap
Swapping of selected items.
static TOOL_ACTION toggleLastNetHighlight
static TOOL_ACTION layerInner29
static TOOL_ACTION * LayerIDToAction(PCB_LAYER_ID aLayerID)
Translate a layer ID into the action that switches to that layer.
static TOOL_ACTION drillResetOrigin
static TOOL_ACTION routerOptimizeSelected
static TOOL_ACTION lineMode45
45-degree-or-orthogonal mode (icon hv45mode)
static TOOL_ACTION compareBoardWithHistory
static TOOL_ACTION deleteDesignBlock
static TOOL_ACTION placeCharacteristics
static TOOL_ACTION addConstraintArcAngle
static TOOL_ACTION zonePriorityMoveToBottom
static TOOL_ACTION pluginsShowFolder
Scripting Actions.
static TOOL_ACTION zonePriorityMoveToTop
static TOOL_ACTION viaSizeInc
static TOOL_ACTION angleSnapModeChanged
Notification event when angle mode changes.
static TOOL_ACTION routerAutorouteSelected
static TOOL_ACTION moveExact
Activation of the exact move tool.
static TOOL_ACTION autoplaceOffboardComponents
static TOOL_ACTION layerInner11
static TOOL_ACTION routerDiffPairDialog
static TOOL_ACTION explodePad
static TOOL_ACTION routerContinueFromEnd
static TOOL_ACTION generateBOMLegacy
static TOOL_ACTION zoneUnfill
static TOOL_ACTION intersectPolygons
Intersection of multiple polygons.
static TOOL_ACTION pointEditorMoveCorner
static TOOL_ACTION layerAlphaInc
static TOOL_ACTION saveBoardAsDesignBlock
static TOOL_ACTION drawCopperThievingZone
static TOOL_ACTION manageConstraints
Open the constraint list dialog.
static TOOL_ACTION layerPairPresetsCycle
static TOOL_ACTION distributeHorizontallyCenters
static TOOL_ACTION inspectConstraints
static TOOL_ACTION generatePosFile
static TOOL_ACTION globalDeletions
static TOOL_ACTION lineModeNext
Cycle through angle modes.
static TOOL_ACTION newFootprint
static TOOL_ACTION genRemove
static TOOL_ACTION drillOrigin
static TOOL_ACTION selectOnSheetFromEeschema
Select all components on sheet from Eeschema crossprobing.
static TOOL_ACTION layerInner16
static TOOL_ACTION defaultPadProperties
static TOOL_ACTION selectConnection
Select tracks between junctions or expands an existing selection to pads or the entire connection.
static TOOL_ACTION assignNetClass
static TOOL_ACTION packAndMoveFootprints
Pack and start moving selected footprints.
static TOOL_ACTION alignRight
static TOOL_ACTION tuneSkew
static TOOL_ACTION copyWithReference
copy command with manual reference point selection
static TOOL_ACTION layerInner26
static TOOL_ACTION genCancelEdit
static TOOL_ACTION prevFootprintTab
static TOOL_ACTION layerInner18
static TOOL_ACTION incWidth
Increase width of currently drawn line.
static TOOL_ACTION repairBoard
static TOOL_ACTION layerInner14
static TOOL_ACTION addConstraintHorizontal
static TOOL_ACTION healShapes
Connect selected shapes, possibly extending or cutting them, or adding extra geometry.
static TOOL_ACTION selectPointInteractively
static TOOL_ACTION toggleExcludeFromBOM
static TOOL_ACTION trackDisplayMode
static TOOL_ACTION exportSTEP
static TOOL_ACTION showNetInspector
static TOOL_ACTION selectLayerPair
static TOOL_ACTION magneticSnapToggle
static TOOL_ACTION microwaveCreateStubArc
static TOOL_ACTION layerInner6
static TOOL_ACTION applyDesignBlockLayout
static TOOL_ACTION extendGraphic
Extend one graphical line or arc to the nearest boundary.
static TOOL_ACTION dragFreeAngle
static TOOL_ACTION drawEllipse
static TOOL_ACTION findByProperties
Find items by property criteria or expression.
static TOOL_ACTION clearHighlight
static TOOL_ACTION generateGerbers
static TOOL_ACTION inspectClearance
static TOOL_ACTION convertToZone
static TOOL_ACTION ddImportFootprint
static TOOL_ACTION generatorsShowManager
static const std::vector< const TOOL_ACTION * > & ConstraintAddActions()
Canonical ordered list of the geometric-constraint "add" actions, shared by the context submenu (gate...
static TOOL_ACTION zoneDisplayTriangulated
static TOOL_ACTION genUpdateEdit
static TOOL_ACTION generateReportFile
static TOOL_ACTION rehatchShapes
static TOOL_ACTION updateLocalRatsnest
static TOOL_ACTION spacingDecrease
static TOOL_ACTION updateFootprints
static TOOL_ACTION exportHyperlynx
static TOOL_ACTION importFootprint
static TOOL_ACTION autoplaceSelectedComponents
static TOOL_ACTION layerInner22
static TOOL_ACTION zonePriorityLower
static TOOL_ACTION placeDesignBlock
static TOOL_ACTION alignBottom
static TOOL_ACTION selectUnconnected
Select unconnected footprints from ratsnest of selection.
static TOOL_ACTION placeImportedGraphics
static TOOL_ACTION layerInner5
static TOOL_ACTION removeUnusedPads
static TOOL_ACTION zoneDisplayFractured
static TOOL_ACTION addConstraintCollinear
static TOOL_ACTION ratsnestModeCycle
static TOOL_ACTION drawVia
static TOOL_ACTION regenerateAll
static TOOL_ACTION matchPropertiesSettings
static TOOL_ACTION showWizards
Footprint wizard frame actions:
static TOOL_ACTION applyPadSettings
Copy the default pad settings to the selected pad.
static TOOL_ACTION alignLeft
static TOOL_ACTION drawArc
static TOOL_ACTION deleteFull
static TOOL_ACTION exportIDF
static TOOL_ACTION runDRC
static TOOL_ACTION convertToPoly
static TOOL_ACTION zoneDuplicate
Duplicate zone onto another layer.
static TOOL_ACTION unrouteSegment
Removes track segment from the selected item to the next segment.
static TOOL_ACTION regenerateAllTuning
Generator tool.
static TOOL_ACTION graphicsOutlines
Display footprint graphics as outlines.
static TOOL_ACTION importNetlist
static TOOL_ACTION generatePlacementRuleAreas
static TOOL_ACTION layerInner20
static TOOL_ACTION addConstraintEqualRadius
static TOOL_ACTION layerInner7
static TOOL_ACTION layerInner27
static TOOL_ACTION compareBoardWithFile
static TOOL_ACTION diffFootprint
static TOOL_ACTION addConstraintTangent
static TOOL_ACTION moveIndividually
move items one-by-one
static TOOL_ACTION changeFootprints
static TOOL_ACTION outsetItems
Create outset items from selection.
static TOOL_ACTION drawSimilarZone
static TOOL_ACTION syncSelection
Sets selection to specified items, zooms to fit, if enabled.
static TOOL_ACTION boardSetup
static TOOL_ACTION showEeschema
static TOOL_ACTION excludeStitchVia
Exclude selected stitching vias from their parent via-stitch generator.
static TOOL_ACTION loadFpFromBoard
static TOOL_ACTION showDesignBlockPanel
static TOOL_ACTION decWidth
Decrease width of currently drawn line.
static TOOL_ACTION drawCenterDimension
static TOOL_ACTION makeViaStack
static TOOL_ACTION toggleExcludeFromPosFiles
static TOOL_ACTION zoneUnfillAll
static TOOL_ACTION pasteFootprint
static TOOL_ACTION zoneFillDirty
static TOOL_ACTION cancelCurrentItem
static TOOL_ACTION chamferLines
Chamfer (i.e. adds a straight line) all selected straight lines by a user defined setback.
static TOOL_ACTION appendBoard
static TOOL_ACTION netColorModeCycle
static TOOL_ACTION selectSameSheet
Select all components on the same sheet as the selected footprint.
static TOOL_ACTION layerInner1
static TOOL_ACTION layerInner10
static TOOL_ACTION dogboneCorners
Add "dogbone" corners to selected lines to allow routing with a cutter radius.
static TOOL_ACTION microwaveCreateStub
static TOOL_ACTION selectNet
Select all connections belonging to a single net.
static TOOL_ACTION filletTracks
Fillet (i.e. adds an arc tangent to) all selected straight tracks by a user defined radius.
static TOOL_ACTION updateDesignBlockFromBoard
static TOOL_ACTION editFootprintFields
static TOOL_ACTION layerInner15
static TOOL_ACTION simplifyPolygons
Simplify polygon outlines.
static TOOL_ACTION ddImportGraphics
static TOOL_ACTION interactiveOffsetTool
static TOOL_ACTION microwaveCreateLine
static TOOL_ACTION addConstraintFixedLength
static TOOL_ACTION matchProperties
static TOOL_ACTION footprintProperties
static TOOL_ACTION layerInner17
static TOOL_ACTION flipBoard
static TOOL_ACTION layerBottom
static TOOL_ACTION placeGridItem
Grid Item.
static TOOL_ACTION lineMode90
90-degree-only mode (icon lines90)
static TOOL_ACTION closeFootprintTab
static TOOL_ACTION zoneDisplayOutline
static TOOL_ACTION ratsnestLineMode
static TOOL_ACTION showFootprintAssociations
static TOOL_ACTION layerInner19
static TOOL_ACTION layerInner9
static TOOL_ACTION showDrillGroups
static TOOL_ACTION nextFootprintTab
static TOOL_ACTION toggleAutoConstraints
Toggle authoring constraints automatically while drawing.
static TOOL_ACTION fpAutoZoom
static TOOL_ACTION pointEditorChamferCorner
static TOOL_ACTION textOutlines
Display texts as lines.
static TOOL_ACTION resetWizardPrms
static TOOL_ACTION showPadNumbers
static TOOL_ACTION showLibFootprintFieldsTable
static TOOL_ACTION checkFootprint
static TOOL_ACTION filletLines
Fillet (i.e. adds an arc tangent to) all selected straight lines by a user defined radius.
static TOOL_ACTION highlightNetSelection
static TOOL_ACTION microwaveCreateFunctionShape
static TOOL_ACTION placeBarcode
static TOOL_ACTION placePoint
static TOOL_ACTION editLibFpInFpEditor
static TOOL_ACTION zoneMerge
static TOOL_ACTION addConstraintSymmetric
static TOOL_ACTION duplicateFootprint
static TOOL_ACTION closeOutline
static TOOL_ACTION addConstraintFixedPosition
Ground a point, and the cluster holding it.
static TOOL_ACTION placeDrillChart
static TOOL_ACTION changeFootprint
static TOOL_ACTION routerInlineDrag
Activation of the Push and Shove router (inline dragging mode)
static TOOL_ACTION pointEditorRemoveCorner
static TOOL_ACTION positionRelative
static TOOL_ACTION amplIncrease
static TOOL_ACTION move
move or drag an item
static TOOL_ACTION mirrorV
static TOOL_ACTION cutFootprint
static TOOL_ACTION amplDecrease
static TOOL_ACTION drillSetOrigin
static TOOL_ACTION unlock
static TOOL_ACTION lengthTunerSettings
static TOOL_ACTION addConstraintPointOnLine
static TOOL_ACTION mergePolygons
Merge multiple polygons into a single polygon.
static TOOL_ACTION syncSelectionWithNets
Sets selection to specified items with connected nets, zooms to fit, if enabled.
static TOOL_ACTION spacingIncrease
static TOOL_ACTION layerInner30
static TOOL_ACTION boardReannotate
static TOOL_ACTION subtractPolygons
Subtract polygons from other polygons.
static TOOL_ACTION layerTop
static TOOL_ACTION updateDesignBlockFromSelection
static TOOL_ACTION cycleRouterMode
static TOOL_ACTION regenerateSelected
static TOOL_ACTION convertToArc
static TOOL_ACTION layerInner4
static TOOL_ACTION repairFootprint
static TOOL_ACTION changeTrackLayerNext
static TOOL_ACTION flip
Flipping of selected objects.
static TOOL_ACTION exportFootprints
static TOOL_ACTION alignCenterX
static TOOL_ACTION exportFootprintAsSVG
static TOOL_ACTION placeFootprint
static TOOL_ACTION pointEditorAddCorner
static TOOL_ACTION routeSingleTrack
Activation of the Push and Shove router.
static TOOL_ACTION layerInner13
static TOOL_ACTION editVertices
Edit polygon vertices in a table.
static TOOL_ACTION layerInner21
static TOOL_ACTION selectItemInteractively
Selection of reference points/items.
static TOOL_ACTION createArray
Tool for creating an array of objects.
static TOOL_ACTION boardStatistics
static TOOL_ACTION showDiffPhaseSkew
Display of phase skew between differential pair tracks.
static TOOL_ACTION saveFpToBoard
static TOOL_ACTION compareFpLibraryWithFile
static TOOL_ACTION deselectNet
Remove all connections belonging to a single net from the active selection.
static TOOL_ACTION editTeardrops
static TOOL_ACTION swapGateNets
static TOOL_ACTION layerNext
static TOOL_ACTION addConstraintCoincident
static TOOL_ACTION copyFootprint
static TOOL_ACTION extendLines
Extend selected lines to meet at a point.
static TOOL_ACTION drawLine
static TOOL_ACTION placeLinkedDesignBlock
static TOOL_ACTION distributeVerticallyGaps
static TOOL_ACTION placeStackup
static TOOL_ACTION localRatsnestTool
static TOOL_ACTION routerRouteSelected
static TOOL_ACTION placeViaStack
static TOOL_ACTION showConstraints
Toggle the constraint diagnostics overlay.
static TOOL_ACTION cleanupGraphics
static TOOL_ACTION rotateCw
Rotation of selected objects.
static TOOL_ACTION rotateCcw
static TOOL_ACTION addConstraintParallel
static TOOL_ACTION drawAlignedDimension
static TOOL_ACTION addConstraintFixedRadius
static TOOL_ACTION addConstraintEqualLength
static TOOL_ACTION clearStitchViaExclusions
Restore every manually-excluded via in the selected via-stitch generators.
static TOOL_ACTION removeConstraints
static TOOL_ACTION layerInner23
static TOOL_ACTION distributeVerticallyCenters
static TOOL_ACTION drawZone
static TOOL_ACTION zonePriorityRaise
static TOOL_ACTION alignCenterY
static TOOL_ACTION rescueAutosave
static TOOL_ACTION importSpecctraSession
static TOOL_ACTION selectOnSchematic
Select symbols/pins on schematic corresponding to selected footprints/pads.
static TOOL_ACTION addConstraintMidpoint
static TOOL_ACTION trimGraphic
Trim a section from one graphical line or arc.
static TOOL_ACTION addConstraintConcentric
static TOOL_ACTION layerInner28
static const TOOL_EVENT & SnappingModeChangedByKeyEvent()
Hotkey feedback.
static const TOOL_EVENT & LayerPairPresetChangedByKeyEvent()
a few functions useful in geometry calculations.
@ DIRECT
Unconstrained point-to-point.
PCB_LAYER_ID
A quick note on layer IDs:
@ RM_MarkObstacles
Ignore collisions, mark obstacles.
@ RM_Walkaround
Only walk around.
@ PNS_MODE_ROUTE_DIFF_PAIR
@ PNS_MODE_TUNE_DIFF_PAIR
@ PNS_MODE_TUNE_DIFF_PAIR_SKEW
@ SIMILAR
Add a new zone with the same settings as an existing one.
@ CUTOUT
Make a cutout to an existing zone.
@ ADD
Add a new zone/keepout with fresh settings.
@ CONCENTRIC
Two arcs/circles share a center.
@ SYMMETRIC
Two points are mirror images about an axis.
@ FIXED_POSITION
A point is locked at its current location.
@ VERTICAL
A segment (or two points) is vertical.
@ TANGENT
A line and a curve, or two curves, touch tangentially.
@ COINCIDENT
Two points are made to coincide.
@ PERPENDICULAR
Two segments are perpendicular.
@ FIXED_RADIUS
An arc/circle has a driving radius value.
@ HORIZONTAL
A segment (or two points) is horizontal.
@ EQUAL_RADIUS
Two arcs/circles have equal radius.
@ MIDPOINT
A point is the midpoint of a segment.
@ POINT_ON_LINE
A point lies on a segment's supporting line.
@ FIXED_LENGTH
A segment has a driving length value.
@ ANGULAR_DIMENSION
An angle between members (driving or reference).
@ COLLINEAR
Two segments lie on the same line.
@ ARC_ANGLE
An arc has a driving or reference swept-angle value.
@ PARALLEL
Two segments are parallel.
@ EQUAL_LENGTH
Two segments have equal length.
VECTOR2< int32_t > VECTOR2I