53 .Name(
"pcbnew.Convert.convertToPoly" )
55 .FriendlyName(
_(
"Create Polygon from Selection..." ) )
56 .Tooltip(
_(
"Creates a graphic polygon from the selection" ) )
60 .Name(
"pcbnew.Convert.convertToZone" )
62 .FriendlyName(
_(
"Create Zone from Selection..." ) )
63 .Tooltip(
_(
"Creates a copper zone from the selection" ) )
67 .Name(
"pcbnew.Convert.convertToKeepout" )
69 .FriendlyName(
_(
"Create Rule Area from Selection..." ) )
70 .Tooltip(
_(
"Creates a rule area from the selection" ) )
74 .Name(
"pcbnew.Convert.convertToLines" )
76 .FriendlyName(
_(
"Create Lines from Selection..." ) )
77 .Tooltip(
_(
"Creates graphic lines from the selection" ) )
81 .Name(
"pcbnew.Convert.convertToArc" )
83 .FriendlyName(
_(
"Create Arc from Selection" ) )
84 .Tooltip(
_(
"Creates an arc from the selected line segment" ) )
88 .Name(
"pcbnew.Convert.convertToTracks" )
90 .FriendlyName(
_(
"Create Tracks from Selection" ) )
91 .Tooltip(
_(
"Creates tracks from the selected graphic lines" ) )
95 .Name(
"pcbnew.Convert.outsetItems" )
97 .FriendlyName(
_(
"Create Outsets from Selection" ) )
98 .Tooltip(
_(
"Create outset lines from the selected item" ) )
105 .Name(
"pcbnew.InteractiveDrawing.line" )
108 .LegacyHotkeyName(
"Draw Line" )
109 .FriendlyName(
_(
"Draw Lines" ) )
115 .Name(
"pcbnew.InteractiveDrawing.graphicPolygon" )
118 .LegacyHotkeyName(
"Draw Graphic Polygon" )
119 .FriendlyName(
_(
"Draw Polygons" ) )
126 .Name(
"pcbnew.InteractiveDrawing.rectangle" )
128 .FriendlyName(
_(
"Draw Rectangles" ) )
134 .Name(
"pcbnew.InteractiveDrawing.circle" )
137 .LegacyHotkeyName(
"Draw Circle" )
138 .FriendlyName(
_(
"Draw Circles" ) )
144 .Name(
"pcbnew.InteractiveDrawing.arc" )
147 .LegacyHotkeyName(
"Draw Arc" )
148 .FriendlyName(
_(
"Draw Arcs" ) )
154 .Name(
"pcbnew.InteractiveDrawing.bezier" )
157 .FriendlyName(
_(
"Draw Bezier Curve" ) )
163 .Name(
"pcbnew.InteractiveDrawing.placeCharacteristics" )
165 .LegacyHotkeyName(
"Add Board Characteristics" )
166 .FriendlyName(
_(
"Add Board Characteristics" ) )
167 .Tooltip(
_(
"Add a board characteristics table on a graphic layer" ) )
172 .Name(
"pcbnew.InteractiveDrawing.placeStackup" )
174 .LegacyHotkeyName(
"Add Stackup Table" )
175 .FriendlyName(
_(
"Add Stackup Table" ) )
176 .Tooltip(
_(
"Add a board stackup table on a graphic layer" ) )
181 .Name(
"pcbnew.InteractiveDrawing.placeReferenceImage" )
183 .FriendlyName(
_(
"Place Reference Images" ) )
184 .Tooltip(
_(
"Add bitmap images to be used as reference (images will not be included in any output)" ) )
188 .Parameter<PCB_REFERENCE_IMAGE*>(
nullptr ) );
191 .Name(
"pcbnew.InteractiveDrawing.text" )
194 .LegacyHotkeyName(
"Add Text" )
195 .FriendlyName(
_(
"Draw Text" ) )
201 .Name(
"pcbnew.InteractiveDrawing.textbox" )
203 .FriendlyName(
_(
"Draw Text Boxes" ) )
209 .Name(
"pcbnew.InteractiveDrawing.drawTable" )
211 .FriendlyName(
_(
"Draw Tables" ) )
217 .Name(
"pcbnew.lengthTuner.SpacingIncrease" )
219 .DefaultHotkey(
'1' )
220 .LegacyHotkeyName(
"Increase meander spacing by one step." )
221 .FriendlyName(
_(
"Increase Spacing" ) )
222 .Tooltip(
_(
"Increase tuning pattern spacing by one step." ) )
226 .Name(
"pcbnew.lengthTuner.SpacingDecrease" )
228 .DefaultHotkey(
'2' )
229 .LegacyHotkeyName(
"Decrease meander spacing by one step." )
230 .FriendlyName(
_(
"Decrease Spacing" ) )
231 .Tooltip(
_(
"Decrease tuning pattern spacing by one step." ) )
235 .Name(
"pcbnew.lengthTuner.AmplIncrease" )
237 .DefaultHotkey(
'3' )
238 .LegacyHotkeyName(
"Increase meander amplitude by one step." )
239 .FriendlyName(
_(
"Increase Amplitude" ) )
240 .Tooltip(
_(
"Increase tuning pattern amplitude by one step." ) )
244 .Name(
"pcbnew.lengthTuner.AmplDecrease" )
246 .DefaultHotkey(
'4' )
247 .LegacyHotkeyName(
"Decrease meander amplitude by one step." )
248 .FriendlyName(
_(
"Decrease Amplitude" ) )
249 .Tooltip(
_(
"Decrease tuning pattern amplitude by one step." ) )
254 .Name(
"pcbnew.InteractiveDrawing.alignedDimension" )
256 .LegacyHotkeyName(
"Add Dimension" )
257 .FriendlyName(
_(
"Draw Aligned Dimensions" ) )
263 .Name(
"pcbnew.InteractiveDrawing.centerDimension" )
265 .FriendlyName(
_(
"Draw Center Dimensions" ) )
271 .Name(
"pcbnew.InteractiveDrawing.radialDimension" )
273 .FriendlyName(
_(
"Draw Radial Dimensions" ) )
279 .Name(
"pcbnew.InteractiveDrawing.orthogonalDimension" )
282 .FriendlyName(
_(
"Draw Orthogonal Dimensions" ) )
288 .Name(
"pcbnew.InteractiveDrawing.leader" )
290 .FriendlyName(
_(
"Draw Leaders" ) )
296 .Name(
"pcbnew.InteractiveDrawing.zone" )
299 .DefaultHotkey(
MD_ALT +
'Z' )
303 .LegacyHotkeyName(
"Add Filled Zone" )
304 .FriendlyName(
_(
"Draw Filled Zones" ) )
311 .Name(
"pcbnew.InteractiveDrawing.via" )
314 .LegacyHotkeyName(
"Add Vias" )
315 .FriendlyName(
_(
"Place Vias" ) )
316 .Tooltip(
_(
"Place free-standing vias" ) )
322 .Name(
"pcbnew.InteractiveDrawing.ruleArea" )
325 .LegacyHotkeyName(
"Add Keepout Area" )
326 .FriendlyName(
_(
"Draw Rule Areas" ) )
333 .Name(
"pcbnew.InteractiveDrawing.zoneCutout" )
336 .LegacyHotkeyName(
"Add a Zone Cutout" )
337 .FriendlyName(
_(
"Add a Zone Cutout" ) )
338 .Tooltip(
_(
"Add a cutout to an existing zone or rule area" ) )
345 .Name(
"pcbnew.InteractiveDrawing.similarZone" )
348 .LegacyHotkeyName(
"Add a Similar Zone" )
349 .FriendlyName(
_(
"Add a Similar Zone" ) )
350 .Tooltip(
_(
"Add a zone with the same settings as an existing zone" ) )
356 .Name(
"pcbnew.InteractiveDrawing.placeImportedGraphics" )
359 .LegacyHotkeyName(
"Place DXF" )
360 .FriendlyName(
_(
"Import Graphics..." ) )
361 .Tooltip(
_(
"Import 2D drawing file" ) )
366 .Name(
"pcbnew.InteractiveDrawing.setAnchor" )
369 .LegacyHotkeyName(
"Place the Footprint Anchor" )
370 .FriendlyName(
_(
"Place the Footprint Anchor" ) )
371 .Tooltip(
_(
"Set the anchor point of the footprint" ) )
377 .Name(
"pcbnew.InteractiveDrawing.incWidth" )
379 .DefaultHotkey(
MD_CTRL +
'+' )
380 .LegacyHotkeyName(
"Increase Line Width" )
381 .FriendlyName(
_(
"Increase Line Width" ) ) );
384 .Name(
"pcbnew.InteractiveDrawing.decWidth" )
386 .DefaultHotkey(
MD_CTRL +
'-' )
387 .LegacyHotkeyName(
"Decrease Line Width" )
388 .FriendlyName(
_(
"Decrease Line Width" ) ) );
391 .Name(
"pcbnew.InteractiveDrawing.arcPosture" )
393 .DefaultHotkey(
'/' )
394 .LegacyHotkeyName(
"Switch Track Posture" )
395 .FriendlyName(
_(
"Switch Arc Posture" ) ) );
398 .Name(
"pcbnew.InteractiveDrawing.changeDimensionArrows" )
400 .FriendlyName(
"Switch Dimension Arrows" )
401 .Tooltip(
"Switch between inward and outward dimension arrows" ) );
405 .Name(
"common.Control.magneticSnapActiveLayer" )
407 .FriendlyName(
_(
"Snap to Objects on the Active Layer Only" ) )
408 .Tooltip(
_(
"Enables snapping to objects on the active layer only" ) ) );
411 .Name(
"common.Control.magneticSnapAllLayers" )
413 .FriendlyName(
_(
"Snap to Objects on All Layers" ) )
414 .Tooltip(
_(
"Enables snapping to objects on all visible layers" ) ) );
417 .Name(
"common.Control.magneticSnapToggle" )
420 .FriendlyName(
_(
"Toggle Snapping Between Active and All Layers" ) )
421 .Tooltip(
_(
"Toggles between snapping on all visible layers and only the active area" ) ) );
424 .Name(
"pcbnew.InteractiveDrawing.deleteLastPoint" )
426 .DefaultHotkey( WXK_BACK )
427 .FriendlyName(
_(
"Delete Last Point" ) )
428 .Tooltip(
_(
"Delete the last point added to the current item" ) )
432 .Name(
"pcbnew.InteractiveDrawing.closeOutline" )
434 .FriendlyName(
_(
"Close Outline" ) )
435 .Tooltip(
_(
"Close the in progress outline" ) )
441 .Name(
"pcbnew.DRCTool.runDRC" )
443 .FriendlyName(
_(
"Design Rules Checker" ) )
444 .Tooltip(
_(
"Show the design rules checker window" ) )
449 .Name(
"pcbnew.InteractiveDrawing.placeDesignBlock" )
452 .FriendlyName(
_(
"Place Design Block" ) )
453 .Tooltip(
_(
"Add selected design block to current board" ) )
456 .Parameter<DESIGN_BLOCK*>(
nullptr ) );
459 .Name(
"pcbnew.PcbDesignBlockControl.showDesignBlockPanel" )
461 .FriendlyName(
_(
"Design Blocks" ) )
462 .Tooltip(
_(
"Show/hide design blocks library" ) )
466 .Name(
"pcbnew.PcbDesignBlockControl.saveBoardAsDesignBlock" )
468 .FriendlyName(
_(
"Save Current Board as Design Block..." ) )
469 .Tooltip(
_(
"Create a new design block from the current board" ) )
473 .Name(
"pcbnew.PcbDesignBlockControl.saveSelectionAsDesignBlock" )
475 .FriendlyName(
_(
"Save Selection as Design Block..." ) )
476 .Tooltip(
_(
"Create a new design block from the current selection" ) )
480 .Name(
"pcbnew.PcbDesignBlockControl.saveBoardToDesignBlock" )
482 .FriendlyName(
_(
"Save Current Board to Design Block..." ) )
483 .Tooltip(
_(
"Add current board to design block" ) )
487 .Name(
"pcbnew.PcbDesignBlockControl.saveSelectionToDesignBlock" )
489 .FriendlyName(
_(
"Save Selection to Design Block..." ) )
490 .Tooltip(
_(
"Add current selection to design block" ) )
494 .Name(
"pcbnew.PcbDesignBlockControl.saveDeleteDesignBlock" )
496 .FriendlyName(
_(
"Delete Design Block" ) )
497 .Tooltip(
_(
"Remove the selected design block from its library" ) )
501 .Name(
"pcbnew.PcbDesignBlockControl.editDesignBlockProperties" )
503 .FriendlyName(
_(
"Properties..." ) )
504 .Tooltip(
_(
"Edit properies of design block" ) )
510 .Name(
"pcbnew.EditorControl.EditFpInFpEditor" )
512 .DefaultHotkey(
MD_CTRL +
'E' )
513 .LegacyHotkeyName(
"Edit with Footprint Editor" )
514 .FriendlyName(
_(
"Open in Footprint Editor" ) )
518 .Name(
"pcbnew.EditorControl.EditLibFpInFpEditor" )
521 .FriendlyName(
_(
"Edit Library Footprint..." ) )
525 .Name(
"pcbnew.InteractiveEdit.FindMove" )
527 .DefaultHotkey(
'T' )
528 .LegacyHotkeyName(
"Get and Move Footprint" )
529 .FriendlyName(
_(
"Get and Move Footprint" ) )
530 .Tooltip(
_(
"Selects a footprint by reference designator and places it under the cursor for moving" ) )
535 .Name(
"pcbnew.InteractiveMove.move" )
537 .DefaultHotkey(
'M' )
538 .LegacyHotkeyName(
"Move Item" )
539 .FriendlyName(
_(
"Move" ) )
545 .Name(
"pcbnew.InteractiveMove.moveIndividually" )
547 .DefaultHotkey(
MD_CTRL +
'M' )
548 .FriendlyName(
_(
"Move Individually" ) )
549 .Tooltip(
_(
"Moves the selected items one-by-one" ) )
555 .Name(
"pcbnew.InteractiveMove.moveWithReference" )
557 .FriendlyName(
_(
"Move with Reference" ) )
558 .Tooltip(
_(
"Moves the selected item(s) with a specified starting point" ) )
564 .Name(
"pcbnew.InteractiveMove.copyWithReference" )
566 .FriendlyName(
_(
"Copy with Reference" ) )
567 .Tooltip(
_(
"Copy selected item(s) to clipboard with a specified starting point" ) )
572 .Name(
"pcbnew.InteractiveEdit.duplicateIncrementPads" )
575 .LegacyHotkeyName(
"Duplicate Item and Increment" )
576 .FriendlyName(
_(
"Duplicate and Increment" ) )
577 .Tooltip(
_(
"Duplicates the selected item(s), incrementing pad numbers" ) )
581 .Name(
"pcbnew.InteractiveEdit.moveExact" )
584 .LegacyHotkeyName(
"Move Item Exactly" )
585 .FriendlyName(
_(
"Move Exactly..." ) )
586 .Tooltip(
_(
"Moves the selected item(s) by an exact amount" ) )
590 .Name(
"pcbnew.InteractiveEdit.moveCorner" )
592 .FriendlyName(
_(
"Move Corner To..." ) )
593 .Tooltip(
_(
"Move the active corner to an exact location" ) )
597 .Name(
"pcbnew.InteractiveEdit.moveMidpoint" )
599 .FriendlyName(
_(
"Move Midpoint To..." ) )
600 .Tooltip(
_(
"Move the active midpoint to an exact location" ) )
604 .Name(
"pcbnew.InteractiveEdit.rotateCw" )
608 .LegacyHotkeyName(
"Rotate Item Clockwise (Modern Toolset only)" )
609 .FriendlyName(
_(
"Rotate Clockwise" ) )
615 .Name(
"pcbnew.InteractiveEdit.rotateCcw" )
617 .DefaultHotkey(
'R' )
618 .LegacyHotkeyName(
"Rotate Item" )
619 .FriendlyName(
_(
"Rotate Counterclockwise" ) )
625 .Name(
"pcbnew.InteractiveEdit.flip" )
627 .DefaultHotkey(
'F' )
628 .LegacyHotkeyName(
"Flip Item" )
629 .FriendlyName(
_(
"Change Side / Flip" ) )
630 .Tooltip(
_(
"Flips selected item(s) to opposite side of board" ) )
634 .Name(
"pcbnew.InteractiveEdit.mirrorHoriontally" )
636 .FriendlyName(
_(
"Mirror Horizontally" ) )
637 .Tooltip(
_(
"Mirrors selected item(s) across the Y axis" ) )
641 .Name(
"pcbnew.InteractiveEdit.mirrorVertically" )
643 .FriendlyName(
_(
"Mirror Vertically" ) )
644 .Tooltip(
_(
"Mirrors selected item(s) across the X axis" ) )
648 .Name(
"pcbnew.InteractiveEdit.swap" )
650 .DefaultHotkey(
MD_ALT +
'S' )
651 .FriendlyName(
_(
"Swap" ) )
652 .Tooltip(
_(
"Swap positions of selected items" ) )
656 .Name(
"pcbnew.InteractiveEdit.packAndMoveFootprints" )
658 .DefaultHotkey(
'P' )
659 .FriendlyName(
_(
"Pack and Move Footprints" ) )
660 .Tooltip(
_(
"Sorts selected footprints by reference, packs based on size and initiates movement" ) )
664 .Name(
"pcbnew.InteractiveEdit.skip" )
666 .DefaultHotkey( WXK_TAB )
667 .FriendlyName(
_(
"Skip" ) )
668 .Tooltip(
_(
"Skip to next item" ) )
672 .Name(
"pcbnew.InteractiveEdit.changeTrackWidth" )
674 .FriendlyName(
_(
"Change Track Width" ) )
675 .Tooltip(
_(
"Updates selected track & via sizes" ) ) );
678 .Name(
"pcbnew.InteractiveEdit.filletTracks" )
680 .FriendlyName(
_(
"Fillet Tracks" ) )
681 .Tooltip(
_(
"Adds arcs tangent to the selected straight track segments" ) ) );
684 .Name(
"pcbnew.InteractiveEdit.filletLines" )
686 .FriendlyName(
_(
"Fillet Lines..." ) )
687 .Tooltip(
_(
"Adds arcs tangent to the selected lines" ) )
691 .Name(
"pcbnew.InteractiveEdit.chamferLines" )
693 .FriendlyName(
_(
"Chamfer Lines..." ) )
694 .Tooltip(
_(
"Cut away corners between selected lines" ) )
698 .Name(
"pcbnew.InteractiveEdit.dogboneCorners" )
700 .FriendlyName(
_(
"Dogbone Corners..." ) )
701 .Tooltip(
_(
"Add dogbone corners to selected lines" ) ) );
704 .Name(
"pcbnew.InteractiveEdit.simplifyPolygons" )
706 .FriendlyName(
_(
"Simplify Polygons" ) )
707 .Tooltip(
_(
"Simplify polygon outlines, removing superfluous points" ) ) );
710 .Name(
"pcbnew.InteractiveEdit.healShapes" )
712 .FriendlyName(
_(
"Heal Shapes" ) )
713 .Tooltip(
_(
"Connect shapes, possibly extending or cutting them, or adding extra geometry" ) )
717 .Name(
"pcbnew.InteractiveEdit.extendLines" )
719 .FriendlyName(
_(
"Extend Lines to Meet" ) )
720 .Tooltip(
_(
"Extend lines to meet each other" ) ) );
723 .Name(
"pcbnew.InteractiveEdit.mergePolygons" )
725 .FriendlyName(
_(
"Merge Polygons" ) )
726 .Tooltip(
_(
"Merge selected polygons into a single polygon" ) )
730 .Name(
"pcbnew.InteractiveEdit.subtractPolygons" )
732 .FriendlyName(
_(
"Subtract Polygons" ) )
733 .Tooltip(
_(
"Subtract selected polygons from the last one selected" ) )
737 .Name(
"pcbnew.InteractiveEdit.intersectPolygons" )
739 .FriendlyName(
_(
"Intersect Polygons" ) )
740 .Tooltip(
_(
"Create the intersection of the selected polygons" ) )
744 .Name(
"pcbnew.InteractiveEdit.deleteFull" )
746 .DefaultHotkey(
MD_SHIFT +
static_cast<int>( WXK_DELETE ) )
747 .LegacyHotkeyName(
"Delete Full Track" )
748 .FriendlyName(
_(
"Delete Full Track" ) )
749 .Tooltip(
_(
"Deletes selected item(s) and copper connections" ) )
755 .Name(
"pcbnew.InteractiveEdit.properties" )
757 .DefaultHotkey(
'E' )
758 .LegacyHotkeyName(
"Edit Item" )
759 .FriendlyName(
_(
"Properties..." ) )
765 .Name(
"pcbnew.Array.createArray" )
767 .DefaultHotkey(
MD_CTRL +
'T' )
768 .LegacyHotkeyName(
"Create Array" )
769 .FriendlyName(
_(
"Create Array..." ) )
776 .Name(
"pcbnew.ModuleEditor.newFootprint" )
778 .DefaultHotkey(
MD_CTRL +
'N' )
779 .LegacyHotkeyName(
"New" )
780 .FriendlyName(
_(
"New Footprint" ) )
781 .Tooltip(
_(
"Create a new, empty footprint" ) )
785 .Name(
"pcbnew.ModuleEditor.createFootprint" )
787 .FriendlyName(
_(
"Create Footprint..." ) )
788 .Tooltip(
_(
"Create a new footprint using the Footprint Wizard" ) )
792 .Name(
"pcbnew.ModuleEditor.editFootprint" )
794 .FriendlyName(
_(
"Edit Footprint" ) )
795 .Tooltip(
_(
"Show selected footprint on editor canvas" ) )
799 .Name(
"pcbnew.ModuleEditor.duplicateFootprint" )
801 .FriendlyName(
_(
"Duplicate Footprint" ) )
805 .Name(
"pcbnew.ModuleEditor.renameFootprint" )
807 .FriendlyName(
_(
"Rename Footprint..." ) )
811 .Name(
"pcbnew.ModuleEditor.deleteFootprint" )
813 .FriendlyName(
_(
"Delete Footprint from Library" ) )
817 .Name(
"pcbnew.ModuleEditor.cutFootprint" )
819 .FriendlyName(
_(
"Cut Footprint" ) )
823 .Name(
"pcbnew.ModuleEditor.copyFootprint" )
825 .FriendlyName(
_(
"Copy Footprint" ) )
829 .Name(
"pcbnew.ModuleEditor.pasteFootprint" )
831 .FriendlyName(
_(
"Paste Footprint" ) )
835 .Name(
"pcbnew.ModuleEditor.importFootprint" )
837 .FriendlyName(
_(
"Import Footprint..." ) )
838 .Tooltip(
_(
"Import footprint from file" ) )
842 .Name(
"pcbnew.ModuleEditor.exportFootprint" )
844 .FriendlyName(
_(
"Export Current Footprint..." ) )
845 .Tooltip(
_(
"Export edited footprint to file" ) )
849 .Name(
"pcbnew.ModuleEditor.footprintProperties" )
851 .FriendlyName(
_(
"Footprint Properties..." ) )
855 .Name(
"pcbnew.ModuleEditor.checkFootprint" )
857 .FriendlyName(
_(
"Footprint Checker" ) )
858 .Tooltip(
_(
"Show the footprint checker window" ) )
862 .Name(
"pcbnew.ModuleEditor.loadFootprintFromBoard" )
864 .FriendlyName(
_(
"Load footprint from current PCB" ) )
865 .Tooltip(
_(
"Load footprint from current board" ) )
869 .Name(
"pcbnew.ModuleEditor.saveFootprintToBoard" )
871 .FriendlyName(
_(
"Insert footprint into PCB" ) )
872 .Tooltip(
_(
"Insert footprint into current board" ) )
876 .Name(
"pcbnew.Control.previousFootprint" )
878 .FriendlyName(
_(
"Display previous footprint" ) )
883 .Name(
"pcbnew.Control.nextFootprint" )
885 .FriendlyName(
_(
"Display next footprint" ) )
892 .Name(
"pcbnew.GlobalEdit.updateFootprint" )
894 .FriendlyName(
_(
"Update Footprint..." ) )
895 .Tooltip(
_(
"Update footprint to include any changes from the library" ) )
899 .Name(
"pcbnew.GlobalEdit.updateFootprints" )
901 .FriendlyName(
_(
"Update Footprints from Library..." ) )
902 .Tooltip(
_(
"Update footprints to include any changes from the library" ) )
906 .Name(
"pcbnew.GlobalEdit.removeUnusedPads" )
908 .FriendlyName(
_(
"Remove Unused Pads..." ) )
909 .Tooltip(
_(
"Remove or restore the unconnected inner layers on through hole pads and vias" ) )
913 .Name(
"pcbnew.GlobalEdit.changeFootprint" )
915 .FriendlyName(
_(
"Change Footprint..." ) )
916 .Tooltip(
_(
"Assign a different footprint from the library" ) )
920 .Name(
"pcbnew.GlobalEdit.changeFootprints" )
922 .FriendlyName(
_(
"Change Footprints..." ) )
923 .Tooltip(
_(
"Assign different footprints from the library" ) )
927 .Name(
"pcbnew.GlobalEdit.swapLayers" )
929 .FriendlyName(
_(
"Swap Layers..." ) )
930 .Tooltip(
_(
"Move tracks or drawings from one layer to another" ) )
934 .Name(
"pcbnew.GlobalEdit.editTracksAndVias" )
936 .FriendlyName(
_(
"Edit Track & Via Properties..." ) )
937 .Tooltip(
_(
"Edit track and via properties globally across board" ) )
941 .Name(
"pcbnew.GlobalEdit.editTextAndGraphics" )
943 .FriendlyName(
_(
"Edit Text & Graphics Properties..." ) )
944 .Tooltip(
_(
"Edit Text and graphics properties globally across board" ) )
948 .Name(
"pcbnew.GlobalEdit.editTeardrops" )
950 .FriendlyName(
_(
"Edit Teardrops..." ) )
951 .Tooltip(
_(
"Add, remove or edit teardrops globally across board" ) )
955 .Name(
"pcbnew.GlobalEdit.globalDeletions" )
957 .FriendlyName(
_(
"Global Deletions..." ) )
958 .Tooltip(
_(
"Delete tracks, footprints and graphic items from board" ) )
962 .Name(
"pcbnew.GlobalEdit.cleanupTracksAndVias" )
964 .FriendlyName(
_(
"Cleanup Tracks & Vias..." ) )
965 .Tooltip(
_(
"Cleanup redundant items, shorting items, etc." ) )
969 .Name(
"pcbnew.GlobalEdit.cleanupGraphics" )
971 .FriendlyName(
_(
"Cleanup Graphics..." ) )
972 .Tooltip(
_(
"Cleanup redundant items, etc." ) )
978 .Name(
"pcbnew.MicrowaveTool.createGap" )
980 .FriendlyName(
_(
"Draw Microwave Gaps" ) )
981 .Tooltip(
_(
"Create gap of specified length for microwave applications" ) )
987 .Name(
"pcbnew.MicrowaveTool.createStub" )
989 .FriendlyName(
_(
"Draw Microwave Stubs" ) )
990 .Tooltip(
_(
"Create stub of specified length for microwave applications" ) )
996 .Name(
"pcbnew.MicrowaveTool.createStubArc" )
998 .FriendlyName(
_(
"Draw Microwave Arc Stubs" ) )
999 .Tooltip(
_(
"Create stub (arc) of specified size for microwave applications" ) )
1005 .Name(
"pcbnew.MicrowaveTool.createFunctionShape" )
1007 .FriendlyName(
_(
"Draw Microwave Polygonal Shapes" ) )
1008 .Tooltip(
_(
"Create a microwave polygonal shape from a list of vertices" ) )
1014 .Name(
"pcbnew.MicrowaveTool.createLine" )
1016 .FriendlyName(
_(
"Draw Microwave Lines" ) )
1017 .Tooltip(
_(
"Create line of specified length for microwave applications" ) )
1025 .Name(
"pcbnew.PadTool.CopyPadSettings" )
1027 .FriendlyName(
_(
"Copy Pad Properties to Default" ) )
1028 .Tooltip(
_(
"Copy current pad's properties" ) )
1032 .Name(
"pcbnew.PadTool.ApplyPadSettings" )
1034 .FriendlyName(
_(
"Paste Default Pad Properties to Selected" ) )
1035 .Tooltip(
_(
"Replace the current pad's properties with those copied earlier" ) )
1039 .Name(
"pcbnew.PadTool.PushPadSettings" )
1041 .FriendlyName(
_(
"Push Pad Properties to Other Pads..." ) )
1042 .Tooltip(
_(
"Copy the current pad's properties to other pads" ) )
1046 .Name(
"pcbnew.PadTool.enumeratePads" )
1048 .FriendlyName(
_(
"Renumber Pads..." ) )
1049 .Tooltip(
_(
"Renumber pads by clicking on them in the desired order" ) )
1054 .Name(
"pcbnew.PadTool.placePad" )
1056 .FriendlyName(
_(
"Add Pad" ) )
1057 .Tooltip(
_(
"Add a pad" ) )
1063 .Name(
"pcbnew.PadTool.explodePad" )
1065 .DefaultHotkey(
MD_CTRL +
'E' )
1066 .FriendlyName(
_(
"Edit Pad as Graphic Shapes" ) )
1067 .Tooltip(
_(
"Ungroups a custom-shaped pad for editing as individual graphic shapes" ) )
1071 .Name(
"pcbnew.PadTool.recombinePad" )
1073 .DefaultHotkey(
MD_CTRL +
'E' )
1074 .FriendlyName(
_(
"Finish Pad Edit" ) )
1075 .Tooltip(
_(
"Regroups all touching graphic shapes into the edited pad" ) )
1079 .Name(
"pcbnew.PadTool.defaultPadProperties" )
1081 .FriendlyName(
_(
"Default Pad Properties..." ) )
1082 .Tooltip(
_(
"Edit the pad properties used when creating new pads" ) )
1090 .Name(
"pcbnew.ScriptingTool.pluginsShowFolder" )
1093 .FriendlyName(
_(
"Reveal Plugin Folder in Finder" ) )
1094 .Tooltip(
_(
"Reveals the plugins folder in a Finder window" ) )
1096 .FriendlyName(
_(
"Open Plugin Directory" ) )
1097 .Tooltip(
_(
"Opens the directory in the default system file manager" ) )
1104 .Name(
"pcbnew.EditorControl.boardSetup" )
1106 .FriendlyName(
_(
"Board Setup..." ) )
1107 .Tooltip(
_(
"Edit board setup including layers, design rules and various defaults" ) )
1111 .Name(
"pcbnew.EditorControl.importNetlist" )
1113 .FriendlyName(
_(
"Import Netlist..." ) )
1114 .Tooltip(
_(
"Read netlist and update board connectivity" ) )
1118 .Name(
"pcbnew.EditorControl.importSpecctraSession" )
1120 .FriendlyName(
_(
"Import Specctra Session..." ) )
1121 .Tooltip(
_(
"Import routed Specctra session (*.ses) file" ) )
1125 .Name(
"pcbnew.EditorControl.exportSpecctraDSN" )
1127 .FriendlyName(
_(
"Export Specctra DSN..." ) )
1128 .Tooltip(
_(
"Export Specctra DSN routing info" ) )
1132 .Name(
"pcbnew.EditorControl.generateGerbers" )
1134 .FriendlyName(
_(
"Gerbers (.gbr)..." ) )
1135 .Tooltip(
_(
"Generate Gerbers for fabrication" ) )
1139 .Name(
"pcbnew.EditorControl.generateDrillFiles" )
1141 .FriendlyName(
_(
"Drill Files (.drl)..." ) )
1142 .Tooltip(
_(
"Generate Excellon drill file(s)" ) )
1146 .Name(
"pcbnew.EditorControl.generatePosFile" )
1148 .FriendlyName(
_(
"Component Placement (.pos, .gbr)..." ) )
1149 .Tooltip(
_(
"Generate component placement file(s) for pick and place" ) )
1153 .Name(
"pcbnew.EditorControl.generateReportFile" )
1155 .FriendlyName(
_(
"Footprint Report (.rpt)..." ) )
1156 .Tooltip(
_(
"Create report of all footprints from current board" ) )
1160 .Name(
"pcbnew.EditorControl.generateIPC2581File" )
1162 .FriendlyName(
_(
"IPC-2581 File (.xml)..." ) )
1163 .Tooltip(
_(
"Generate an IPC-2581 file" ) )
1167 .Name(
"pcbnew.EditorControl.generateODBPPFile" )
1169 .FriendlyName(
_(
"ODB++ Output File..." ) )
1170 .Tooltip(
_(
"Generate ODB++ output files" ) )
1174 .Name(
"pcbnew.EditorControl.generateD356File" )
1176 .FriendlyName(
_(
"IPC-D-356 Netlist File..." ) )
1177 .Tooltip(
_(
"Generate IPC-D-356 netlist file" ) )
1181 .Name(
"pcbnew.EditorControl.generateBOM" )
1183 .FriendlyName(
_(
"Bill of Materials..." ) )
1184 .Tooltip(
_(
"Create bill of materials from board" ) )
1189 .Name(
"pcbnew.EditorControl.trackWidthInc" )
1191 .DefaultHotkey(
'W' )
1192 .LegacyHotkeyName(
"Switch Track Width To Next" )
1193 .FriendlyName(
_(
"Switch Track Width to Next" ) )
1194 .Tooltip(
_(
"Change track width to next pre-defined size" ) ) );
1197 .Name(
"pcbnew.EditorControl.trackWidthDec" )
1200 .LegacyHotkeyName(
"Switch Track Width To Previous" )
1201 .FriendlyName(
_(
"Switch Track Width to Previous" ) )
1202 .Tooltip(
_(
"Change track width to previous pre-defined size" ) ) );
1205 .Name(
"pcbnew.EditorControl.viaSizeInc" )
1207 .DefaultHotkey(
'\'' )
1208 .LegacyHotkeyName(
"Increase Via Size" )
1209 .FriendlyName(
_(
"Increase Via Size" ) )
1210 .Tooltip(
_(
"Change via size to next pre-defined size" ) ) );
1213 .Name(
"pcbnew.EditorControl.viaSizeDec" )
1215 .DefaultHotkey(
'\\' )
1216 .LegacyHotkeyName(
"Decrease Via Size" )
1217 .FriendlyName(
_(
"Decrease Via Size" ) )
1218 .Tooltip(
_(
"Change via size to previous pre-defined size" ) ) );
1221 .Name(
"pcbnew.EditorControl.autoTrackWidth" )
1223 .FriendlyName(
_(
"Automatically select track width" ) )
1224 .Tooltip(
_(
"When routing from an existing track use its width instead "
1225 "of the current width setting" ) )
1230 .Name(
"pcbnew.EditorControl.trackViaSizeChanged" )
1235 .Name(
"pcbnew.EditorControl.assignNetclass" )
1237 .FriendlyName(
_(
"Assign Netclass..." ) )
1238 .Tooltip(
_(
"Assign a netclass to nets matching a pattern" ) )
1242 .Name(
"pcbnew.EditorControl.zoneMerge" )
1244 .FriendlyName(
_(
"Merge Zones" ) ) );
1247 .Name(
"pcbnew.EditorControl.zoneDuplicate" )
1249 .FriendlyName(
_(
"Duplicate Zone onto Layer..." ) )
1253 .Name(
"pcbnew.EditorControl.placeFootprint" )
1255 .DefaultHotkey(
'A' )
1256 .LegacyHotkeyName(
"Add Footprint" )
1257 .FriendlyName(
_(
"Place Footprints" ) )
1261 .Parameter<FOOTPRINT*>(
nullptr ) );
1264 .Name(
"pcbnew.EditorControl.drillOrigin" )
1266 .FriendlyName(
_(
"Drill/Place File Origin" ) )
1267 .Tooltip(
_(
"Place origin point for drill files and component placement files" ) )
1272 .Name(
"pcbnew.EditorControl.drillResetOrigin" )
1274 .LegacyHotkeyName(
"Reset Drill Origin" )
1275 .FriendlyName(
_(
"Reset Drill Origin" ) ) );
1278 .Name(
"pcbnew.EditorControl.drillSetOrigin" )
1283 .Name(
"pcbnew.EditorControl.toggleLock" )
1285 .DefaultHotkey(
'L' )
1286 .LegacyHotkeyName(
"Lock/Unlock Footprint" )
1287 .FriendlyName(
_(
"Toggle Lock" ) )
1288 .Tooltip(
_(
"Lock or unlock selected items" ) )
1292 .Name(
"pcbnew.EditorControl.toggle45" )
1295 .FriendlyName(
_(
"Constrain to H, V, 45" ) )
1296 .Tooltip(
_(
"Limit actions to horizontal, vertical, or 45 degrees from the starting point" ) )
1301 .Name(
"pcbnew.EditorControl.lock" )
1303 .FriendlyName(
_(
"Lock" ) )
1304 .Tooltip(
_(
"Prevent items from being moved and/or resized on the canvas" ) )
1308 .Name(
"pcbnew.EditorControl.unlock" )
1310 .FriendlyName(
_(
"Unlock" ) )
1311 .Tooltip(
_(
"Allow items to be moved and/or resized on the canvas" ) )
1315 .Name(
"pcbnew.EditorControl.appendBoard" )
1317 .FriendlyName(
_(
"Append Board..." ) )
1318 .Tooltip(
_(
"Open another board and append its contents to this board" ) )
1322 .Name(
"pcbnew.EditorControl.highlightNet" )
1324 .DefaultHotkey(
'`' )
1326 .LegacyHotkeyName(
"Toggle Highlight of Selected Net (Modern Toolset only)" )
1327 .FriendlyName(
_(
"Highlight Net" ) )
1328 .Tooltip(
_(
"Highlight net under cursor" ) )
1330 .Parameter<int>( 0 ) );
1333 .Name(
"pcbnew.EditorControl.toggleLastNetHighlight" )
1335 .FriendlyName(
_(
"Toggle Last Net Highlight" ) )
1336 .Tooltip(
_(
"Toggle between last two highlighted nets" ) )
1337 .Parameter<int>( 0 ) );
1340 .Name(
"pcbnew.EditorControl.clearHighlight" )
1342 .DefaultHotkey(
'~' )
1343 .FriendlyName(
_(
"Clear Net Highlighting" ) ) );
1346 .Name(
"pcbnew.EditorControl.toggleNetHighlight" )
1348 .DefaultHotkey(
MD_ALT +
'`' )
1349 .FriendlyName(
_(
"Toggle Net Highlight" ) )
1352 .Parameter<int>( 0 ) );
1355 .Name(
"pcbnew.EditorControl.highlightNetSelection" )
1357 .FriendlyName(
_(
"Highlight Net" ) )
1358 .Tooltip(
_(
"Highlight all copper items on the selected net(s)" ) )
1360 .Parameter<int>( 0 ) );
1363 .Name(
"pcbnew.EditorControl.highlightItem" )
1367 .Name(
"pcbnew.EditorControl.hideNet" )
1369 .FriendlyName(
_(
"Hide Net in Ratsnest" ) )
1370 .Tooltip(
_(
"Hide the selected net in the ratsnest of unconnected net lines/arcs" ) )
1372 .Parameter<int>( 0 ) );
1375 .Name(
"pcbnew.EditorControl.showNet" )
1377 .FriendlyName(
_(
"Show Net in Ratsnest" ) )
1378 .Tooltip(
_(
"Show the selected net in the ratsnest of unconnected net lines/arcs" ) )
1380 .Parameter<int>( 0 ) );
1383 .Name(
"pcbnew.EditorControl.showEeschema" )
1385 .FriendlyName(
_(
"Switch to Schematic Editor" ) )
1386 .Tooltip(
_(
"Open schematic in schematic editor" ) )
1394 .Name(
"pcbnew.Control.localRatsnestTool" )
1396 .FriendlyName(
_(
"Local Ratsnest" ) )
1397 .Tooltip(
_(
"Toggle ratsnest display of selected item(s)" ) )
1403 .Name(
"pcbnew.Control.hideDynamicRatsnest" )
1407 .Name(
"pcbnew.Control.updateLocalRatsnest" )
1412 .Name(
"pcbnew.Control.showPythonConsole" )
1414 .FriendlyName(
_(
"Scripting Console" ) )
1415 .Tooltip(
_(
"Show the Python scripting console" ) )
1420 .Name(
"pcbnew.Control.showLayersManager" )
1422 .FriendlyName(
_(
"Appearance" ) )
1423 .Tooltip(
_(
"Show/hide the appearance manager" ) )
1428 .Name(
"pcbnew.Control.showNetInspector" )
1430 .FriendlyName(
_(
"Net Inspector" ) )
1431 .Tooltip(
_(
"Show/hide the net inspector" ) )
1437 _(
"Zone Manager..." ),
1438 _(
"Show the zone manager dialog" ),
1442 .Name(
"pcbnew.Control.flipBoard" )
1444 .FriendlyName(
_(
"Flip Board View" ) )
1445 .Tooltip(
_(
"View board from the opposite side" ) )
1449 .Name(
"pcbnew.Control.rehatchShapes" )
1455 .Name(
"pcbnew.Control.showRatsnest" )
1457 .FriendlyName(
_(
"Show Ratsnest" ) )
1458 .Tooltip(
_(
"Show lines/arcs representing missing connections on the board" ) )
1463 .Name(
"pcbnew.Control.ratsnestLineMode" )
1465 .FriendlyName(
_(
"Curved Ratsnest Lines" ) )
1466 .Tooltip(
_(
"Show ratsnest with curved lines" ) )
1471 .Name(
"pcbnew.Control.ratsnestModeCycle" )
1473 .FriendlyName(
_(
"Ratsnest Mode (3-state)" ) )
1474 .Tooltip(
_(
"Cycle between showing ratsnests for all layers, just visible layers, and none" ) ) );
1477 .Name(
"pcbnew.Control.netColorMode" )
1479 .FriendlyName(
_(
"Net Color Mode (3-state)" ) )
1480 .Tooltip(
_(
"Cycle between using net and netclass colors for all nets, just ratsnests, and none" ) ) );
1483 .Name(
"pcbnew.Control.trackDisplayMode" )
1485 .DefaultHotkey(
'K' )
1486 .LegacyHotkeyName(
"Track Display Mode" )
1487 .FriendlyName(
_(
"Sketch Tracks" ) )
1488 .Tooltip(
_(
"Show tracks in outline mode" ) )
1493 .Name(
"pcbnew.Control.padDisplayMode" )
1495 .FriendlyName(
_(
"Sketch Pads" ) )
1496 .Tooltip(
_(
"Show pads in outline mode" ) )
1501 .Name(
"pcbnew.Control.viaDisplayMode" )
1503 .FriendlyName(
_(
"Sketch Vias" ) )
1504 .Tooltip(
_(
"Show vias in outline mode" ) )
1509 .Name(
"pcbnew.Control.graphicOutlines" )
1511 .FriendlyName(
_(
"Sketch Graphic Items" ) )
1512 .Tooltip(
_(
"Show graphic items in outline mode" ) )
1517 .Name(
"pcbnew.Control.textOutlines" )
1519 .FriendlyName(
_(
"Sketch Text Items" ) )
1520 .Tooltip(
_(
"Show footprint texts in line mode" ) )
1525 .Name(
"pcbnew.Control.showPadNumbers" )
1527 .FriendlyName(
_(
"Show Pad Numbers" ) )
1532 .Name(
"pcbnew.Control.zoneDisplayEnable" )
1534 .FriendlyName(
_(
"Draw Zone Fills" ) )
1535 .Tooltip(
_(
"Show filled areas of zones" ) )
1540 .Name(
"pcbnew.Control.zoneDisplayDisable" )
1542 .FriendlyName(
_(
"Draw Zone Outlines" ) )
1543 .Tooltip(
_(
"Show only zone boundaries" ) )
1548 .Name(
"pcbnew.Control.zoneDisplayOutlines" )
1550 .FriendlyName(
_(
"Draw Zone Fill Fracture Borders" ) )
1555 .Name(
"pcbnew.Control.zoneDisplayTesselation" )
1557 .FriendlyName(
_(
"Draw Zone Fill Triangulation" ) )
1562 .Name(
"pcbnew.Control.zoneDisplayToggle" )
1564 .FriendlyName(
_(
"Toggle Zone Display" ) )
1565 .Tooltip(
_(
"Cycle between showing zone fills and just their outlines" ) )
1570 .Name(
"pcbnew.Control.fpAutoZoom" )
1572 .FriendlyName(
_(
"Automatic zoom" ) )
1573 .Tooltip(
_(
"Automatic Zoom on footprint change" ) )
1616 default:
return nullptr;
1624 static TOOL_ACTION_GROUP s_toolActionGroup(
"pcbnew.Control.DirectLayerActions" );
1625 return s_toolActionGroup;
1629 .Name(
"pcbnew.Control.layerTop" )
1632 .DefaultHotkey( WXK_PAGEUP )
1633 .LegacyHotkeyName(
"Switch to Component (F.Cu) layer" )
1634 .FriendlyName(
_(
"Switch to Component (F.Cu) layer" ) )
1636 .Parameter(
F_Cu ) );
1639 .Name(
"pcbnew.Control.layerInner1" )
1642 .LegacyHotkeyName(
"Switch to Inner layer 1" )
1643 .FriendlyName(
_(
"Switch to Inner Layer 1" ) )
1648 .Name(
"pcbnew.Control.layerInner2" )
1651 .LegacyHotkeyName(
"Switch to Inner layer 2" )
1652 .FriendlyName(
_(
"Switch to Inner Layer 2" ) )
1657 .Name(
"pcbnew.Control.layerInner3" )
1660 .LegacyHotkeyName(
"Switch to Inner layer 3" )
1661 .FriendlyName(
_(
"Switch to Inner Layer 3" ) )
1666 .Name(
"pcbnew.Control.layerInner4" )
1669 .LegacyHotkeyName(
"Switch to Inner layer 4" )
1670 .FriendlyName(
_(
"Switch to Inner Layer 4" ) )
1675 .Name(
"pcbnew.Control.layerInner5" )
1678 .LegacyHotkeyName(
"Switch to Inner layer 5" )
1679 .FriendlyName(
_(
"Switch to Inner Layer 5" ) )
1684 .Name(
"pcbnew.Control.layerInner6" )
1687 .LegacyHotkeyName(
"Switch to Inner layer 6" )
1688 .FriendlyName(
_(
"Switch to Inner Layer 6" ) )
1693 .Name(
"pcbnew.Control.layerInner7" )
1696 .FriendlyName(
_(
"Switch to Inner Layer 7" ) )
1701 .Name(
"pcbnew.Control.layerInner8" )
1704 .FriendlyName(
_(
"Switch to Inner Layer 8" ) )
1709 .Name(
"pcbnew.Control.layerInner9" )
1712 .FriendlyName(
_(
"Switch to Inner Layer 9" ) )
1717 .Name(
"pcbnew.Control.layerInner10" )
1720 .FriendlyName(
_(
"Switch to Inner Layer 10" ) )
1725 .Name(
"pcbnew.Control.layerInner11" )
1728 .FriendlyName(
_(
"Switch to Inner Layer 11" ) )
1733 .Name(
"pcbnew.Control.layerInner12" )
1736 .FriendlyName(
_(
"Switch to Inner Layer 12" ) )
1741 .Name(
"pcbnew.Control.layerInner13" )
1744 .FriendlyName(
_(
"Switch to Inner Layer 13" ) )
1749 .Name(
"pcbnew.Control.layerInner14" )
1752 .FriendlyName(
_(
"Switch to Inner Layer 14" ) )
1757 .Name(
"pcbnew.Control.layerInner15" )
1760 .FriendlyName(
_(
"Switch to Inner Layer 15" ) )
1765 .Name(
"pcbnew.Control.layerInner16" )
1768 .FriendlyName(
_(
"Switch to Inner Layer 16" ) )
1773 .Name(
"pcbnew.Control.layerInner17" )
1776 .FriendlyName(
_(
"Switch to Inner Layer 17" ) )
1781 .Name(
"pcbnew.Control.layerInner18" )
1784 .FriendlyName(
_(
"Switch to Inner Layer 18" ) )
1789 .Name(
"pcbnew.Control.layerInner19" )
1792 .FriendlyName(
_(
"Switch to Inner Layer 19" ) )
1797 .Name(
"pcbnew.Control.layerInner20" )
1800 .FriendlyName(
_(
"Switch to Inner Layer 20" ) )
1805 .Name(
"pcbnew.Control.layerInner21" )
1808 .FriendlyName(
_(
"Switch to Inner Layer 21" ) )
1813 .Name(
"pcbnew.Control.layerInner22" )
1816 .FriendlyName(
_(
"Switch to Inner Layer 22" ) )
1821 .Name(
"pcbnew.Control.layerInner23" )
1824 .FriendlyName(
_(
"Switch to Inner Layer 23" ) )
1829 .Name(
"pcbnew.Control.layerInner24" )
1832 .FriendlyName(
_(
"Switch to Inner Layer 24" ) )
1837 .Name(
"pcbnew.Control.layerInner25" )
1840 .FriendlyName(
_(
"Switch to Inner Layer 25" ) )
1845 .Name(
"pcbnew.Control.layerInner26" )
1848 .FriendlyName(
_(
"Switch to Inner Layer 26" ) )
1853 .Name(
"pcbnew.Control.layerInner27" )
1856 .FriendlyName(
_(
"Switch to Inner Layer 27" ) )
1861 .Name(
"pcbnew.Control.layerInner28" )
1864 .FriendlyName(
_(
"Switch to Inner Layer 28" ) )
1869 .Name(
"pcbnew.Control.layerInner29" )
1872 .FriendlyName(
_(
"Switch to Inner Layer 29" ) )
1877 .Name(
"pcbnew.Control.layerInner30" )
1880 .FriendlyName(
_(
"Switch to Inner Layer 30" ) )
1885 .Name(
"pcbnew.Control.layerBottom" )
1888 .DefaultHotkey( WXK_PAGEDOWN )
1889 .LegacyHotkeyName(
"Switch to Copper (B.Cu) layer" )
1890 .FriendlyName(
_(
"Switch to Copper (B.Cu) Layer" ) )
1892 .Parameter(
B_Cu ) );
1895 .Name(
"pcbnew.Control.layerNext" )
1897 .DefaultHotkey(
'+' )
1898 .LegacyHotkeyName(
"Switch to Next Layer" )
1899 .FriendlyName(
_(
"Switch to Next Layer" ) )
1903 .Name(
"pcbnew.Control.layerPrev" )
1905 .DefaultHotkey(
'-' )
1906 .LegacyHotkeyName(
"Switch to Previous Layer" )
1907 .FriendlyName(
_(
"Switch to Previous Layer" ) )
1911 .Name(
"pcbnew.Control.layerToggle" )
1913 .DefaultHotkey(
'V' )
1914 .LegacyHotkeyName(
"Add Through Via" )
1915 .FriendlyName(
_(
"Toggle Layer" ) )
1916 .Tooltip(
_(
"Switch between layers in active layer pair" ) )
1920 .Name(
"pcbnew.Control.layerAlphaInc" )
1922 .DefaultHotkey(
'}' )
1924 .LegacyHotkeyName(
"Increment Layer Transparency (Modern Toolset only)" )
1925 .FriendlyName(
_(
"Increase Layer Opacity" ) )
1926 .Tooltip(
_(
"Make the current layer less transparent" ) )
1930 .Name(
"pcbnew.Control.layerAlphaDec" )
1932 .DefaultHotkey(
'{' )
1934 .LegacyHotkeyName(
"Decrement Layer Transparency (Modern Toolset only)" )
1935 .FriendlyName(
_(
"Decrease Layer Opacity" ) )
1936 .Tooltip(
_(
"Make the current layer more transparent" ) )
1940 .Name(
"pcbnew.Control.layerPairPresetCycle" )
1943 .FriendlyName(
_(
"Cycle Layer Pair Presets" ) )
1944 .Tooltip(
_(
"Cycle between preset layer pairs" ) ) );
1947 .Name(
"pcbnew.Control.layerChanged" )
1953 .Name(
"pcbnew.InspectionTool.ShowBoardStatistics" )
1955 .FriendlyName(
_(
"Show Board Statistics" ) )
1956 .Tooltip(
_(
"Shows board statistics" ) ) );
1959 .Name(
"pcbnew.InspectionTool.InspectClearance" )
1961 .FriendlyName(
_(
"Clearance Resolution" ) )
1962 .Tooltip(
_(
"Show clearance resolution for the active layer between two selected objects" ) )
1966 .Name(
"pcbnew.InspectionTool.InspectConstraints" )
1968 .FriendlyName(
_(
"Constraints Resolution" ) )
1969 .Tooltip(
_(
"Show constraints resolution for the selected object" ) )
1973 .Name(
"pcbnew.InspectionTool.DiffFootprint" )
1975 .FriendlyName(
_(
"Compare Footprint with Library" ) )
1976 .Tooltip(
_(
"Show differences between board footprint and its library equivalent" ) )
1980 .Name(
"pcbnew.InspectionTool.ShowFootprintAssociations" )
1982 .FriendlyName(
_(
"Show Footprint Associations" ) )
1983 .Tooltip(
_(
"Show footprint library and schematic symbol associations" ) )
1988 .Name(
"pcbnew.ReannotateTool.ShowReannotateDialog" )
1990 .FriendlyName(
_(
"Geographical Reannotate..." ) )
1991 .Tooltip(
_(
"Reannotate PCB in geographical order" ) )
1995 .Name(
"pcbnew.Control.repairBoard" )
1997 .FriendlyName(
_(
"Repair Board" ) )
1998 .Tooltip(
_(
"Run various diagnostics and attempt to repair board" ) )
2000 .Parameter(
false ) );
2003 .Name(
"pcbnew.ModuleEditor.repairFootprint" )
2005 .FriendlyName(
_(
"Repair Footprint" ) )
2006 .Tooltip(
_(
"Run various diagnostics and attempt to repair footprint" ) ) );
2012 .Name(
"pcbnew.AlignAndDistribute.alignTop" )
2014 .FriendlyName(
_(
"Align to Top" ) )
2015 .Tooltip(
_(
"Aligns selected items to the top edge of the item under the cursor" ) )
2019 .Name(
"pcbnew.AlignAndDistribute.alignBottom" )
2021 .FriendlyName(
_(
"Align to Bottom" ) )
2022 .Tooltip(
_(
"Aligns selected items to the bottom edge of the item under the cursor" ) )
2026 .Name(
"pcbnew.AlignAndDistribute.alignLeft" )
2028 .FriendlyName(
_(
"Align to Left" ) )
2029 .Tooltip(
_(
"Aligns selected items to the left edge of the item under the cursor" ) )
2033 .Name(
"pcbnew.AlignAndDistribute.alignRight" )
2035 .FriendlyName(
_(
"Align to Right" ) )
2036 .Tooltip(
_(
"Aligns selected items to the right edge of the item under the cursor" ) )
2040 .Name(
"pcbnew.AlignAndDistribute.alignCenterY" )
2042 .FriendlyName(
_(
"Align to Vertical Center" ) )
2043 .Tooltip(
_(
"Aligns selected items to the vertical center of the item under the cursor" ) )
2047 .Name(
"pcbnew.AlignAndDistribute.alignCenterX" )
2049 .FriendlyName(
_(
"Align to Horizontal Center" ) )
2050 .Tooltip(
_(
"Aligns selected items to the horizontal center of the item under the cursor" ) )
2054 .Name(
"pcbnew.AlignAndDistribute.distributeHorizontallyCenters" )
2056 .FriendlyName(
_(
"Distribute Horizontally by Centers" ) )
2057 .Tooltip(
_(
"Distributes selected items between the left-most item and the right-most item"
2058 "so that the item centers are equally distributed" ) )
2062 .Name(
"pcbnew.AlignAndDistribute.distributeHorizontallyGaps" )
2064 .FriendlyName(
_(
"Distribute Horizontally with Even Gaps" ) )
2065 .Tooltip(
_(
"Distributes selected items between the left-most item and the right-most item "
2066 "so that the gaps between items are equal" ) )
2070 .Name(
"pcbnew.AlignAndDistribute.distributeVerticallyGaps" )
2072 .FriendlyName(
_(
"Distribute Vertically with Even Gaps" ) )
2073 .Tooltip(
_(
"Distributes selected items between the top-most item and the bottom-most item "
2074 "so that the gaps between items are equal" ) )
2078 .Name(
"pcbnew.AlignAndDistribute.distributeVerticallyCenters" )
2080 .FriendlyName(
_(
"Distribute Vertically by Centers" ) )
2081 .Tooltip(
_(
"Distributes selected items between the top-most item and the bottom-most item "
2082 "so that the item centers are equally distributed" ) )
2088 .Name(
"pcbnew.PointEditor.addCorner" )
2091 .DefaultHotkey( WXK_F1 )
2093 .DefaultHotkey( WXK_INSERT )
2095 .FriendlyName(
_(
"Create Corner" ) )
2096 .Tooltip(
_(
"Create a corner" ) )
2100 .Name(
"pcbnew.PointEditor.removeCorner" )
2102 .FriendlyName(
_(
"Remove Corner" ) )
2103 .Tooltip(
_(
"Remove corner" ) )
2107 .Name(
"pcbnew.PointEditor.chamferCorner" )
2109 .FriendlyName(
_(
"Chamfer Corner" ) )
2110 .Tooltip(
_(
"Chamfer corner" ) )
2116 .Name(
"pcbnew.PositionRelative.positionRelative" )
2119 .LegacyHotkeyName(
"Position Item Relative" )
2120 .FriendlyName(
_(
"Position Relative To..." ) )
2121 .Tooltip(
_(
"Positions the selected item(s) by an exact amount relative to another" ) )
2125 .Name(
"pcbnew.PositionRelative.positionRelativeInteractively" )
2127 .FriendlyName(
_(
"Position Interactively..." ) )
2128 .Tooltip(
_(
"Positions the selected item(s) by an exact amount relative to another, interactively" ) )
2134 .Name(
"pcbnew.Picker.selectItemInteractively" )
2136 .Parameter<PCB_PICKER_TOOL::INTERACTIVE_PARAMS>( {} ) );
2139 .Name(
"pcbnew.Picker.selectPointInteractively" )
2141 .Parameter<PCB_PICKER_TOOL::INTERACTIVE_PARAMS>( {} ));
2145 .Name(
"pcbnew.InteractiveSelection.SelectConnection" )
2147 .DefaultHotkey(
'U' )
2148 .LegacyHotkeyName(
"Select Single Track" )
2149 .FriendlyName(
_(
"Select/Expand Connection" ) )
2150 .Tooltip(
_(
"Selects a connection or expands an existing selection to junctions, pads, or entire connections" ) )
2154 .Name(
"pcbnew.InteractiveSelection.unrouteSelected" )
2156 .FriendlyName(
_(
"Unroute Selected" ) )
2157 .Tooltip(
_(
"Unroutes selected items to the nearest pad." ) )
2161 .Name(
"pcbnew.InteractiveSelection.SyncSelection" )
2165 .Name(
"pcbnew.InteractiveSelection.SyncSelectionWithNets" )
2169 .Name(
"pcbnew.InteractiveSelection.SelectNet" )
2171 .FriendlyName(
_(
"Select All Tracks in Net" ) )
2172 .Tooltip(
_(
"Selects all tracks & vias belonging to the same net." ) )
2173 .Parameter<int>( 0 ) );
2176 .Name(
"pcbnew.InteractiveSelection.DeselectNet" )
2178 .FriendlyName(
_(
"Deselect All Tracks in Net" ) )
2179 .Tooltip(
_(
"Deselects all tracks & vias belonging to the same net." ) )
2180 .Parameter<int>( 0 ) );
2183 .Name(
"pcbnew.InteractiveSelection.SelectUnconnected" )
2185 .DefaultHotkey(
'O' )
2186 .FriendlyName(
_(
"Select All Unconnected Footprints" ) )
2187 .Tooltip(
_(
"Selects all unconnected footprints belonging to each selected net." ) ) );
2190 .Name(
"pcbnew.InteractiveSelection.GrabUnconnected" )
2193 .FriendlyName(
_(
"Grab Nearest Unconnected Footprints" ) )
2194 .Tooltip(
_(
"Selects and initiates moving the nearest unconnected footprint on each selected net." ) ) );
2197 .Name(
"pcbnew.InteractiveSelection.SelectOnSheet" )
2199 .FriendlyName(
_(
"Sheet" ) )
2200 .Tooltip(
_(
"Selects all footprints and tracks in the schematic sheet" ) )
2204 .Name(
"pcbnew.InteractiveSelection.SelectSameSheet" )
2206 .FriendlyName(
_(
"Items in Same Hierarchical Sheet" ) )
2207 .Tooltip(
_(
"Selects all footprints and tracks in the same schematic sheet" ) )
2211 .Name(
"pcbnew.InteractiveSelection.SelectOnSchematic" )
2213 .FriendlyName(
_(
"Select on Schematic" ) )
2214 .Tooltip(
_(
"Selects corresponding items in Schematic editor" ) )
2218 .Name(
"pcbnew.InteractiveSelection.FilterSelection" )
2220 .FriendlyName(
_(
"Filter Selected Items..." ) )
2221 .Tooltip(
_(
"Remove items from the selection by type" ) )
2228 .Name(
"pcbnew.ZoneFiller.zoneFill" )
2230 .FriendlyName(
_(
"Draft Fill Selected Zone(s)" ) )
2231 .Tooltip(
_(
"Update copper fill of selected zone(s) without regard to other interacting zones" ) )
2233 .Parameter<ZONE*>(
nullptr ) );
2236 .Name(
"pcbnew.ZoneFiller.zoneFillAll" )
2238 .DefaultHotkey(
'B' )
2239 .LegacyHotkeyName(
"Fill or Refill All Zones" )
2240 .FriendlyName(
_(
"Fill All Zones" ) )
2241 .Tooltip(
_(
"Update copper fill of all zones" ) )
2245 .Name(
"pcbnew.ZoneFiller.zoneFillDirty" )
2249 .Name(
"pcbnew.ZoneFiller.zoneUnfill" )
2251 .FriendlyName(
_(
"Unfill Selected Zone(s)" ) )
2252 .Tooltip(
_(
"Remove copper fill from selected zone(s)" ) )
2256 .Name(
"pcbnew.ZoneFiller.zoneUnfillAll" )
2258 .DefaultHotkey(
MD_CTRL +
'B' )
2259 .LegacyHotkeyName(
"Remove Filled Areas in All Zones" )
2260 .FriendlyName(
_(
"Unfill All Zones" ) )
2261 .Tooltip(
_(
"Remove copper fill from all zones" ) )
2268 .Name(
"pcbnew.Autoplacer.autoplaceSelected" )
2270 .FriendlyName(
_(
"Place Selected Footprints" ) )
2271 .Tooltip(
_(
"Performs automatic placement of selected components" ) ) );
2274 .Name(
"pcbnew.Autoplacer.autoplaceOffboard" )
2276 .FriendlyName(
_(
"Place Off-Board Footprints" ) )
2277 .Tooltip(
_(
"Performs automatic placement of components outside board area" ) ) );
2280 .Name(
"pcbnew.Multichannel.generatePlacementRuleAreas" )
2282 .FriendlyName(
_(
"Generate Placement Rule Areas..." ) )
2283 .Tooltip(
_(
"Creates best-fit placement rule areas" ) )
2288 .Name(
"pcbnew.Multichannel.repeatLayout" )
2290 .FriendlyName(
_(
"Repeat Layout..." ) )
2291 .Tooltip(
_(
"Clones placement & routing across multiple identical channels" ) )
2298 .Name(
"pcbnew.InteractiveRouter.SingleTrack" )
2300 .DefaultHotkey(
'X' )
2301 .LegacyHotkeyName(
"Add New Track" )
2302 .FriendlyName(
_(
"Route Single Track" ) )
2303 .Tooltip(
_(
"Route tracks" ) )
2310 .Name(
"pcbnew.InteractiveRouter.DiffPair" )
2312 .DefaultHotkey(
'6' )
2314 .LegacyHotkeyName(
"Route Differential Pair (Modern Toolset only)" )
2315 .FriendlyName(
_(
"Route Differential Pair" ) )
2316 .Tooltip(
_(
"Route differential pairs" ) )
2323 .Name(
"pcbnew.InteractiveRouter.SettingsDialog" )
2325 .DefaultHotkey(
MD_CTRL +
'<' )
2326 .LegacyHotkeyName(
"Routing Options" )
2327 .FriendlyName(
_(
"Interactive Router Settings..." ) )
2328 .Tooltip(
_(
"Open Interactive Router settings" ) )
2332 .Name(
"pcbnew.InteractiveRouter.DiffPairDialog" )
2334 .FriendlyName(
_(
"Differential Pair Dimensions..." ) )
2335 .Tooltip(
_(
"Open Differential Pair Dimension settings" ) )
2339 .Name(
"pcbnew.InteractiveRouter.HighlightMode" )
2341 .FriendlyName(
_(
"Router Highlight Mode" ) )
2342 .Tooltip(
_(
"Switch router to highlight mode" ) )
2347 .Name(
"pcbnew.InteractiveRouter.ShoveMode" )
2349 .FriendlyName(
_(
"Router Shove Mode" ) )
2350 .Tooltip(
_(
"Switch router to shove mode" ) )
2355 .Name(
"pcbnew.InteractiveRouter.WalkaroundMode" )
2357 .FriendlyName(
_(
"Router Walkaround Mode" ) )
2358 .Tooltip(
_(
"Switch router to walkaround mode" ) )
2363 .Name(
"pcbnew.InteractiveRouter.CycleRouterMode" )
2365 .FriendlyName(
_(
"Cycle Router Mode" ) )
2366 .Tooltip(
_(
"Cycle router to the next mode" ) ) );
2369 .Name(
"pcbnew.InteractiveRouter.SelectLayerPair" )
2371 .FriendlyName(
_(
"Set Layer Pair..." ) )
2372 .Tooltip(
_(
"Change active layer pair for routing" ) )
2377 .Name(
"pcbnew.LengthTuner.TuneSingleTrack" )
2379 .DefaultHotkey(
'7' )
2381 .LegacyHotkeyName(
"Tune Single Track (Modern Toolset only)" )
2382 .FriendlyName(
_(
"Tune Length of a Single Track" ) )
2389 .Name(
"pcbnew.LengthTuner.TuneDiffPair" )
2391 .DefaultHotkey(
'8' )
2393 .LegacyHotkeyName(
"Tune Differential Pair Length (Modern Toolset only)" )
2394 .FriendlyName(
_(
"Tune Length of a Differential Pair" ) )
2401 .Name(
"pcbnew.LengthTuner.TuneDiffPairSkew" )
2403 .DefaultHotkey(
'9' )
2405 .LegacyHotkeyName(
"Tune Differential Pair Skew (Modern Toolset only)" )
2406 .FriendlyName(
_(
"Tune Skew of a Differential Pair" ) )
2413 .Name(
"pcbnew.InteractiveRouter.InlineDrag" )
2418 .Name(
"pcbnew.InteractiveRouter.UndoLastSegment" )
2420 .DefaultHotkey( WXK_BACK )
2421 .FriendlyName(
_(
"Undo Last Segment" ) )
2422 .Tooltip(
_(
"Walks the current track back one segment." ) ) );
2425 .Name(
"pcbnew.InteractiveRouter.ContinueFromEnd" )
2427 .DefaultHotkey(
MD_CTRL +
'E' )
2428 .FriendlyName(
_(
"Route From Other End" ) )
2429 .Tooltip(
_(
"Commits current segments and starts next segment from nearest ratsnest end." ) ) );
2432 .Name(
"pcbnew.InteractiveRouter.AttemptFinish" )
2434 .DefaultHotkey(
'F' )
2435 .FriendlyName(
_(
"Attempt Finish" ) )
2436 .Tooltip(
_(
"Attempts to complete current route to nearest ratsnest end." ) )
2437 .Parameter<bool*>(
nullptr ) );
2440 .Name(
"pcbnew.InteractiveRouter.RouteSelected" )
2443 .FriendlyName(
_(
"Route Selected" ) )
2444 .Tooltip(
_(
"Sequentially route selected items from ratsnest anchor." ) )
2449 .Name(
"pcbnew.InteractiveRouter.RouteSelectedFromEnd" )
2452 .FriendlyName(
_(
"Route Selected From Other End" ) )
2453 .Tooltip(
_(
"Sequentially route selected items from other end of ratsnest anchor." ) )
2458 .Name(
"pcbnew.InteractiveRouter.Autoroute" )
2461 .FriendlyName(
_(
"Attempt Finish Selected (Autoroute)" ) )
2462 .Tooltip(
_(
"Sequentially attempt to automatically route all selected pads." ) )
2467 .Name(
"pcbnew.InteractiveRouter.BreakTrack" )
2469 .FriendlyName(
_(
"Break Track" ) )
2470 .Tooltip(
_(
"Splits the track segment into two segments connected at the cursor position." ) )
2474 .Name(
"pcbnew.InteractiveRouter.Drag45Degree" )
2476 .DefaultHotkey(
'D' )
2477 .LegacyHotkeyName(
"Drag Track Keep Slope" )
2478 .FriendlyName(
_(
"Drag 45 Degree Mode" ) )
2479 .Tooltip(
_(
"Drags the track segment while keeping connected tracks at 45 degrees." ) )
2483 .Name(
"pcbnew.InteractiveRouter.DragFreeAngle" )
2485 .DefaultHotkey(
'G' )
2486 .LegacyHotkeyName(
"Drag Item" )
2487 .FriendlyName(
_(
"Drag Free Angle" ) )
2488 .Tooltip(
_(
"Drags the nearest joint in the track without restricting the track angle." ) )
2496 .Name(
"pcbnew.Generator.regenerateAllTuning" )
2498 .FriendlyName(
_(
"Update All Tuning Patterns" ) )
2499 .Tooltip(
_(
"Attempt to re-tune existing tuning patterns within their bounds" ) )
2501 .Parameter( wxString( wxS(
"tuning_pattern" ) ) ) );
2504 .Name(
"pcbnew.Generator.regenerateAll" )
2506 .FriendlyName(
_(
"Rebuild All Generators" ) )
2507 .Tooltip(
_(
"Rebuilds geometry of all generators" ) )
2509 .Parameter( wxString( wxS(
"*" ) ) ) );
2512 .Name(
"pcbnew.Generator.regenerateSelected" )
2514 .FriendlyName(
_(
"Rebuild Selected Generators" ) )
2515 .Tooltip(
_(
"Rebuilds geometry of selected generator(s)" ) )
2520 .Name(
"pcbnew.Generator.genStartEdit" )
2524 .Name(
"pcbnew.Generator.genUpdateEdit" )
2528 .Name(
"pcbnew.Generator.genPushEdit" )
2532 .Name(
"pcbnew.Generator.genRevertEdit" )
2536 .Name(
"pcbnew.Generator.genRemove" )
2541 .Name(
"pcbnew.Generator.showManager" )
2543 .FriendlyName(
_(
"Generators Manager" ) )
2544 .Tooltip(
_(
"Show a manager dialog for Generator objects" ) )
2551 .Name(
"pcbnew.LengthTuner.Settings" )
2553 .DefaultHotkey(
MD_CTRL +
'L' )
2555 .LegacyHotkeyName(
"Length Tuning Settings (Modern Toolset only)" )
2556 .MenuText(
_(
"Length Tuning Settings..." ) )
2557 .Tooltip(
_(
"Displays tuning pattern properties dialog" ) )
2561 .Name(
"pcbnew.Control.DdAppendBoard" )
2566 .Name(
"pcbnew.Control.ddImportFootprint" )
2571 .Name(
"pcbnew.FpWizard.showWizards" )
2573 .FriendlyName(
_(
"Show wizards selector" ) )
2574 .Tooltip(
_(
"Select wizard script to run" ) )
2578 .Name(
"pcbnew.FpWizard.resetWizardPrms" )
2580 .FriendlyName(
_(
"Reset wizard parameters" ) )
2581 .Tooltip(
_(
"Reset wizard parameters to default" ) )
2585 .Name(
"pcbnew.FpWizard.selectPreviousWizardPage" )
2587 .FriendlyName(
_(
"Select previous wizard page" ) )
2588 .Tooltip(
_(
"Select previous parameters page" ) )
2592 .Name(
"pcbnew.FpWizard.selectNextWizardPage" )
2594 .FriendlyName(
_(
"Select next wizard page" ) )
2595 .Tooltip(
_(
"Select next parameters page" ) )
2599 .Name(
"pcbnew.FpWizard.exportFpToEditor" )
2601 .FriendlyName(
_(
"Export footprint to editor" ) )
2602 .Tooltip(
_(
"Export footprint to editor" ) )
2609 "common.Interactive.snappingModeChangedByKey" );
2618 "pcbnew.Control.layerPairPresetChangedByKey" );
@ cleanup_tracks_and_vias
@ distribute_horizontal_centers
@ distribute_vertical_centers
@ ps_diff_pair_tune_length
@ distribute_horizontal_gaps
@ router_len_tuner_dist_incr
@ router_len_tuner_dist_decr
@ distribute_vertical_gaps
@ ps_diff_pair_tune_phase
@ add_orthogonal_dimension
@ custom_pad_to_primitives
@ show_zone_triangulation
@ router_len_tuner_amplitude_incr
@ router_len_tuner_amplitude_decr
static TOOL_ACTION deleteLastPoint
static TOOL_ACTION toggleHV45Mode
static TOOL_ACTION editTracksAndVias
static TOOL_ACTION_GROUP layerDirectSwitchActions()
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 drawOrthogonalDimension
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 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 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 generateD356File
static TOOL_ACTION updateFootprint
static TOOL_ACTION tuneDiffPair
static TOOL_ACTION convertToTracks
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 ddAppendBoard
Drag and drop.
static TOOL_ACTION editFootprint
static TOOL_ACTION exportFootprint
static TOOL_ACTION layerInner25
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 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 routerShoveMode
static TOOL_ACTION convertToLines
static TOOL_ACTION drawZoneCutout
static TOOL_ACTION genPushEdit
static TOOL_ACTION drawPolygon
static TOOL_ACTION placePad
Activation of the drawing tool (placing a PAD)
static TOOL_ACTION hideNetInRatsnest
static TOOL_ACTION hideLocalRatsnest
static TOOL_ACTION exportFpToEditor
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 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 moveWithReference
move with a reference point
static TOOL_ACTION toggleLock
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 deleteDesignBlock
static TOOL_ACTION placeCharacteristics
static TOOL_ACTION pluginsShowFolder
Scripting Actions.
static TOOL_ACTION viaSizeInc
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 zoneUnfill
static TOOL_ACTION intersectPolygons
Intersection of multiple polygons.
static TOOL_ACTION pointEditorMoveCorner
static TOOL_ACTION layerAlphaInc
static TOOL_ACTION saveBoardAsDesignBlock
static TOOL_ACTION layerPairPresetsCycle
static TOOL_ACTION distributeHorizontallyCenters
static TOOL_ACTION inspectConstraints
static TOOL_ACTION generatePosFile
static TOOL_ACTION globalDeletions
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 layerInner18
static TOOL_ACTION incWidth
Increase width of currently drawn line.
static TOOL_ACTION repairBoard
static TOOL_ACTION layerInner14
static TOOL_ACTION healShapes
Connect selected shapes, possibly extending or cutting them, or adding extra geometry.
static TOOL_ACTION selectPointInteractively
static TOOL_ACTION trackDisplayMode
static TOOL_ACTION showNetInspector
static TOOL_ACTION selectLayerPair
static TOOL_ACTION magneticSnapToggle
static TOOL_ACTION microwaveCreateStubArc
static TOOL_ACTION layerInner6
static TOOL_ACTION dragFreeAngle
static TOOL_ACTION positionRelativeInteractively
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 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 importFootprint
static TOOL_ACTION autoplaceSelectedComponents
static TOOL_ACTION layerInner22
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 ratsnestModeCycle
static TOOL_ACTION drawVia
static TOOL_ACTION regenerateAll
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 runDRC
static TOOL_ACTION convertToPoly
static TOOL_ACTION zoneDuplicate
Duplicate zone onto another layer.
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 selectNextWizardPage
static TOOL_ACTION layerInner7
static TOOL_ACTION layerInner27
static TOOL_ACTION diffFootprint
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 loadFpFromBoard
static TOOL_ACTION showDesignBlockPanel
static TOOL_ACTION decWidth
Decrease width of currently drawn line.
static TOOL_ACTION drawCenterDimension
static TOOL_ACTION zoneUnfillAll
static TOOL_ACTION pasteFootprint
static TOOL_ACTION zoneFillDirty
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 layerInner15
static TOOL_ACTION simplifyPolygons
Simplify polygon outlines.
static TOOL_ACTION arcPosture
Switch posture when drawing arc.
static TOOL_ACTION microwaveCreateLine
static TOOL_ACTION footprintProperties
static TOOL_ACTION layerInner17
static TOOL_ACTION flipBoard
static TOOL_ACTION layerBottom
static TOOL_ACTION zoneDisplayOutline
static TOOL_ACTION ratsnestLineMode
static TOOL_ACTION showFootprintAssociations
static TOOL_ACTION layerInner19
static TOOL_ACTION layerInner9
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 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 saveSelectionToDesignBlock
static TOOL_ACTION editLibFpInFpEditor
static TOOL_ACTION zoneMerge
static TOOL_ACTION duplicateFootprint
static TOOL_ACTION closeOutline
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 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 cycleRouterMode
static TOOL_ACTION regenerateSelected
static TOOL_ACTION convertToArc
static TOOL_ACTION layerInner4
static TOOL_ACTION repairFootprint
static TOOL_ACTION flip
Flipping of selected objects.
static TOOL_ACTION alignCenterX
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 layerInner21
static TOOL_ACTION selectItemInteractively
Selection of reference points/items.
static TOOL_ACTION createArray
Tool for creating an array of objects.
static TOOL_ACTION saveBoardToDesignBlock
static TOOL_ACTION boardStatistics
static TOOL_ACTION saveFpToBoard
static TOOL_ACTION deselectNet
Remove all connections belonging to a single net from the active selection.
static TOOL_ACTION editTeardrops
static TOOL_ACTION layerNext
static TOOL_ACTION showPythonConsole
static TOOL_ACTION copyFootprint
static TOOL_ACTION extendLines
Extend selected lines to meet at a point.
static TOOL_ACTION drawLine
static TOOL_ACTION distributeVerticallyGaps
static TOOL_ACTION placeStackup
static TOOL_ACTION localRatsnestTool
static TOOL_ACTION routerRouteSelected
static TOOL_ACTION cleanupGraphics
static TOOL_ACTION rotateCw
Rotation of selected objects.
static TOOL_ACTION rotateCcw
static TOOL_ACTION drawAlignedDimension
static TOOL_ACTION genRevertEdit
static TOOL_ACTION layerInner23
static TOOL_ACTION distributeVerticallyCenters
static TOOL_ACTION drawZone
static TOOL_ACTION alignCenterY
static TOOL_ACTION importSpecctraSession
static TOOL_ACTION selectPreviousWizardPage
static TOOL_ACTION selectOnSchematic
Select symbols/pins on schematic corresponding to selected footprints/pads.
static TOOL_ACTION layerInner28
static const TOOL_EVENT & SnappingModeChangedByKeyEvent()
Hotkey feedback.
static const TOOL_EVENT & LayerPairPresetChangedByKeyEvent()
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.
VECTOR2< int32_t > VECTOR2I