52 .Name(
"pcbnew.Convert.convertToPoly" )
54 .FriendlyName(
_(
"Create Polygon from Selection..." ) )
55 .Tooltip(
_(
"Creates a graphic polygon from the selection" ) )
59 .Name(
"pcbnew.Convert.convertToZone" )
61 .FriendlyName(
_(
"Create Zone from Selection..." ) )
62 .Tooltip(
_(
"Creates a copper zone from the selection" ) )
66 .Name(
"pcbnew.Convert.convertToKeepout" )
68 .FriendlyName(
_(
"Create Rule Area from Selection..." ) )
69 .Tooltip(
_(
"Creates a rule area from the selection" ) )
73 .Name(
"pcbnew.Convert.convertToLines" )
75 .FriendlyName(
_(
"Create Lines from Selection..." ) )
76 .Tooltip(
_(
"Creates graphic lines from the selection" ) )
80 .Name(
"pcbnew.Convert.convertToArc" )
82 .FriendlyName(
_(
"Create Arc from Selection" ) )
83 .Tooltip(
_(
"Creates an arc from the selected line segment" ) )
87 .Name(
"pcbnew.Convert.convertToTracks" )
89 .FriendlyName(
_(
"Create Tracks from Selection" ) )
90 .Tooltip(
_(
"Creates tracks from the selected graphic lines" ) )
94 .Name(
"pcbnew.Convert.outsetItems" )
96 .FriendlyName(
_(
"Create Outsets from Selection" ) )
97 .Tooltip(
_(
"Create outset lines from the selected item" ) )
104 .Name(
"pcbnew.InteractiveDrawing.line" )
107 .LegacyHotkeyName(
"Draw Line" )
108 .FriendlyName(
_(
"Draw Lines" ) )
113 .Name(
"pcbnew.InteractiveDrawing.graphicPolygon" )
116 .LegacyHotkeyName(
"Draw Graphic Polygon" )
117 .FriendlyName(
_(
"Draw Polygons" ) )
123 .Name(
"pcbnew.InteractiveDrawing.rectangle" )
125 .FriendlyName(
_(
"Draw Rectangles" ) )
130 .Name(
"pcbnew.InteractiveDrawing.circle" )
133 .LegacyHotkeyName(
"Draw Circle" )
134 .FriendlyName(
_(
"Draw Circles" ) )
139 .Name(
"pcbnew.InteractiveDrawing.arc" )
142 .LegacyHotkeyName(
"Draw Arc" )
143 .FriendlyName(
_(
"Draw Arcs" ) )
148 .Name(
"pcbnew.InteractiveDrawing.bezier" )
151 .FriendlyName(
_(
"Draw Bezier Curve" ) )
156 .Name(
"pcbnew.InteractiveDrawing.placeCharacteristics" )
158 .LegacyHotkeyName(
"Add Board Characteristics" )
159 .FriendlyName(
_(
"Add Board Characteristics" ) )
160 .Tooltip(
_(
"Add a board characteristics table on a graphic layer" ) )
164 .Name(
"pcbnew.InteractiveDrawing.placeStackup" )
166 .LegacyHotkeyName(
"Add Stackup Table" )
167 .FriendlyName(
_(
"Add Stackup Table" ) )
168 .Tooltip(
_(
"Add a board stackup table on a graphic layer" ) )
172 .Name(
"pcbnew.InteractiveDrawing.placeReferenceImage" )
174 .FriendlyName(
_(
"Place Reference Images" ) )
175 .Tooltip(
_(
"Add bitmap images to be used as reference (images will not be included in any output)" ) )
178 .Parameter<PCB_REFERENCE_IMAGE*>(
nullptr ) );
181 .Name(
"pcbnew.InteractiveDrawing.text" )
184 .LegacyHotkeyName(
"Add Text" )
185 .FriendlyName(
_(
"Draw Text" ) )
190 .Name(
"pcbnew.InteractiveDrawing.textbox" )
192 .FriendlyName(
_(
"Draw Text Boxes" ) )
197 .Name(
"pcbnew.InteractiveDrawing.drawTable" )
199 .FriendlyName(
_(
"Draw Tables" ) )
204 .Name(
"pcbnew.lengthTuner.SpacingIncrease" )
206 .DefaultHotkey(
'1' )
207 .LegacyHotkeyName(
"Increase meander spacing by one step." )
208 .FriendlyName(
_(
"Increase Spacing" ) )
209 .Tooltip(
_(
"Increase tuning pattern spacing by one step." ) )
213 .Name(
"pcbnew.lengthTuner.SpacingDecrease" )
215 .DefaultHotkey(
'2' )
216 .LegacyHotkeyName(
"Decrease meander spacing by one step." )
217 .FriendlyName(
_(
"Decrease Spacing" ) )
218 .Tooltip(
_(
"Decrease tuning pattern spacing by one step." ) )
222 .Name(
"pcbnew.lengthTuner.AmplIncrease" )
224 .DefaultHotkey(
'3' )
225 .LegacyHotkeyName(
"Increase meander amplitude by one step." )
226 .FriendlyName(
_(
"Increase Amplitude" ) )
227 .Tooltip(
_(
"Increase tuning pattern amplitude by one step." ) )
231 .Name(
"pcbnew.lengthTuner.AmplDecrease" )
233 .DefaultHotkey(
'4' )
234 .LegacyHotkeyName(
"Decrease meander amplitude by one step." )
235 .FriendlyName(
_(
"Decrease Amplitude" ) )
236 .Tooltip(
_(
"Decrease tuning pattern amplitude by one step." ) )
241 .Name(
"pcbnew.InteractiveDrawing.alignedDimension" )
243 .LegacyHotkeyName(
"Add Dimension" )
244 .FriendlyName(
_(
"Draw Aligned Dimensions" ) )
249 .Name(
"pcbnew.InteractiveDrawing.centerDimension" )
251 .FriendlyName(
_(
"Draw Center Dimensions" ) )
256 .Name(
"pcbnew.InteractiveDrawing.radialDimension" )
258 .FriendlyName(
_(
"Draw Radial Dimensions" ) )
263 .Name(
"pcbnew.InteractiveDrawing.orthogonalDimension" )
266 .FriendlyName(
_(
"Draw Orthogonal Dimensions" ) )
271 .Name(
"pcbnew.InteractiveDrawing.leader" )
273 .FriendlyName(
_(
"Draw Leaders" ) )
278 .Name(
"pcbnew.InteractiveDrawing.zone" )
281 .DefaultHotkey(
MD_ALT +
'Z' )
285 .LegacyHotkeyName(
"Add Filled Zone" )
286 .FriendlyName(
_(
"Draw Filled Zones" ) )
292 .Name(
"pcbnew.InteractiveDrawing.via" )
295 .LegacyHotkeyName(
"Add Vias" )
296 .FriendlyName(
_(
"Place Vias" ) )
297 .Tooltip(
_(
"Place free-standing vias" ) )
302 .Name(
"pcbnew.InteractiveDrawing.ruleArea" )
305 .LegacyHotkeyName(
"Add Keepout Area" )
306 .FriendlyName(
_(
"Draw Rule Areas" ) )
312 .Name(
"pcbnew.InteractiveDrawing.zoneCutout" )
315 .LegacyHotkeyName(
"Add a Zone Cutout" )
316 .FriendlyName(
_(
"Add a Zone Cutout" ) )
317 .Tooltip(
_(
"Add a cutout to an existing zone or rule area" ) )
323 .Name(
"pcbnew.InteractiveDrawing.similarZone" )
326 .LegacyHotkeyName(
"Add a Similar Zone" )
327 .FriendlyName(
_(
"Add a Similar Zone" ) )
328 .Tooltip(
_(
"Add a zone with the same settings as an existing zone" ) )
334 .Name(
"pcbnew.InteractiveDrawing.placeImportedGraphics" )
337 .LegacyHotkeyName(
"Place DXF" )
338 .FriendlyName(
_(
"Import Graphics..." ) )
339 .Tooltip(
_(
"Import 2D drawing file" ) )
344 .Name(
"pcbnew.InteractiveDrawing.setAnchor" )
347 .LegacyHotkeyName(
"Place the Footprint Anchor" )
348 .FriendlyName(
_(
"Place the Footprint Anchor" ) )
349 .Tooltip(
_(
"Set the coordinate origin point (anchor) of the footprint" ) )
354 .Name(
"pcbnew.InteractiveDrawing.incWidth" )
356 .DefaultHotkey(
MD_CTRL +
'+' )
357 .LegacyHotkeyName(
"Increase Line Width" )
358 .FriendlyName(
_(
"Increase Line Width" ) ) );
361 .Name(
"pcbnew.InteractiveDrawing.decWidth" )
363 .DefaultHotkey(
MD_CTRL +
'-' )
364 .LegacyHotkeyName(
"Decrease Line Width" )
365 .FriendlyName(
_(
"Decrease Line Width" ) ) );
368 .Name(
"pcbnew.InteractiveDrawing.arcPosture" )
370 .DefaultHotkey(
'/' )
371 .LegacyHotkeyName(
"Switch Track Posture" )
372 .FriendlyName(
_(
"Switch Arc Posture" ) ) );
375 .Name(
"pcbnew.InteractiveDrawing.changeDimensionArrows" )
377 .FriendlyName(
"Switch Dimension Arrows" )
378 .Tooltip(
"Switch between inward and outward dimension arrows" ) );
382 .Name(
"common.Control.magneticSnapActiveLayer" )
384 .FriendlyName(
_(
"Snap to Objects on the Active Layer Only" ) )
385 .Tooltip(
_(
"Enables snapping to objects on the active layer only" ) ) );
388 .Name(
"common.Control.magneticSnapAllLayers" )
390 .FriendlyName(
_(
"Snap to Objects on All Layers" ) )
391 .Tooltip(
_(
"Enables snapping to objects on all visible layers" ) ) );
394 .Name(
"common.Control.magneticSnapToggle" )
397 .FriendlyName(
_(
"Toggle Snapping Between Active and All Layers" ) )
398 .Tooltip(
_(
"Toggles between snapping on all visible layers and only the active area" ) ) );
401 .Name(
"pcbnew.InteractiveDrawing.deleteLastPoint" )
403 .DefaultHotkey( WXK_BACK )
404 .FriendlyName(
_(
"Delete Last Point" ) )
405 .Tooltip(
_(
"Delete the last point added to the current item" ) )
409 .Name(
"pcbnew.InteractiveDrawing.closeOutline" )
411 .FriendlyName(
_(
"Close Outline" ) )
412 .Tooltip(
_(
"Close the in progress outline" ) )
418 .Name(
"pcbnew.DRCTool.runDRC" )
420 .FriendlyName(
_(
"Design Rules Checker" ) )
421 .Tooltip(
_(
"Show the design rules checker window" ) )
428 .Name(
"pcbnew.EditorControl.EditFpInFpEditor" )
430 .DefaultHotkey(
MD_CTRL +
'E' )
431 .LegacyHotkeyName(
"Edit with Footprint Editor" )
432 .FriendlyName(
_(
"Open in Footprint Editor" ) )
436 .Name(
"pcbnew.EditorControl.EditLibFpInFpEditor" )
439 .FriendlyName(
_(
"Edit Library Footprint..." ) )
443 .Name(
"pcbnew.InteractiveEdit.FindMove" )
445 .DefaultHotkey(
'T' )
446 .LegacyHotkeyName(
"Get and Move Footprint" )
447 .FriendlyName(
_(
"Get and Move Footprint" ) )
448 .Tooltip(
_(
"Selects a footprint by reference designator and places it under the cursor for moving" ) )
453 .Name(
"pcbnew.InteractiveMove.move" )
455 .DefaultHotkey(
'M' )
456 .LegacyHotkeyName(
"Move Item" )
457 .FriendlyName(
_(
"Move" ) )
463 .Name(
"pcbnew.InteractiveMove.moveIndividually" )
465 .DefaultHotkey(
MD_CTRL +
'M' )
466 .FriendlyName(
_(
"Move Individually" ) )
467 .Tooltip(
_(
"Moves the selected items one-by-one" ) )
473 .Name(
"pcbnew.InteractiveMove.moveWithReference" )
475 .FriendlyName(
_(
"Move with Reference" ) )
476 .Tooltip(
_(
"Moves the selected item(s) with a specified starting point" ) )
482 .Name(
"pcbnew.InteractiveMove.copyWithReference" )
484 .FriendlyName(
_(
"Copy with Reference" ) )
485 .Tooltip(
_(
"Copy selected item(s) to clipboard with a specified starting point" ) )
490 .Name(
"pcbnew.InteractiveEdit.duplicateIncrementPads" )
493 .LegacyHotkeyName(
"Duplicate Item and Increment" )
494 .FriendlyName(
_(
"Duplicate and Increment" ) )
495 .Tooltip(
_(
"Duplicates the selected item(s), incrementing pad numbers" ) )
499 .Name(
"pcbnew.InteractiveEdit.moveExact" )
502 .LegacyHotkeyName(
"Move Item Exactly" )
503 .FriendlyName(
_(
"Move Exactly..." ) )
504 .Tooltip(
_(
"Moves the selected item(s) by an exact amount" ) )
508 .Name(
"pcbnew.InteractiveEdit.moveCorner" )
510 .FriendlyName(
_(
"Move Corner To..." ) )
511 .Tooltip(
_(
"Move the active corner to an exact location" ) )
515 .Name(
"pcbnew.InteractiveEdit.moveMidpoint" )
517 .FriendlyName(
_(
"Move Midpoint To..." ) )
518 .Tooltip(
_(
"Move the active midpoint to an exact location" ) )
522 .Name(
"pcbnew.InteractiveEdit.rotateCw" )
526 .LegacyHotkeyName(
"Rotate Item Clockwise (Modern Toolset only)" )
527 .FriendlyName(
_(
"Rotate Clockwise" ) )
533 .Name(
"pcbnew.InteractiveEdit.rotateCcw" )
535 .DefaultHotkey(
'R' )
536 .LegacyHotkeyName(
"Rotate Item" )
537 .FriendlyName(
_(
"Rotate Counterclockwise" ) )
543 .Name(
"pcbnew.InteractiveEdit.flip" )
545 .DefaultHotkey(
'F' )
546 .LegacyHotkeyName(
"Flip Item" )
547 .FriendlyName(
_(
"Change Side / Flip" ) )
548 .Tooltip(
_(
"Flips selected item(s) to opposite side of board" ) )
552 .Name(
"pcbnew.InteractiveEdit.mirrorHoriontally" )
554 .FriendlyName(
_(
"Mirror Horizontally" ) )
555 .Tooltip(
_(
"Mirrors selected item(s) across the Y axis" ) )
559 .Name(
"pcbnew.InteractiveEdit.mirrorVertically" )
561 .FriendlyName(
_(
"Mirror Vertically" ) )
562 .Tooltip(
_(
"Mirrors selected item(s) across the X axis" ) )
566 .Name(
"pcbnew.InteractiveEdit.swap" )
568 .DefaultHotkey(
MD_ALT +
'S' )
569 .FriendlyName(
_(
"Swap" ) )
570 .Tooltip(
_(
"Swap positions of selected items" ) )
574 .Name(
"pcbnew.InteractiveEdit.packAndMoveFootprints" )
576 .DefaultHotkey(
'P' )
577 .FriendlyName(
_(
"Pack and Move Footprints" ) )
578 .Tooltip(
_(
"Sorts selected footprints by reference, packs based on size and initiates movement" ) )
582 .Name(
"pcbnew.InteractiveEdit.skip" )
584 .DefaultHotkey( WXK_TAB )
585 .FriendlyName(
_(
"Skip" ) )
586 .Tooltip(
_(
"Skip to next item" ) )
590 .Name(
"pcbnew.InteractiveEdit.changeTrackWidth" )
592 .FriendlyName(
_(
"Change Track Width" ) )
593 .Tooltip(
_(
"Updates selected track & via sizes" ) ) );
596 .Name(
"pcbnew.InteractiveEdit.filletTracks" )
598 .FriendlyName(
_(
"Fillet Tracks" ) )
599 .Tooltip(
_(
"Adds arcs tangent to the selected straight track segments" ) ) );
602 .Name(
"pcbnew.InteractiveEdit.filletLines" )
604 .FriendlyName(
_(
"Fillet Lines..." ) )
605 .Tooltip(
_(
"Adds arcs tangent to the selected lines" ) )
609 .Name(
"pcbnew.InteractiveEdit.chamferLines" )
611 .FriendlyName(
_(
"Chamfer Lines..." ) )
612 .Tooltip(
_(
"Cut away corners between selected lines" ) )
616 .Name(
"pcbnew.InteractiveEdit.dogboneCorners" )
618 .FriendlyName(
_(
"Dogbone Corners..." ) )
619 .Tooltip(
_(
"Add dogbone corners to selected lines" ) ) );
622 .Name(
"pcbnew.InteractiveEdit.simplifyPolygons" )
624 .FriendlyName(
_(
"Simplify Polygons" ) )
625 .Tooltip(
_(
"Simplify polygon outlines, removing superfluous points" ) ) );
628 .Name(
"pcbnew.InteractiveEdit.healShapes" )
630 .FriendlyName(
_(
"Heal Shapes" ) )
631 .Tooltip(
_(
"Connect shapes, possibly extending or cutting them, or adding extra geometry" ) )
635 .Name(
"pcbnew.InteractiveEdit.extendLines" )
637 .FriendlyName(
_(
"Extend Lines to Meet" ) )
638 .Tooltip(
_(
"Extend lines to meet each other" ) ) );
641 .Name(
"pcbnew.InteractiveEdit.mergePolygons" )
643 .FriendlyName(
_(
"Merge Polygons" ) )
644 .Tooltip(
_(
"Merge selected polygons into a single polygon" ) )
648 .Name(
"pcbnew.InteractiveEdit.subtractPolygons" )
650 .FriendlyName(
_(
"Subtract Polygons" ) )
651 .Tooltip(
_(
"Subtract selected polygons from the last one selected" ) )
655 .Name(
"pcbnew.InteractiveEdit.intersectPolygons" )
657 .FriendlyName(
_(
"Intersect Polygons" ) )
658 .Tooltip(
_(
"Create the intersection of the selected polygons" ) )
662 .Name(
"pcbnew.InteractiveEdit.deleteFull" )
664 .DefaultHotkey(
MD_SHIFT +
static_cast<int>( WXK_DELETE ) )
665 .LegacyHotkeyName(
"Delete Full Track" )
666 .FriendlyName(
_(
"Delete Full Track" ) )
667 .Tooltip(
_(
"Deletes selected item(s) and copper connections" ) )
673 .Name(
"pcbnew.InteractiveEdit.properties" )
675 .DefaultHotkey(
'E' )
676 .LegacyHotkeyName(
"Edit Item" )
677 .FriendlyName(
_(
"Properties..." ) )
683 .Name(
"pcbnew.Array.createArray" )
685 .DefaultHotkey(
MD_CTRL +
'T' )
686 .LegacyHotkeyName(
"Create Array" )
687 .FriendlyName(
_(
"Create Array..." ) )
694 .Name(
"pcbnew.ModuleEditor.newFootprint" )
696 .DefaultHotkey(
MD_CTRL +
'N' )
697 .LegacyHotkeyName(
"New" )
698 .FriendlyName(
_(
"New Footprint" ) )
699 .Tooltip(
_(
"Create a new, empty footprint" ) )
703 .Name(
"pcbnew.ModuleEditor.createFootprint" )
705 .FriendlyName(
_(
"Create Footprint..." ) )
706 .Tooltip(
_(
"Create a new footprint using the Footprint Wizard" ) )
710 .Name(
"pcbnew.ModuleEditor.editFootprint" )
712 .FriendlyName(
_(
"Edit Footprint" ) )
713 .Tooltip(
_(
"Show selected footprint on editor canvas" ) )
717 .Name(
"pcbnew.ModuleEditor.duplicateFootprint" )
719 .FriendlyName(
_(
"Duplicate Footprint" ) )
723 .Name(
"pcbnew.ModuleEditor.renameFootprint" )
725 .FriendlyName(
_(
"Rename Footprint..." ) )
729 .Name(
"pcbnew.ModuleEditor.deleteFootprint" )
731 .FriendlyName(
_(
"Delete Footprint from Library" ) )
735 .Name(
"pcbnew.ModuleEditor.cutFootprint" )
737 .FriendlyName(
_(
"Cut Footprint" ) )
741 .Name(
"pcbnew.ModuleEditor.copyFootprint" )
743 .FriendlyName(
_(
"Copy Footprint" ) )
747 .Name(
"pcbnew.ModuleEditor.pasteFootprint" )
749 .FriendlyName(
_(
"Paste Footprint" ) )
753 .Name(
"pcbnew.ModuleEditor.importFootprint" )
755 .FriendlyName(
_(
"Import Footprint..." ) )
756 .Tooltip(
_(
"Import footprint from file" ) )
760 .Name(
"pcbnew.ModuleEditor.exportFootprint" )
762 .FriendlyName(
_(
"Export Current Footprint..." ) )
763 .Tooltip(
_(
"Export edited footprint to file" ) )
767 .Name(
"pcbnew.ModuleEditor.footprintProperties" )
769 .FriendlyName(
_(
"Footprint Properties..." ) )
773 .Name(
"pcbnew.ModuleEditor.checkFootprint" )
775 .FriendlyName(
_(
"Footprint Checker" ) )
776 .Tooltip(
_(
"Show the footprint checker window" ) )
782 .Name(
"pcbnew.GlobalEdit.updateFootprint" )
784 .FriendlyName(
_(
"Update Footprint..." ) )
785 .Tooltip(
_(
"Update footprint to include any changes from the library" ) )
789 .Name(
"pcbnew.GlobalEdit.updateFootprints" )
791 .FriendlyName(
_(
"Update Footprints from Library..." ) )
792 .Tooltip(
_(
"Update footprints to include any changes from the library" ) )
796 .Name(
"pcbnew.GlobalEdit.removeUnusedPads" )
798 .FriendlyName(
_(
"Remove Unused Pads..." ) )
799 .Tooltip(
_(
"Remove or restore the unconnected inner layers on through hole pads and vias" ) )
803 .Name(
"pcbnew.GlobalEdit.changeFootprint" )
805 .FriendlyName(
_(
"Change Footprint..." ) )
806 .Tooltip(
_(
"Assign a different footprint from the library" ) )
810 .Name(
"pcbnew.GlobalEdit.changeFootprints" )
812 .FriendlyName(
_(
"Change Footprints..." ) )
813 .Tooltip(
_(
"Assign different footprints from the library" ) )
817 .Name(
"pcbnew.GlobalEdit.swapLayers" )
819 .FriendlyName(
_(
"Swap Layers..." ) )
820 .Tooltip(
_(
"Move tracks or drawings from one layer to another" ) )
824 .Name(
"pcbnew.GlobalEdit.editTracksAndVias" )
826 .FriendlyName(
_(
"Edit Track & Via Properties..." ) )
827 .Tooltip(
_(
"Edit track and via properties globally across board" ) )
831 .Name(
"pcbnew.GlobalEdit.editTextAndGraphics" )
833 .FriendlyName(
_(
"Edit Text & Graphics Properties..." ) )
834 .Tooltip(
_(
"Edit Text and graphics properties globally across board" ) )
838 .Name(
"pcbnew.GlobalEdit.editTeardrops" )
840 .FriendlyName(
_(
"Edit Teardrops..." ) )
841 .Tooltip(
_(
"Add, remove or edit teardrops globally across board" ) )
845 .Name(
"pcbnew.GlobalEdit.globalDeletions" )
847 .FriendlyName(
_(
"Global Deletions..." ) )
848 .Tooltip(
_(
"Delete tracks, footprints and graphic items from board" ) )
852 .Name(
"pcbnew.GlobalEdit.cleanupTracksAndVias" )
854 .FriendlyName(
_(
"Cleanup Tracks & Vias..." ) )
855 .Tooltip(
_(
"Cleanup redundant items, shorting items, etc." ) )
859 .Name(
"pcbnew.GlobalEdit.cleanupGraphics" )
861 .FriendlyName(
_(
"Cleanup Graphics..." ) )
862 .Tooltip(
_(
"Cleanup redundant items, etc." ) )
868 .Name(
"pcbnew.MicrowaveTool.createGap" )
870 .FriendlyName(
_(
"Draw Microwave Gaps" ) )
871 .Tooltip(
_(
"Create gap of specified length for microwave applications" ) )
877 .Name(
"pcbnew.MicrowaveTool.createStub" )
879 .FriendlyName(
_(
"Draw Microwave Stubs" ) )
880 .Tooltip(
_(
"Create stub of specified length for microwave applications" ) )
886 .Name(
"pcbnew.MicrowaveTool.createStubArc" )
888 .FriendlyName(
_(
"Draw Microwave Arc Stubs" ) )
889 .Tooltip(
_(
"Create stub (arc) of specified size for microwave applications" ) )
895 .Name(
"pcbnew.MicrowaveTool.createFunctionShape" )
897 .FriendlyName(
_(
"Draw Microwave Polygonal Shapes" ) )
898 .Tooltip(
_(
"Create a microwave polygonal shape from a list of vertices" ) )
904 .Name(
"pcbnew.MicrowaveTool.createLine" )
906 .FriendlyName(
_(
"Draw Microwave Lines" ) )
907 .Tooltip(
_(
"Create line of specified length for microwave applications" ) )
915 .Name(
"pcbnew.PadTool.CopyPadSettings" )
917 .FriendlyName(
_(
"Copy Pad Properties to Default" ) )
918 .Tooltip(
_(
"Copy current pad's properties" ) )
922 .Name(
"pcbnew.PadTool.ApplyPadSettings" )
924 .FriendlyName(
_(
"Paste Default Pad Properties to Selected" ) )
925 .Tooltip(
_(
"Replace the current pad's properties with those copied earlier" ) )
929 .Name(
"pcbnew.PadTool.PushPadSettings" )
931 .FriendlyName(
_(
"Push Pad Properties to Other Pads..." ) )
932 .Tooltip(
_(
"Copy the current pad's properties to other pads" ) )
936 .Name(
"pcbnew.PadTool.enumeratePads" )
938 .FriendlyName(
_(
"Renumber Pads..." ) )
939 .Tooltip(
_(
"Renumber pads by clicking on them in the desired order" ) )
944 .Name(
"pcbnew.PadTool.placePad" )
946 .FriendlyName(
_(
"Add Pad" ) )
947 .Tooltip(
_(
"Add a pad" ) )
952 .Name(
"pcbnew.PadTool.explodePad" )
954 .DefaultHotkey(
MD_CTRL +
'E' )
955 .FriendlyName(
_(
"Edit Pad as Graphic Shapes" ) )
956 .Tooltip(
_(
"Ungroups a custom-shaped pad for editing as individual graphic shapes" ) )
960 .Name(
"pcbnew.PadTool.recombinePad" )
962 .DefaultHotkey(
MD_CTRL +
'E' )
963 .FriendlyName(
_(
"Finish Pad Edit" ) )
964 .Tooltip(
_(
"Regroups all touching graphic shapes into the edited pad" ) )
968 .Name(
"pcbnew.PadTool.defaultPadProperties" )
970 .FriendlyName(
_(
"Default Pad Properties..." ) )
971 .Tooltip(
_(
"Edit the pad properties used when creating new pads" ) )
979 .Name(
"pcbnew.ScriptingTool.pluginsShowFolder" )
982 .FriendlyName(
_(
"Reveal Plugin Folder in Finder" ) )
983 .Tooltip(
_(
"Reveals the plugins folder in a Finder window" ) )
985 .FriendlyName(
_(
"Open Plugin Directory" ) )
986 .Tooltip(
_(
"Opens the directory in the default system file manager" ) )
993 .Name(
"pcbnew.EditorControl.boardSetup" )
995 .FriendlyName(
_(
"Board Setup..." ) )
996 .Tooltip(
_(
"Edit board setup including layers, design rules and various defaults" ) )
1000 .Name(
"pcbnew.EditorControl.importNetlist" )
1002 .FriendlyName(
_(
"Import Netlist..." ) )
1003 .Tooltip(
_(
"Read netlist and update board connectivity" ) )
1007 .Name(
"pcbnew.EditorControl.importSpecctraSession" )
1009 .FriendlyName(
_(
"Import Specctra Session..." ) )
1010 .Tooltip(
_(
"Import routed Specctra session (*.ses) file" ) )
1014 .Name(
"pcbnew.EditorControl.exportSpecctraDSN" )
1016 .FriendlyName(
_(
"Export Specctra DSN..." ) )
1017 .Tooltip(
_(
"Export Specctra DSN routing info" ) )
1021 .Name(
"pcbnew.EditorControl.generateGerbers" )
1023 .FriendlyName(
_(
"Gerbers (.gbr)..." ) )
1024 .Tooltip(
_(
"Generate Gerbers for fabrication" ) )
1028 .Name(
"pcbnew.EditorControl.generateDrillFiles" )
1030 .FriendlyName(
_(
"Drill Files (.drl)..." ) )
1031 .Tooltip(
_(
"Generate Excellon drill file(s)" ) )
1035 .Name(
"pcbnew.EditorControl.generatePosFile" )
1037 .FriendlyName(
_(
"Component Placement (.pos, .gbr)..." ) )
1038 .Tooltip(
_(
"Generate component placement file(s) for pick and place" ) )
1042 .Name(
"pcbnew.EditorControl.generateReportFile" )
1044 .FriendlyName(
_(
"Footprint Report (.rpt)..." ) )
1045 .Tooltip(
_(
"Create report of all footprints from current board" ) )
1049 .Name(
"pcbnew.EditorControl.generateIPC2581File" )
1051 .FriendlyName(
_(
"IPC-2581 File (.xml)..." ) )
1052 .Tooltip(
_(
"Generate an IPC-2581 file" ) )
1056 .Name(
"pcbnew.EditorControl.generateODBPPFile" )
1058 .FriendlyName(
_(
"ODB++ Output File..." ) )
1059 .Tooltip(
_(
"Generate ODB++ output files" ) )
1063 .Name(
"pcbnew.EditorControl.generateD356File" )
1065 .FriendlyName(
_(
"IPC-D-356 Netlist File..." ) )
1066 .Tooltip(
_(
"Generate IPC-D-356 netlist file" ) )
1070 .Name(
"pcbnew.EditorControl.generateBOM" )
1072 .FriendlyName(
_(
"Bill of Materials..." ) )
1073 .Tooltip(
_(
"Create bill of materials from board" ) )
1078 .Name(
"pcbnew.EditorControl.trackWidthInc" )
1080 .DefaultHotkey(
'W' )
1081 .LegacyHotkeyName(
"Switch Track Width To Next" )
1082 .FriendlyName(
_(
"Switch Track Width to Next" ) )
1083 .Tooltip(
_(
"Change track width to next pre-defined size" ) ) );
1086 .Name(
"pcbnew.EditorControl.trackWidthDec" )
1089 .LegacyHotkeyName(
"Switch Track Width To Previous" )
1090 .FriendlyName(
_(
"Switch Track Width to Previous" ) )
1091 .Tooltip(
_(
"Change track width to previous pre-defined size" ) ) );
1094 .Name(
"pcbnew.EditorControl.viaSizeInc" )
1096 .DefaultHotkey(
'\'' )
1097 .LegacyHotkeyName(
"Increase Via Size" )
1098 .FriendlyName(
_(
"Increase Via Size" ) )
1099 .Tooltip(
_(
"Change via size to next pre-defined size" ) ) );
1102 .Name(
"pcbnew.EditorControl.viaSizeDec" )
1104 .DefaultHotkey(
'\\' )
1105 .LegacyHotkeyName(
"Decrease Via Size" )
1106 .FriendlyName(
_(
"Decrease Via Size" ) )
1107 .Tooltip(
_(
"Change via size to previous pre-defined size" ) ) );
1110 .Name(
"pcbnew.EditorControl.trackViaSizeChanged" )
1115 .Name(
"pcbnew.EditorControl.assignNetclass" )
1117 .FriendlyName(
_(
"Assign Netclass..." ) )
1118 .Tooltip(
_(
"Assign a netclass to nets matching a pattern" ) )
1122 .Name(
"pcbnew.EditorControl.zoneMerge" )
1124 .FriendlyName(
_(
"Merge Zones" ) ) );
1127 .Name(
"pcbnew.EditorControl.zoneDuplicate" )
1129 .FriendlyName(
_(
"Duplicate Zone onto Layer..." ) )
1133 .Name(
"pcbnew.EditorControl.placeFootprint" )
1135 .DefaultHotkey(
'A' )
1136 .LegacyHotkeyName(
"Add Footprint" )
1137 .FriendlyName(
_(
"Place Footprints" ) )
1140 .Parameter<FOOTPRINT*>(
nullptr ) );
1143 .Name(
"pcbnew.EditorControl.drillOrigin" )
1145 .FriendlyName(
_(
"Drill/Place File Origin" ) )
1146 .Tooltip(
_(
"Place origin point for drill files and component placement files" ) )
1151 .Name(
"pcbnew.EditorControl.drillResetOrigin" )
1153 .LegacyHotkeyName(
"Reset Drill Origin" )
1154 .FriendlyName(
_(
"Reset Drill Origin" ) ) );
1157 .Name(
"pcbnew.EditorControl.toggleLock" )
1159 .DefaultHotkey(
'L' )
1160 .LegacyHotkeyName(
"Lock/Unlock Footprint" )
1161 .FriendlyName(
_(
"Toggle Lock" ) )
1162 .Tooltip(
_(
"Lock or unlock selected items" ) )
1166 .Name(
"pcbnew.EditorControl.toggle45" )
1169 .FriendlyName(
_(
"Constrain to H, V, 45" ) )
1170 .Tooltip(
_(
"Limit actions to horizontal, vertical, or 45 degrees from the starting point" ) )
1174 .Name(
"pcbnew.EditorControl.lock" )
1176 .FriendlyName(
_(
"Lock" ) )
1177 .Tooltip(
_(
"Prevent items from being moved and/or resized on the canvas" ) )
1181 .Name(
"pcbnew.EditorControl.unlock" )
1183 .FriendlyName(
_(
"Unlock" ) )
1184 .Tooltip(
_(
"Allow items to be moved and/or resized on the canvas" ) )
1188 .Name(
"pcbnew.EditorControl.group" )
1190 .FriendlyName(
_(
"Group Items" ) )
1191 .Tooltip(
_(
"Group the selected items so that they are treated as a single item" ) )
1195 .Name(
"pcbnew.EditorControl.ungroup" )
1197 .FriendlyName(
_(
"Ungroup Items" ) )
1198 .Tooltip(
_(
"Ungroup any selected groups" ) )
1202 .Name(
"pcbnew.EditorControl.removeFromGroup" )
1204 .FriendlyName(
_(
"Remove Items" ) )
1205 .Tooltip(
_(
"Remove items from group" ) )
1209 .Name(
"pcbnew.EditorControl.groupEnter" )
1211 .FriendlyName(
_(
"Enter Group" ) )
1212 .Tooltip(
_(
"Enter the group to edit items" ) )
1216 .Name(
"pcbnew.EditorControl.groupLeave" )
1218 .FriendlyName(
_(
"Leave Group" ) )
1219 .Tooltip(
_(
"Leave the current group" ) )
1223 .Name(
"pcbnew.EditorControl.appendBoard" )
1225 .FriendlyName(
_(
"Append Board..." ) )
1226 .Tooltip(
_(
"Open another board and append its contents to this board" ) )
1230 .Name(
"pcbnew.EditorControl.highlightNet" )
1232 .DefaultHotkey(
'`' )
1234 .LegacyHotkeyName(
"Toggle Highlight of Selected Net (Modern Toolset only)" )
1235 .FriendlyName(
_(
"Highlight Net" ) )
1236 .Tooltip(
_(
"Highlight net under cursor" ) )
1238 .Parameter<int>( 0 ) );
1241 .Name(
"pcbnew.EditorControl.toggleLastNetHighlight" )
1243 .FriendlyName(
_(
"Toggle Last Net Highlight" ) )
1244 .Tooltip(
_(
"Toggle between last two highlighted nets" ) )
1245 .Parameter<int>( 0 ) );
1248 .Name(
"pcbnew.EditorControl.clearHighlight" )
1250 .DefaultHotkey(
'~' )
1251 .FriendlyName(
_(
"Clear Net Highlighting" ) ) );
1254 .Name(
"pcbnew.EditorControl.toggleNetHighlight" )
1256 .DefaultHotkey(
MD_ALT +
'`' )
1257 .FriendlyName(
_(
"Toggle Net Highlight" ) )
1259 .Parameter<int>( 0 ) );
1262 .Name(
"pcbnew.EditorControl.highlightNetSelection" )
1264 .FriendlyName(
_(
"Highlight Net" ) )
1265 .Tooltip(
_(
"Highlight all copper items on the selected net(s)" ) )
1267 .Parameter<int>( 0 ) );
1270 .Name(
"pcbnew.EditorControl.highlightItem" )
1274 .Name(
"pcbnew.EditorControl.hideNet" )
1276 .FriendlyName(
_(
"Hide Net in Ratsnest" ) )
1277 .Tooltip(
_(
"Hide the selected net in the ratsnest of unconnected net lines/arcs" ) )
1279 .Parameter<int>( 0 ) );
1282 .Name(
"pcbnew.EditorControl.showNet" )
1284 .FriendlyName(
_(
"Show Net in Ratsnest" ) )
1285 .Tooltip(
_(
"Show the selected net in the ratsnest of unconnected net lines/arcs" ) )
1287 .Parameter<int>( 0 ) );
1290 .Name(
"pcbnew.EditorControl.showEeschema" )
1292 .FriendlyName(
_(
"Switch to Schematic Editor" ) )
1293 .Tooltip(
_(
"Open schematic in schematic editor" ) )
1301 .Name(
"pcbnew.Control.localRatsnestTool" )
1303 .FriendlyName(
_(
"Local Ratsnest" ) )
1304 .Tooltip(
_(
"Toggle ratsnest display of selected item(s)" ) )
1309 .Name(
"pcbnew.Control.hideDynamicRatsnest" )
1313 .Name(
"pcbnew.Control.updateLocalRatsnest" )
1318 .Name(
"pcbnew.Control.showPythonConsole" )
1320 .FriendlyName(
_(
"Scripting Console" ) )
1321 .Tooltip(
_(
"Show the Python scripting console" ) )
1325 .Name(
"pcbnew.Control.showLayersManager" )
1327 .FriendlyName(
_(
"Appearance" ) )
1328 .Tooltip(
_(
"Show/hide the appearance manager" ) )
1332 .Name(
"pcbnew.Control.showNetInspector" )
1334 .FriendlyName(
_(
"Net Inspector" ) )
1335 .Tooltip(
_(
"Show/hide the net inspector" ) )
1340 _(
"Zone Manager" ),
1341 _(
"Show the zone manager dialog" ),
1345 .Name(
"pcbnew.Control.flipBoard" )
1347 .FriendlyName(
_(
"Flip Board View" ) )
1348 .Tooltip(
_(
"View board from the opposite side" ) )
1353 .Name(
"pcbnew.Control.showRatsnest" )
1355 .FriendlyName(
_(
"Show Ratsnest" ) )
1356 .Tooltip(
_(
"Show lines/arcs representing missing connections on the board" ) )
1360 .Name(
"pcbnew.Control.ratsnestLineMode" )
1362 .FriendlyName(
_(
"Curved Ratsnest Lines" ) )
1363 .Tooltip(
_(
"Show ratsnest with curved lines" ) )
1367 .Name(
"pcbnew.Control.ratsnestModeCycle" )
1369 .FriendlyName(
_(
"Ratsnest Mode (3-state)" ) )
1370 .Tooltip(
_(
"Cycle between showing ratsnests for all layers, just visible layers, and none" ) ) );
1373 .Name(
"pcbnew.Control.netColorMode" )
1375 .FriendlyName(
_(
"Net Color Mode (3-state)" ) )
1376 .Tooltip(
_(
"Cycle between using net and netclass colors for all nets, just ratsnests, and none" ) ) );
1379 .Name(
"pcbnew.Control.trackDisplayMode" )
1381 .DefaultHotkey(
'K' )
1382 .LegacyHotkeyName(
"Track Display Mode" )
1383 .FriendlyName(
_(
"Sketch Tracks" ) )
1384 .Tooltip(
_(
"Show tracks in outline mode" ) )
1388 .Name(
"pcbnew.Control.padDisplayMode" )
1390 .FriendlyName(
_(
"Sketch Pads" ) )
1391 .Tooltip(
_(
"Show pads in outline mode" ) )
1395 .Name(
"pcbnew.Control.viaDisplayMode" )
1397 .FriendlyName(
_(
"Sketch Vias" ) )
1398 .Tooltip(
_(
"Show vias in outline mode" ) )
1402 .Name(
"pcbnew.Control.graphicOutlines" )
1404 .FriendlyName(
_(
"Sketch Graphic Items" ) )
1405 .Tooltip(
_(
"Show graphic items in outline mode" ) )
1409 .Name(
"pcbnew.Control.textOutlines" )
1411 .FriendlyName(
_(
"Sketch Text Items" ) )
1412 .Tooltip(
_(
"Show footprint texts in line mode" ) )
1416 .Name(
"pcbnew.Control.showPadNumbers" )
1418 .FriendlyName(
_(
"Show Pad Numbers" ) )
1422 .Name(
"pcbnew.Control.zoneDisplayEnable" )
1424 .FriendlyName(
_(
"Draw Zone Fills" ) )
1425 .Tooltip(
_(
"Show filled areas of zones" ) )
1429 .Name(
"pcbnew.Control.zoneDisplayDisable" )
1431 .FriendlyName(
_(
"Draw Zone Outlines" ) )
1432 .Tooltip(
_(
"Show only zone boundaries" ) )
1436 .Name(
"pcbnew.Control.zoneDisplayOutlines" )
1438 .FriendlyName(
_(
"Draw Zone Fill Fracture Borders" ) )
1442 .Name(
"pcbnew.Control.zoneDisplayTesselation" )
1444 .FriendlyName(
_(
"Draw Zone Fill Triangulation" ) )
1448 .Name(
"pcbnew.Control.zoneDisplayToggle" )
1450 .FriendlyName(
_(
"Toggle Zone Display" ) )
1451 .Tooltip(
_(
"Cycle between showing zone fills and just their outlines" ) )
1494 default:
return nullptr;
1502 static TOOL_ACTION_GROUP s_toolActionGroup(
"pcbnew.Control.DirectLayerActions" );
1503 return s_toolActionGroup;
1507 .Name(
"pcbnew.Control.layerTop" )
1510 .DefaultHotkey( WXK_PAGEUP )
1511 .LegacyHotkeyName(
"Switch to Component (F.Cu) layer" )
1512 .FriendlyName(
_(
"Switch to Component (F.Cu) layer" ) )
1514 .Parameter(
F_Cu ) );
1517 .Name(
"pcbnew.Control.layerInner1" )
1520 .LegacyHotkeyName(
"Switch to Inner layer 1" )
1521 .FriendlyName(
_(
"Switch to Inner Layer 1" ) )
1526 .Name(
"pcbnew.Control.layerInner2" )
1529 .LegacyHotkeyName(
"Switch to Inner layer 2" )
1530 .FriendlyName(
_(
"Switch to Inner Layer 2" ) )
1535 .Name(
"pcbnew.Control.layerInner3" )
1538 .LegacyHotkeyName(
"Switch to Inner layer 3" )
1539 .FriendlyName(
_(
"Switch to Inner Layer 3" ) )
1544 .Name(
"pcbnew.Control.layerInner4" )
1547 .LegacyHotkeyName(
"Switch to Inner layer 4" )
1548 .FriendlyName(
_(
"Switch to Inner Layer 4" ) )
1553 .Name(
"pcbnew.Control.layerInner5" )
1556 .LegacyHotkeyName(
"Switch to Inner layer 5" )
1557 .FriendlyName(
_(
"Switch to Inner Layer 5" ) )
1562 .Name(
"pcbnew.Control.layerInner6" )
1565 .LegacyHotkeyName(
"Switch to Inner layer 6" )
1566 .FriendlyName(
_(
"Switch to Inner Layer 6" ) )
1571 .Name(
"pcbnew.Control.layerInner7" )
1574 .FriendlyName(
_(
"Switch to Inner Layer 7" ) )
1579 .Name(
"pcbnew.Control.layerInner8" )
1582 .FriendlyName(
_(
"Switch to Inner Layer 8" ) )
1587 .Name(
"pcbnew.Control.layerInner9" )
1590 .FriendlyName(
_(
"Switch to Inner Layer 9" ) )
1595 .Name(
"pcbnew.Control.layerInner10" )
1598 .FriendlyName(
_(
"Switch to Inner Layer 10" ) )
1603 .Name(
"pcbnew.Control.layerInner11" )
1606 .FriendlyName(
_(
"Switch to Inner Layer 11" ) )
1611 .Name(
"pcbnew.Control.layerInner12" )
1614 .FriendlyName(
_(
"Switch to Inner Layer 12" ) )
1619 .Name(
"pcbnew.Control.layerInner13" )
1622 .FriendlyName(
_(
"Switch to Inner Layer 13" ) )
1627 .Name(
"pcbnew.Control.layerInner14" )
1630 .FriendlyName(
_(
"Switch to Inner Layer 14" ) )
1635 .Name(
"pcbnew.Control.layerInner15" )
1638 .FriendlyName(
_(
"Switch to Inner Layer 15" ) )
1643 .Name(
"pcbnew.Control.layerInner16" )
1646 .FriendlyName(
_(
"Switch to Inner Layer 16" ) )
1651 .Name(
"pcbnew.Control.layerInner17" )
1654 .FriendlyName(
_(
"Switch to Inner Layer 17" ) )
1659 .Name(
"pcbnew.Control.layerInner18" )
1662 .FriendlyName(
_(
"Switch to Inner Layer 18" ) )
1667 .Name(
"pcbnew.Control.layerInner19" )
1670 .FriendlyName(
_(
"Switch to Inner Layer 19" ) )
1675 .Name(
"pcbnew.Control.layerInner20" )
1678 .FriendlyName(
_(
"Switch to Inner Layer 20" ) )
1683 .Name(
"pcbnew.Control.layerInner21" )
1686 .FriendlyName(
_(
"Switch to Inner Layer 21" ) )
1691 .Name(
"pcbnew.Control.layerInner22" )
1694 .FriendlyName(
_(
"Switch to Inner Layer 22" ) )
1699 .Name(
"pcbnew.Control.layerInner23" )
1702 .FriendlyName(
_(
"Switch to Inner Layer 23" ) )
1707 .Name(
"pcbnew.Control.layerInner24" )
1710 .FriendlyName(
_(
"Switch to Inner Layer 24" ) )
1715 .Name(
"pcbnew.Control.layerInner25" )
1718 .FriendlyName(
_(
"Switch to Inner Layer 25" ) )
1723 .Name(
"pcbnew.Control.layerInner26" )
1726 .FriendlyName(
_(
"Switch to Inner Layer 26" ) )
1731 .Name(
"pcbnew.Control.layerInner27" )
1734 .FriendlyName(
_(
"Switch to Inner Layer 27" ) )
1739 .Name(
"pcbnew.Control.layerInner28" )
1742 .FriendlyName(
_(
"Switch to Inner Layer 28" ) )
1747 .Name(
"pcbnew.Control.layerInner29" )
1750 .FriendlyName(
_(
"Switch to Inner Layer 29" ) )
1755 .Name(
"pcbnew.Control.layerInner30" )
1758 .FriendlyName(
_(
"Switch to Inner Layer 30" ) )
1763 .Name(
"pcbnew.Control.layerBottom" )
1766 .DefaultHotkey( WXK_PAGEDOWN )
1767 .LegacyHotkeyName(
"Switch to Copper (B.Cu) layer" )
1768 .FriendlyName(
_(
"Switch to Copper (B.Cu) Layer" ) )
1770 .Parameter(
B_Cu ) );
1773 .Name(
"pcbnew.Control.layerNext" )
1775 .DefaultHotkey(
'+' )
1776 .LegacyHotkeyName(
"Switch to Next Layer" )
1777 .FriendlyName(
_(
"Switch to Next Layer" ) )
1781 .Name(
"pcbnew.Control.layerPrev" )
1783 .DefaultHotkey(
'-' )
1784 .LegacyHotkeyName(
"Switch to Previous Layer" )
1785 .FriendlyName(
_(
"Switch to Previous Layer" ) )
1789 .Name(
"pcbnew.Control.layerToggle" )
1791 .DefaultHotkey(
'V' )
1792 .LegacyHotkeyName(
"Add Through Via" )
1793 .FriendlyName(
_(
"Toggle Layer" ) )
1794 .Tooltip(
_(
"Switch between layers in active layer pair" ) )
1798 .Name(
"pcbnew.Control.layerAlphaInc" )
1800 .DefaultHotkey(
'}' )
1802 .LegacyHotkeyName(
"Increment Layer Transparency (Modern Toolset only)" )
1803 .FriendlyName(
_(
"Increase Layer Opacity" ) )
1804 .Tooltip(
_(
"Make the current layer less transparent" ) )
1808 .Name(
"pcbnew.Control.layerAlphaDec" )
1810 .DefaultHotkey(
'{' )
1812 .LegacyHotkeyName(
"Decrement Layer Transparency (Modern Toolset only)" )
1813 .FriendlyName(
_(
"Decrease Layer Opacity" ) )
1814 .Tooltip(
_(
"Make the current layer more transparent" ) )
1818 .Name(
"pcbnew.Control.layerPairPresetCycle" )
1821 .FriendlyName(
_(
"Cycle Layer Pair Presets" ) )
1822 .Tooltip(
_(
"Cycle between preset layer pairs" ) ) );
1825 .Name(
"pcbnew.Control.layerChanged" )
1831 .Name(
"pcbnew.InspectionTool.ShowBoardStatistics" )
1833 .FriendlyName(
_(
"Show Board Statistics" ) )
1834 .Tooltip(
_(
"Shows board statistics" ) ) );
1837 .Name(
"pcbnew.InspectionTool.InspectClearance" )
1839 .FriendlyName(
_(
"Clearance Resolution" ) )
1840 .Tooltip(
_(
"Show clearance resolution for the active layer between two selected objects" ) )
1844 .Name(
"pcbnew.InspectionTool.InspectConstraints" )
1846 .FriendlyName(
_(
"Constraints Resolution" ) )
1847 .Tooltip(
_(
"Show constraints resolution for the selected object" ) )
1851 .Name(
"pcbnew.InspectionTool.DiffFootprint" )
1853 .FriendlyName(
_(
"Compare Footprint with Library" ) )
1854 .Tooltip(
_(
"Show differences between board footprint and its library equivalent" ) )
1858 .Name(
"pcbnew.InspectionTool.ShowFootprintAssociations" )
1860 .FriendlyName(
_(
"Show Footprint Associations" ) )
1861 .Tooltip(
_(
"Show footprint library and schematic symbol associations" ) )
1866 .Name(
"pcbnew.ReannotateTool.ShowReannotateDialog" )
1868 .FriendlyName(
_(
"Geographical Reannotate..." ) )
1869 .Tooltip(
_(
"Reannotate PCB in geographical order" ) )
1873 .Name(
"pcbnew.Control.repairBoard" )
1875 .FriendlyName(
_(
"Repair Board" ) )
1876 .Tooltip(
_(
"Run various diagnostics and attempt to repair board" ) )
1878 .Parameter(
false ) );
1881 .Name(
"pcbnew.ModuleEditor.repairFootprint" )
1883 .FriendlyName(
_(
"Repair Footprint" ) )
1884 .Tooltip(
_(
"Run various diagnostics and attempt to repair footprint" ) ) );
1890 .Name(
"pcbnew.AlignAndDistribute.alignTop" )
1892 .FriendlyName(
_(
"Align to Top" ) )
1893 .Tooltip(
_(
"Aligns selected items to the top edge of the item under the cursor" ) )
1897 .Name(
"pcbnew.AlignAndDistribute.alignBottom" )
1899 .FriendlyName(
_(
"Align to Bottom" ) )
1900 .Tooltip(
_(
"Aligns selected items to the bottom edge of the item under the cursor" ) )
1904 .Name(
"pcbnew.AlignAndDistribute.alignLeft" )
1906 .FriendlyName(
_(
"Align to Left" ) )
1907 .Tooltip(
_(
"Aligns selected items to the left edge of the item under the cursor" ) )
1911 .Name(
"pcbnew.AlignAndDistribute.alignRight" )
1913 .FriendlyName(
_(
"Align to Right" ) )
1914 .Tooltip(
_(
"Aligns selected items to the right edge of the item under the cursor" ) )
1918 .Name(
"pcbnew.AlignAndDistribute.alignCenterY" )
1920 .FriendlyName(
_(
"Align to Vertical Center" ) )
1921 .Tooltip(
_(
"Aligns selected items to the vertical center of the item under the cursor" ) )
1925 .Name(
"pcbnew.AlignAndDistribute.alignCenterX" )
1927 .FriendlyName(
_(
"Align to Horizontal Center" ) )
1928 .Tooltip(
_(
"Aligns selected items to the horizontal center of the item under the cursor" ) )
1932 .Name(
"pcbnew.AlignAndDistribute.distributeHorizontallyCenters" )
1934 .FriendlyName(
_(
"Distribute Horizontally by Centers" ) )
1935 .Tooltip(
_(
"Distributes selected items between the left-most item and the right-most item"
1936 "so that the item centers are equally distributed" ) )
1940 .Name(
"pcbnew.AlignAndDistribute.distributeHorizontallyGaps" )
1942 .FriendlyName(
_(
"Distribute Horizontally with Even Gaps" ) )
1943 .Tooltip(
_(
"Distributes selected items between the left-most item and the right-most item "
1944 "so that the gaps between items are equal" ) )
1948 .Name(
"pcbnew.AlignAndDistribute.distributeVerticallyGaps" )
1950 .FriendlyName(
_(
"Distribute Vertically with Even Gaps" ) )
1951 .Tooltip(
_(
"Distributes selected items between the top-most item and the bottom-most item "
1952 "so that the gaps between items are equal" ) )
1956 .Name(
"pcbnew.AlignAndDistribute.distributeVerticallyCenters" )
1958 .FriendlyName(
_(
"Distribute Vertically by Centers" ) )
1959 .Tooltip(
_(
"Distributes selected items between the top-most item and the bottom-most item "
1960 "so that the item centers are equally distributed" ) )
1966 .Name(
"pcbnew.PointEditor.addCorner" )
1969 .DefaultHotkey( WXK_F1 )
1971 .DefaultHotkey( WXK_INSERT )
1973 .FriendlyName(
_(
"Create Corner" ) )
1974 .Tooltip(
_(
"Create a corner" ) )
1978 .Name(
"pcbnew.PointEditor.removeCorner" )
1980 .FriendlyName(
_(
"Remove Corner" ) )
1981 .Tooltip(
_(
"Remove corner" ) )
1985 .Name(
"pcbnew.PointEditor.chamferCorner" )
1987 .FriendlyName(
_(
"Chamfer Corner" ) )
1988 .Tooltip(
_(
"Chamfer corner" ) )
1992 .Name(
"pcbnew.PointEditor.arcKeepCenter" )
1994 .FriendlyName(
_(
"Keep Arc Center, Adjust Radius" ) )
1995 .Tooltip(
_(
"Switch arc editing mode to keep center, adjust radius and endpoints" ) )
1999 .Name(
"pcbnew.PointEditor.arcKeepEndpoint" )
2001 .FriendlyName(
_(
"Keep Arc Endpoints or Direction of Starting Point" ) )
2002 .Tooltip(
_(
"Switch arc editing mode to keep endpoints, or to keep direction of the other point" ) )
2009 .Name(
"pcbnew.Groups.groupProperties" )
2013 .Name(
"pcbnew.Groups.selectNewGroupMember" )
2021 .Name(
"pcbnew.PositionRelative.positionRelative" )
2024 .LegacyHotkeyName(
"Position Item Relative" )
2025 .FriendlyName(
_(
"Position Relative To..." ) )
2026 .Tooltip(
_(
"Positions the selected item(s) by an exact amount relative to another" ) )
2030 .Name(
"pcbnew.PositionRelative.positionRelativeInteractively" )
2032 .FriendlyName(
_(
"Position Interactively..." ) )
2033 .Tooltip(
_(
"Positions the selected item(s) by an exact amount relative to another, interactively" ) )
2039 .Name(
"pcbnew.Picker.selectItemInteractively" )
2041 .Parameter<PCB_PICKER_TOOL::INTERACTIVE_PARAMS>( {} ) );
2044 .Name(
"pcbnew.Picker.selectPointInteractively" )
2046 .Parameter<PCB_PICKER_TOOL::INTERACTIVE_PARAMS>( {} ));
2052 .Name(
"pcbnew.InteractiveSelection" )
2058 .Name(
"pcbnew.InteractiveSelection.Cursor" )
2060 .Parameter<CLIENT_SELECTION_FILTER>(
nullptr ) );
2063 .Name(
"pcbnew.InteractiveSelection.SelectItem" )
2067 .Name(
"pcbnew.InteractiveSelection.SelectItems" )
2071 .Name(
"pcbnew.InteractiveSelection.UnselectItem" )
2075 .Name(
"pcbnew.InteractiveSelection.UnselectItems" )
2079 .Name(
"pcbnew.InteractiveSelection.ReselectItem" )
2083 .Name(
"pcbnew.InteractiveSelection.Clear" )
2087 .Name(
"pcbnew.InteractiveSelection.SelectionMenu" )
2091 .Name(
"pcbnew.InteractiveSelection.SelectConnection" )
2093 .DefaultHotkey(
'U' )
2094 .LegacyHotkeyName(
"Select Single Track" )
2095 .FriendlyName(
_(
"Select/Expand Connection" ) )
2096 .Tooltip(
_(
"Selects a connection or expands an existing selection to junctions, pads, or entire connections" ) )
2100 .Name(
"pcbnew.InteractiveSelection.unrouteSelected" )
2102 .FriendlyName(
_(
"Unroute Selected" ) )
2103 .Tooltip(
_(
"Unroutes selected items to the nearest pad." ) )
2107 .Name(
"pcbnew.InteractiveSelection.SyncSelection" )
2111 .Name(
"pcbnew.InteractiveSelection.SyncSelectionWithNets" )
2115 .Name(
"pcbnew.InteractiveSelection.SelectNet" )
2117 .FriendlyName(
_(
"Select All Tracks in Net" ) )
2118 .Tooltip(
_(
"Selects all tracks & vias belonging to the same net." ) )
2119 .Parameter<int>( 0 ) );
2122 .Name(
"pcbnew.InteractiveSelection.DeselectNet" )
2124 .FriendlyName(
_(
"Deselect All Tracks in Net" ) )
2125 .Tooltip(
_(
"Deselects all tracks & vias belonging to the same net." ) )
2126 .Parameter<int>( 0 ) );
2129 .Name(
"pcbnew.InteractiveSelection.SelectUnconnected" )
2131 .DefaultHotkey(
'O' )
2132 .FriendlyName(
_(
"Select All Unconnected Footprints" ) )
2133 .Tooltip(
_(
"Selects all unconnected footprints belonging to each selected net." ) ) );
2136 .Name(
"pcbnew.InteractiveSelection.GrabUnconnected" )
2139 .FriendlyName(
_(
"Grab Nearest Unconnected Footprints" ) )
2140 .Tooltip(
_(
"Selects and initiates moving the nearest unconnected footprint on each selected net." ) ) );
2143 .Name(
"pcbnew.InteractiveSelection.SelectOnSheet" )
2145 .FriendlyName(
_(
"Sheet" ) )
2146 .Tooltip(
_(
"Selects all footprints and tracks in the schematic sheet" ) )
2150 .Name(
"pcbnew.InteractiveSelection.SelectSameSheet" )
2152 .FriendlyName(
_(
"Items in Same Hierarchical Sheet" ) )
2153 .Tooltip(
_(
"Selects all footprints and tracks in the same schematic sheet" ) )
2157 .Name(
"pcbnew.InteractiveSelection.SelectOnSchematic" )
2159 .FriendlyName(
_(
"Select on Schematic" ) )
2160 .Tooltip(
_(
"Selects corresponding items in Schematic editor" ) )
2164 .Name(
"pcbnew.InteractiveSelection.FilterSelection" )
2166 .FriendlyName(
_(
"Filter Selected Items..." ) )
2167 .Tooltip(
_(
"Remove items from the selection by type" ) )
2174 .Name(
"pcbnew.ZoneFiller.zoneFill" )
2176 .FriendlyName(
_(
"Draft Fill Selected Zone(s)" ) )
2177 .Tooltip(
_(
"Update copper fill of selected zone(s) without regard to other interacting zones" ) )
2179 .Parameter<ZONE*>(
nullptr ) );
2182 .Name(
"pcbnew.ZoneFiller.zoneFillAll" )
2184 .DefaultHotkey(
'B' )
2185 .LegacyHotkeyName(
"Fill or Refill All Zones" )
2186 .FriendlyName(
_(
"Fill All Zones" ) )
2187 .Tooltip(
_(
"Update copper fill of all zones" ) )
2191 .Name(
"pcbnew.ZoneFiller.zoneFillDirty" )
2195 .Name(
"pcbnew.ZoneFiller.zoneUnfill" )
2197 .FriendlyName(
_(
"Unfill Selected Zone(s)" ) )
2198 .Tooltip(
_(
"Remove copper fill from selected zone(s)" ) )
2202 .Name(
"pcbnew.ZoneFiller.zoneUnfillAll" )
2204 .DefaultHotkey(
MD_CTRL +
'B' )
2205 .LegacyHotkeyName(
"Remove Filled Areas in All Zones" )
2206 .FriendlyName(
_(
"Unfill All Zones" ) )
2207 .Tooltip(
_(
"Remove copper fill from all zones" ) )
2214 .Name(
"pcbnew.Autoplacer.autoplaceSelected" )
2216 .FriendlyName(
_(
"Place Selected Footprints" ) )
2217 .Tooltip(
_(
"Performs automatic placement of selected components" ) ) );
2220 .Name(
"pcbnew.Autoplacer.autoplaceOffboard" )
2222 .FriendlyName(
_(
"Place Off-Board Footprints" ) )
2223 .Tooltip(
_(
"Performs automatic placement of components outside board area" ) ) );
2226 .Name(
"pcbnew.Multichannel.generatePlacementRuleAreas" )
2228 .FriendlyName(
_(
"Generate Placement Rule Areas" ) )
2229 .Tooltip(
"Generates Placement Areas in easy way" )
2234 .Name(
"pcbnew.Multichannel.repeatLayout" )
2236 .FriendlyName(
_(
"Repeat Layout" ) )
2237 .Tooltip(
"Clones placement & routing across multiple identical channels" )
2244 .Name(
"pcbnew.InteractiveRouter.SingleTrack" )
2246 .DefaultHotkey(
'X' )
2247 .LegacyHotkeyName(
"Add New Track" )
2248 .FriendlyName(
_(
"Route Single Track" ) )
2249 .Tooltip(
_(
"Route tracks" ) )
2255 .Name(
"pcbnew.InteractiveRouter.DiffPair" )
2257 .DefaultHotkey(
'6' )
2259 .LegacyHotkeyName(
"Route Differential Pair (Modern Toolset only)" )
2260 .FriendlyName(
_(
"Route Differential Pair" ) )
2261 .Tooltip(
_(
"Route differential pairs" ) )
2267 .Name(
"pcbnew.InteractiveRouter.SettingsDialog" )
2269 .DefaultHotkey(
MD_CTRL +
'<' )
2270 .LegacyHotkeyName(
"Routing Options" )
2271 .FriendlyName(
_(
"Interactive Router Settings..." ) )
2272 .Tooltip(
_(
"Open Interactive Router settings" ) )
2276 .Name(
"pcbnew.InteractiveRouter.DiffPairDialog" )
2278 .FriendlyName(
_(
"Differential Pair Dimensions..." ) )
2279 .Tooltip(
_(
"Open Differential Pair Dimension settings" ) )
2283 .Name(
"pcbnew.InteractiveRouter.HighlightMode" )
2285 .FriendlyName(
_(
"Router Highlight Mode" ) )
2286 .Tooltip(
_(
"Switch router to highlight mode" ) )
2291 .Name(
"pcbnew.InteractiveRouter.ShoveMode" )
2293 .FriendlyName(
_(
"Router Shove Mode" ) )
2294 .Tooltip(
_(
"Switch router to shove mode" ) )
2299 .Name(
"pcbnew.InteractiveRouter.WalkaroundMode" )
2301 .FriendlyName(
_(
"Router Walkaround Mode" ) )
2302 .Tooltip(
_(
"Switch router to walkaround mode" ) )
2307 .Name(
"pcbnew.InteractiveRouter.CycleRouterMode" )
2309 .FriendlyName(
_(
"Cycle Router Mode" ) )
2310 .Tooltip(
_(
"Cycle router to the next mode" ) ) );
2313 .Name(
"pcbnew.InteractiveRouter.SelectLayerPair" )
2315 .FriendlyName(
_(
"Set Layer Pair..." ) )
2316 .Tooltip(
_(
"Change active layer pair for routing" ) )
2321 .Name(
"pcbnew.LengthTuner.TuneSingleTrack" )
2323 .DefaultHotkey(
'7' )
2325 .LegacyHotkeyName(
"Tune Single Track (Modern Toolset only)" )
2326 .FriendlyName(
_(
"Tune Length of a Single Track" ) )
2332 .Name(
"pcbnew.LengthTuner.TuneDiffPair" )
2334 .DefaultHotkey(
'8' )
2336 .LegacyHotkeyName(
"Tune Differential Pair Length (Modern Toolset only)" )
2337 .FriendlyName(
_(
"Tune Length of a Differential Pair" ) )
2343 .Name(
"pcbnew.LengthTuner.TuneDiffPairSkew" )
2345 .DefaultHotkey(
'9' )
2347 .LegacyHotkeyName(
"Tune Differential Pair Skew (Modern Toolset only)" )
2348 .FriendlyName(
_(
"Tune Skew of a Differential Pair" ) )
2354 .Name(
"pcbnew.InteractiveRouter.InlineDrag" )
2359 .Name(
"pcbnew.InteractiveRouter.UndoLastSegment" )
2361 .DefaultHotkey( WXK_BACK )
2362 .FriendlyName(
_(
"Undo Last Segment" ) )
2363 .Tooltip(
_(
"Walks the current track back one segment." ) ) );
2366 .Name(
"pcbnew.InteractiveRouter.ContinueFromEnd" )
2368 .DefaultHotkey(
MD_CTRL +
'E' )
2369 .FriendlyName(
_(
"Route From Other End" ) )
2370 .Tooltip(
_(
"Commits current segments and starts next segment from nearest ratsnest end." ) ) );
2373 .Name(
"pcbnew.InteractiveRouter.AttemptFinish" )
2375 .DefaultHotkey(
'F' )
2376 .FriendlyName(
_(
"Attempt Finish" ) )
2377 .Tooltip(
_(
"Attempts to complete current route to nearest ratsnest end." ) )
2378 .Parameter<bool*>(
nullptr ) );
2381 .Name(
"pcbnew.InteractiveRouter.RouteSelected" )
2384 .FriendlyName(
_(
"Route Selected" ) )
2385 .Tooltip(
_(
"Sequentially route selected items from ratsnest anchor." ) )
2390 .Name(
"pcbnew.InteractiveRouter.RouteSelectedFromEnd" )
2393 .FriendlyName(
_(
"Route Selected From Other End" ) )
2394 .Tooltip(
_(
"Sequentially route selected items from other end of ratsnest anchor." ) )
2399 .Name(
"pcbnew.InteractiveRouter.Autoroute" )
2402 .FriendlyName(
_(
"Attempt Finish Selected (Autoroute)" ) )
2403 .Tooltip(
_(
"Sequentially attempt to automatically route all selected pads." ) )
2408 .Name(
"pcbnew.InteractiveRouter.BreakTrack" )
2410 .FriendlyName(
_(
"Break Track" ) )
2411 .Tooltip(
_(
"Splits the track segment into two segments connected at the cursor position." ) )
2415 .Name(
"pcbnew.InteractiveRouter.Drag45Degree" )
2417 .DefaultHotkey(
'D' )
2418 .LegacyHotkeyName(
"Drag Track Keep Slope" )
2419 .FriendlyName(
_(
"Drag 45 Degree Mode" ) )
2420 .Tooltip(
_(
"Drags the track segment while keeping connected tracks at 45 degrees." ) )
2424 .Name(
"pcbnew.InteractiveRouter.DragFreeAngle" )
2426 .DefaultHotkey(
'G' )
2427 .LegacyHotkeyName(
"Drag Item" )
2428 .FriendlyName(
_(
"Drag Free Angle" ) )
2429 .Tooltip(
_(
"Drags the nearest joint in the track without restricting the track angle." ) )
2437 .Name(
"pcbnew.Generator.regenerateAllTuning" )
2439 .FriendlyName(
_(
"Update All Tuning Patterns" ) )
2440 .Tooltip(
_(
"Attempt to re-tune existing tuning patterns within their bounds" ) )
2442 .Parameter( wxString( wxS(
"tuning_pattern" ) ) ) );
2445 .Name(
"pcbnew.Generator.regenerateAll" )
2447 .FriendlyName(
_(
"Rebuild All Generators" ) )
2448 .Tooltip(
_(
"Rebuilds geometry of all generators" ) )
2450 .Parameter( wxString( wxS(
"*" ) ) ) );
2453 .Name(
"pcbnew.Generator.regenerateSelected" )
2455 .FriendlyName(
_(
"Rebuild Selected Generators" ) )
2456 .Tooltip(
_(
"Rebuilds geometry of selected generator(s)" ) )
2461 .Name(
"pcbnew.Generator.genStartEdit" )
2465 .Name(
"pcbnew.Generator.genUpdateEdit" )
2469 .Name(
"pcbnew.Generator.genPushEdit" )
2473 .Name(
"pcbnew.Generator.genRevertEdit" )
2477 .Name(
"pcbnew.Generator.genRemove" )
2482 .Name(
"pcbnew.Generator.showManager" )
2484 .FriendlyName(
_(
"Generators Manager" ) )
2485 .Tooltip(
_(
"Show a manager dialog for Generator objects" ) )
2492 .Name(
"pcbnew.LengthTuner.Settings" )
2494 .DefaultHotkey(
MD_CTRL +
'L' )
2496 .LegacyHotkeyName(
"Length Tuning Settings (Modern Toolset only)" )
2497 .MenuText(
_(
"Length Tuning Settings..." ) )
2498 .Tooltip(
_(
"Displays tuning pattern properties dialog" ) )
2502 .Name(
"pcbnew.Control.DdAppendBoard" )
2507 .Name(
"pcbnew.Control.ddImportFootprint" )
2511 "common.Interactive.snappingModeChangedByKey" );
2514 "pcbnew.Control.layerPairPresetChangedByKey" );
@ KEEP_ENDPOINTS_OR_START_DIRECTION
@ KEEP_CENTER_ADJUST_ANGLE_RADIUS
@ 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 placeText
static TOOL_ACTION layerInner8
static TOOL_ACTION swapLayers
static TOOL_ACTION zonesManager
static TOOL_ACTION generateBOM
static TOOL_ACTION pointEditorArcKeepCenter
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 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 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 selectionCursor
Select a single item under the cursor position.
static TOOL_ACTION generateD356File
static TOOL_ACTION groupLeave
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 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 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 unselectItem
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 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 selectionClear
Clear the current selection.
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 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 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 unselectItems
static TOOL_ACTION zoneDisplayTriangulated
static TOOL_ACTION genUpdateEdit
static TOOL_ACTION generateReportFile
static TOOL_ACTION updateLocalRatsnest
static TOOL_ACTION spacingDecrease
static TOOL_ACTION updateFootprints
static TOOL_ACTION ungroup
static TOOL_ACTION groupProperties
static TOOL_ACTION importFootprint
static TOOL_ACTION autoplaceSelectedComponents
static TOOL_ACTION layerInner22
static TOOL_ACTION alignBottom
static TOOL_ACTION pickNewGroupMember
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 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 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 pointEditorArcKeepEndpoint
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 decWidth
Decrease width of currently drawn line.
static TOOL_ACTION drawCenterDimension
static TOOL_ACTION groupEnter
static TOOL_ACTION zoneUnfillAll
static TOOL_ACTION pasteFootprint
static TOOL_ACTION zoneFillDirty
static TOOL_ACTION selectItem
Select an item (specified as the event parameter).
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 selectionActivate
Activation of the selection tool.
static TOOL_ACTION ratsnestLineMode
static TOOL_ACTION showFootprintAssociations
static TOOL_ACTION layerInner19
static TOOL_ACTION layerInner9
static TOOL_ACTION pointEditorChamferCorner
static TOOL_ACTION textOutlines
Display texts as lines.
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 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 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 selectItems
Select a list of items (specified as the event parameter)
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 removeFromGroup
static TOOL_ACTION createArray
Tool for creating an array of objects.
static TOOL_ACTION boardStatistics
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 selectionMenu
Run a selection menu to select from a list of items.
static TOOL_ACTION showPythonConsole
static TOOL_ACTION copyFootprint
static TOOL_ACTION reselectItem
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 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