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" ) ) );
376 .Name(
"common.Control.magneticSnapActiveLayer" )
378 .FriendlyName(
_(
"Snap to Objects on the Active Layer Only" ) )
379 .Tooltip(
_(
"Enables snapping to objects on the active layer only" ) ) );
382 .Name(
"common.Control.magneticSnapAllLayers" )
384 .FriendlyName(
_(
"Snap to Objects on All Layers" ) )
385 .Tooltip(
_(
"Enables snapping to objects on all visible layers" ) ) );
388 .Name(
"common.Control.magneticSnapToggle" )
391 .FriendlyName(
_(
"Toggle Snapping Between Active and All Layers" ) )
392 .Tooltip(
_(
"Toggles between snapping on all visible layers and only the active area" ) ) );
395 .Name(
"pcbnew.InteractiveDrawing.deleteLastPoint" )
397 .DefaultHotkey( WXK_BACK )
398 .FriendlyName(
_(
"Delete Last Point" ) )
399 .Tooltip(
_(
"Delete the last point added to the current item" ) )
403 .Name(
"pcbnew.InteractiveDrawing.closeOutline" )
405 .FriendlyName(
_(
"Close Outline" ) )
406 .Tooltip(
_(
"Close the in progress outline" ) )
412 .Name(
"pcbnew.DRCTool.runDRC" )
414 .FriendlyName(
_(
"Design Rules Checker" ) )
415 .Tooltip(
_(
"Show the design rules checker window" ) )
422 .Name(
"pcbnew.EditorControl.EditFpInFpEditor" )
424 .DefaultHotkey(
MD_CTRL +
'E' )
425 .LegacyHotkeyName(
"Edit with Footprint Editor" )
426 .FriendlyName(
_(
"Open in Footprint Editor" ) )
430 .Name(
"pcbnew.EditorControl.EditLibFpInFpEditor" )
433 .FriendlyName(
_(
"Edit Library Footprint..." ) )
437 .Name(
"pcbnew.InteractiveEdit.FindMove" )
439 .DefaultHotkey(
'T' )
440 .LegacyHotkeyName(
"Get and Move Footprint" )
441 .FriendlyName(
_(
"Get and Move Footprint" ) )
442 .Tooltip(
_(
"Selects a footprint by reference designator and places it under the cursor for moving" ) )
447 .Name(
"pcbnew.InteractiveMove.move" )
449 .DefaultHotkey(
'M' )
450 .LegacyHotkeyName(
"Move Item" )
451 .FriendlyName(
_(
"Move" ) )
457 .Name(
"pcbnew.InteractiveMove.moveIndividually" )
459 .DefaultHotkey(
MD_CTRL +
'M' )
460 .FriendlyName(
_(
"Move Individually" ) )
461 .Tooltip(
_(
"Moves the selected items one-by-one" ) )
467 .Name(
"pcbnew.InteractiveMove.moveWithReference" )
469 .FriendlyName(
_(
"Move with Reference" ) )
470 .Tooltip(
_(
"Moves the selected item(s) with a specified starting point" ) )
476 .Name(
"pcbnew.InteractiveMove.copyWithReference" )
478 .FriendlyName(
_(
"Copy with Reference" ) )
479 .Tooltip(
_(
"Copy selected item(s) to clipboard with a specified starting point" ) )
484 .Name(
"pcbnew.InteractiveEdit.duplicateIncrementPads" )
487 .LegacyHotkeyName(
"Duplicate Item and Increment" )
488 .FriendlyName(
_(
"Duplicate and Increment" ) )
489 .Tooltip(
_(
"Duplicates the selected item(s), incrementing pad numbers" ) )
493 .Name(
"pcbnew.InteractiveEdit.moveExact" )
496 .LegacyHotkeyName(
"Move Item Exactly" )
497 .FriendlyName(
_(
"Move Exactly..." ) )
498 .Tooltip(
_(
"Moves the selected item(s) by an exact amount" ) )
502 .Name(
"pcbnew.InteractiveEdit.moveCorner" )
504 .FriendlyName(
_(
"Move Corner To..." ) )
505 .Tooltip(
_(
"Move the active corner to an exact location" ) )
509 .Name(
"pcbnew.InteractiveEdit.moveMidpoint" )
511 .FriendlyName(
_(
"Move Midpoint To..." ) )
512 .Tooltip(
_(
"Move the active midpoint to an exact location" ) )
516 .Name(
"pcbnew.InteractiveEdit.rotateCw" )
520 .LegacyHotkeyName(
"Rotate Item Clockwise (Modern Toolset only)" )
521 .FriendlyName(
_(
"Rotate Clockwise" ) )
527 .Name(
"pcbnew.InteractiveEdit.rotateCcw" )
529 .DefaultHotkey(
'R' )
530 .LegacyHotkeyName(
"Rotate Item" )
531 .FriendlyName(
_(
"Rotate Counterclockwise" ) )
537 .Name(
"pcbnew.InteractiveEdit.flip" )
539 .DefaultHotkey(
'F' )
540 .LegacyHotkeyName(
"Flip Item" )
541 .FriendlyName(
_(
"Change Side / Flip" ) )
542 .Tooltip(
_(
"Flips selected item(s) to opposite side of board" ) )
546 .Name(
"pcbnew.InteractiveEdit.mirrorHoriontally" )
548 .FriendlyName(
_(
"Mirror Horizontally" ) )
549 .Tooltip(
_(
"Mirrors selected item(s) across the Y axis" ) )
553 .Name(
"pcbnew.InteractiveEdit.mirrorVertically" )
555 .FriendlyName(
_(
"Mirror Vertically" ) )
556 .Tooltip(
_(
"Mirrors selected item(s) across the X axis" ) )
560 .Name(
"pcbnew.InteractiveEdit.swap" )
562 .DefaultHotkey(
MD_ALT +
'S' )
563 .FriendlyName(
_(
"Swap" ) )
564 .Tooltip(
_(
"Swap positions of selected items" ) )
568 .Name(
"pcbnew.InteractiveEdit.packAndMoveFootprints" )
570 .DefaultHotkey(
'P' )
571 .FriendlyName(
_(
"Pack and Move Footprints" ) )
572 .Tooltip(
_(
"Sorts selected footprints by reference, packs based on size and initiates movement" ) )
576 .Name(
"pcbnew.InteractiveEdit.skip" )
578 .DefaultHotkey( WXK_TAB )
579 .FriendlyName(
_(
"Skip" ) )
580 .Tooltip(
_(
"Skip to next item" ) )
584 .Name(
"pcbnew.InteractiveEdit.changeTrackWidth" )
586 .FriendlyName(
_(
"Change Track Width" ) )
587 .Tooltip(
_(
"Updates selected track & via sizes" ) ) );
590 .Name(
"pcbnew.InteractiveEdit.filletTracks" )
592 .FriendlyName(
_(
"Fillet Tracks" ) )
593 .Tooltip(
_(
"Adds arcs tangent to the selected straight track segments" ) ) );
596 .Name(
"pcbnew.InteractiveEdit.filletLines" )
598 .FriendlyName(
_(
"Fillet Lines..." ) )
599 .Tooltip(
_(
"Adds arcs tangent to the selected lines" ) )
603 .Name(
"pcbnew.InteractiveEdit.chamferLines" )
605 .FriendlyName(
_(
"Chamfer Lines..." ) )
606 .Tooltip(
_(
"Cut away corners between selected lines" ) )
610 .Name(
"pcbnew.InteractiveEdit.dogboneCorners" )
612 .FriendlyName(
_(
"Dogbone Corners..." ) )
613 .Tooltip(
_(
"Add dogbone corners to selected lines" ) ) );
616 .Name(
"pcbnew.InteractiveEdit.simplifyPolygons" )
618 .FriendlyName(
_(
"Simplify Polygons" ) )
619 .Tooltip(
_(
"Simplify polygon outlines, removing superfluous points" ) ) );
622 .Name(
"pcbnew.InteractiveEdit.healShapes" )
624 .FriendlyName(
_(
"Heal Shapes" ) )
625 .Tooltip(
_(
"Connect shapes, possibly extending or cutting them, or adding extra geometry" ) )
629 .Name(
"pcbnew.InteractiveEdit.extendLines" )
631 .FriendlyName(
_(
"Extend Lines to Meet" ) )
632 .Tooltip(
_(
"Extend lines to meet each other" ) ) );
635 .Name(
"pcbnew.InteractiveEdit.mergePolygons" )
637 .FriendlyName(
_(
"Merge Polygons" ) )
638 .Tooltip(
_(
"Merge selected polygons into a single polygon" ) )
642 .Name(
"pcbnew.InteractiveEdit.subtractPolygons" )
644 .FriendlyName(
_(
"Subtract Polygons" ) )
645 .Tooltip(
_(
"Subtract selected polygons from the last one selected" ) )
649 .Name(
"pcbnew.InteractiveEdit.intersectPolygons" )
651 .FriendlyName(
_(
"Intersect Polygons" ) )
652 .Tooltip(
_(
"Create the intersection of the selected polygons" ) )
656 .Name(
"pcbnew.InteractiveEdit.deleteFull" )
658 .DefaultHotkey(
MD_SHIFT +
static_cast<int>( WXK_DELETE ) )
659 .LegacyHotkeyName(
"Delete Full Track" )
660 .FriendlyName(
_(
"Delete Full Track" ) )
661 .Tooltip(
_(
"Deletes selected item(s) and copper connections" ) )
667 .Name(
"pcbnew.InteractiveEdit.properties" )
669 .DefaultHotkey(
'E' )
670 .LegacyHotkeyName(
"Edit Item" )
671 .FriendlyName(
_(
"Properties..." ) )
677 .Name(
"pcbnew.Array.createArray" )
679 .DefaultHotkey(
MD_CTRL +
'T' )
680 .LegacyHotkeyName(
"Create Array" )
681 .FriendlyName(
_(
"Create Array..." ) )
688 .Name(
"pcbnew.ModuleEditor.newFootprint" )
690 .DefaultHotkey(
MD_CTRL +
'N' )
691 .LegacyHotkeyName(
"New" )
692 .FriendlyName(
_(
"New Footprint" ) )
693 .Tooltip(
_(
"Create a new, empty footprint" ) )
697 .Name(
"pcbnew.ModuleEditor.createFootprint" )
699 .FriendlyName(
_(
"Create Footprint..." ) )
700 .Tooltip(
_(
"Create a new footprint using the Footprint Wizard" ) )
704 .Name(
"pcbnew.ModuleEditor.editFootprint" )
706 .FriendlyName(
_(
"Edit Footprint" ) )
707 .Tooltip(
_(
"Show selected footprint on editor canvas" ) )
711 .Name(
"pcbnew.ModuleEditor.duplicateFootprint" )
713 .FriendlyName(
_(
"Duplicate Footprint" ) )
717 .Name(
"pcbnew.ModuleEditor.renameFootprint" )
719 .FriendlyName(
_(
"Rename Footprint..." ) )
723 .Name(
"pcbnew.ModuleEditor.deleteFootprint" )
725 .FriendlyName(
_(
"Delete Footprint from Library" ) )
729 .Name(
"pcbnew.ModuleEditor.cutFootprint" )
731 .FriendlyName(
_(
"Cut Footprint" ) )
735 .Name(
"pcbnew.ModuleEditor.copyFootprint" )
737 .FriendlyName(
_(
"Copy Footprint" ) )
741 .Name(
"pcbnew.ModuleEditor.pasteFootprint" )
743 .FriendlyName(
_(
"Paste Footprint" ) )
747 .Name(
"pcbnew.ModuleEditor.importFootprint" )
749 .FriendlyName(
_(
"Import Footprint..." ) )
750 .Tooltip(
_(
"Import footprint from file" ) )
754 .Name(
"pcbnew.ModuleEditor.exportFootprint" )
756 .FriendlyName(
_(
"Export Current Footprint..." ) )
757 .Tooltip(
_(
"Export edited footprint to file" ) )
761 .Name(
"pcbnew.ModuleEditor.footprintProperties" )
763 .FriendlyName(
_(
"Footprint Properties..." ) )
767 .Name(
"pcbnew.ModuleEditor.checkFootprint" )
769 .FriendlyName(
_(
"Footprint Checker" ) )
770 .Tooltip(
_(
"Show the footprint checker window" ) )
776 .Name(
"pcbnew.GlobalEdit.updateFootprint" )
778 .FriendlyName(
_(
"Update Footprint..." ) )
779 .Tooltip(
_(
"Update footprint to include any changes from the library" ) )
783 .Name(
"pcbnew.GlobalEdit.updateFootprints" )
785 .FriendlyName(
_(
"Update Footprints from Library..." ) )
786 .Tooltip(
_(
"Update footprints to include any changes from the library" ) )
790 .Name(
"pcbnew.GlobalEdit.removeUnusedPads" )
792 .FriendlyName(
_(
"Remove Unused Pads..." ) )
793 .Tooltip(
_(
"Remove or restore the unconnected inner layers on through hole pads and vias" ) )
797 .Name(
"pcbnew.GlobalEdit.changeFootprint" )
799 .FriendlyName(
_(
"Change Footprint..." ) )
800 .Tooltip(
_(
"Assign a different footprint from the library" ) )
804 .Name(
"pcbnew.GlobalEdit.changeFootprints" )
806 .FriendlyName(
_(
"Change Footprints..." ) )
807 .Tooltip(
_(
"Assign different footprints from the library" ) )
811 .Name(
"pcbnew.GlobalEdit.swapLayers" )
813 .FriendlyName(
_(
"Swap Layers..." ) )
814 .Tooltip(
_(
"Move tracks or drawings from one layer to another" ) )
818 .Name(
"pcbnew.GlobalEdit.editTracksAndVias" )
820 .FriendlyName(
_(
"Edit Track & Via Properties..." ) )
821 .Tooltip(
_(
"Edit track and via properties globally across board" ) )
825 .Name(
"pcbnew.GlobalEdit.editTextAndGraphics" )
827 .FriendlyName(
_(
"Edit Text & Graphics Properties..." ) )
828 .Tooltip(
_(
"Edit Text and graphics properties globally across board" ) )
832 .Name(
"pcbnew.GlobalEdit.editTeardrops" )
834 .FriendlyName(
_(
"Edit Teardrops..." ) )
835 .Tooltip(
_(
"Add, remove or edit teardrops globally across board" ) )
839 .Name(
"pcbnew.GlobalEdit.globalDeletions" )
841 .FriendlyName(
_(
"Global Deletions..." ) )
842 .Tooltip(
_(
"Delete tracks, footprints and graphic items from board" ) )
846 .Name(
"pcbnew.GlobalEdit.cleanupTracksAndVias" )
848 .FriendlyName(
_(
"Cleanup Tracks & Vias..." ) )
849 .Tooltip(
_(
"Cleanup redundant items, shorting items, etc." ) )
853 .Name(
"pcbnew.GlobalEdit.cleanupGraphics" )
855 .FriendlyName(
_(
"Cleanup Graphics..." ) )
856 .Tooltip(
_(
"Cleanup redundant items, etc." ) )
862 .Name(
"pcbnew.MicrowaveTool.createGap" )
864 .FriendlyName(
_(
"Draw Microwave Gaps" ) )
865 .Tooltip(
_(
"Create gap of specified length for microwave applications" ) )
871 .Name(
"pcbnew.MicrowaveTool.createStub" )
873 .FriendlyName(
_(
"Draw Microwave Stubs" ) )
874 .Tooltip(
_(
"Create stub of specified length for microwave applications" ) )
880 .Name(
"pcbnew.MicrowaveTool.createStubArc" )
882 .FriendlyName(
_(
"Draw Microwave Arc Stubs" ) )
883 .Tooltip(
_(
"Create stub (arc) of specified size for microwave applications" ) )
889 .Name(
"pcbnew.MicrowaveTool.createFunctionShape" )
891 .FriendlyName(
_(
"Draw Microwave Polygonal Shapes" ) )
892 .Tooltip(
_(
"Create a microwave polygonal shape from a list of vertices" ) )
898 .Name(
"pcbnew.MicrowaveTool.createLine" )
900 .FriendlyName(
_(
"Draw Microwave Lines" ) )
901 .Tooltip(
_(
"Create line of specified length for microwave applications" ) )
909 .Name(
"pcbnew.PadTool.CopyPadSettings" )
911 .FriendlyName(
_(
"Copy Pad Properties to Default" ) )
912 .Tooltip(
_(
"Copy current pad's properties" ) )
916 .Name(
"pcbnew.PadTool.ApplyPadSettings" )
918 .FriendlyName(
_(
"Paste Default Pad Properties to Selected" ) )
919 .Tooltip(
_(
"Replace the current pad's properties with those copied earlier" ) )
923 .Name(
"pcbnew.PadTool.PushPadSettings" )
925 .FriendlyName(
_(
"Push Pad Properties to Other Pads..." ) )
926 .Tooltip(
_(
"Copy the current pad's properties to other pads" ) )
930 .Name(
"pcbnew.PadTool.enumeratePads" )
932 .FriendlyName(
_(
"Renumber Pads..." ) )
933 .Tooltip(
_(
"Renumber pads by clicking on them in the desired order" ) )
938 .Name(
"pcbnew.PadTool.placePad" )
940 .FriendlyName(
_(
"Add Pad" ) )
941 .Tooltip(
_(
"Add a pad" ) )
946 .Name(
"pcbnew.PadTool.explodePad" )
948 .DefaultHotkey(
MD_CTRL +
'E' )
949 .FriendlyName(
_(
"Edit Pad as Graphic Shapes" ) )
950 .Tooltip(
_(
"Ungroups a custom-shaped pad for editing as individual graphic shapes" ) )
954 .Name(
"pcbnew.PadTool.recombinePad" )
956 .DefaultHotkey(
MD_CTRL +
'E' )
957 .FriendlyName(
_(
"Finish Pad Edit" ) )
958 .Tooltip(
_(
"Regroups all touching graphic shapes into the edited pad" ) )
962 .Name(
"pcbnew.PadTool.defaultPadProperties" )
964 .FriendlyName(
_(
"Default Pad Properties..." ) )
965 .Tooltip(
_(
"Edit the pad properties used when creating new pads" ) )
973 .Name(
"pcbnew.ScriptingTool.pluginsShowFolder" )
976 .FriendlyName(
_(
"Reveal Plugin Folder in Finder" ) )
977 .Tooltip(
_(
"Reveals the plugins folder in a Finder window" ) )
979 .FriendlyName(
_(
"Open Plugin Directory" ) )
980 .Tooltip(
_(
"Opens the directory in the default system file manager" ) )
987 .Name(
"pcbnew.EditorControl.boardSetup" )
989 .FriendlyName(
_(
"Board Setup..." ) )
990 .Tooltip(
_(
"Edit board setup including layers, design rules and various defaults" ) )
994 .Name(
"pcbnew.EditorControl.importNetlist" )
996 .FriendlyName(
_(
"Import Netlist..." ) )
997 .Tooltip(
_(
"Read netlist and update board connectivity" ) )
1001 .Name(
"pcbnew.EditorControl.importSpecctraSession" )
1003 .FriendlyName(
_(
"Import Specctra Session..." ) )
1004 .Tooltip(
_(
"Import routed Specctra session (*.ses) file" ) )
1008 .Name(
"pcbnew.EditorControl.exportSpecctraDSN" )
1010 .FriendlyName(
_(
"Export Specctra DSN..." ) )
1011 .Tooltip(
_(
"Export Specctra DSN routing info" ) )
1015 .Name(
"pcbnew.EditorControl.generateGerbers" )
1017 .FriendlyName(
_(
"Gerbers (.gbr)..." ) )
1018 .Tooltip(
_(
"Generate Gerbers for fabrication" ) )
1022 .Name(
"pcbnew.EditorControl.generateDrillFiles" )
1024 .FriendlyName(
_(
"Drill Files (.drl)..." ) )
1025 .Tooltip(
_(
"Generate Excellon drill file(s)" ) )
1029 .Name(
"pcbnew.EditorControl.generatePosFile" )
1031 .FriendlyName(
_(
"Component Placement (.pos, .gbr)..." ) )
1032 .Tooltip(
_(
"Generate component placement file(s) for pick and place" ) )
1036 .Name(
"pcbnew.EditorControl.generateReportFile" )
1038 .FriendlyName(
_(
"Footprint Report (.rpt)..." ) )
1039 .Tooltip(
_(
"Create report of all footprints from current board" ) )
1043 .Name(
"pcbnew.EditorControl.generateIPC2581File" )
1045 .FriendlyName(
_(
"IPC-2581 File (.xml)..." ) )
1046 .Tooltip(
_(
"Generate an IPC-2581 file" ) )
1050 .Name(
"pcbnew.EditorControl.generateODBPPFile" )
1052 .FriendlyName(
_(
"ODB++ Output File..." ) )
1053 .Tooltip(
_(
"Generate ODB++ output files" ) )
1057 .Name(
"pcbnew.EditorControl.generateD356File" )
1059 .FriendlyName(
_(
"IPC-D-356 Netlist File..." ) )
1060 .Tooltip(
_(
"Generate IPC-D-356 netlist file" ) )
1064 .Name(
"pcbnew.EditorControl.generateBOM" )
1066 .FriendlyName(
_(
"Bill of Materials..." ) )
1067 .Tooltip(
_(
"Create bill of materials from board" ) )
1072 .Name(
"pcbnew.EditorControl.trackWidthInc" )
1074 .DefaultHotkey(
'W' )
1075 .LegacyHotkeyName(
"Switch Track Width To Next" )
1076 .FriendlyName(
_(
"Switch Track Width to Next" ) )
1077 .Tooltip(
_(
"Change track width to next pre-defined size" ) ) );
1080 .Name(
"pcbnew.EditorControl.trackWidthDec" )
1083 .LegacyHotkeyName(
"Switch Track Width To Previous" )
1084 .FriendlyName(
_(
"Switch Track Width to Previous" ) )
1085 .Tooltip(
_(
"Change track width to previous pre-defined size" ) ) );
1088 .Name(
"pcbnew.EditorControl.viaSizeInc" )
1090 .DefaultHotkey(
'\'' )
1091 .LegacyHotkeyName(
"Increase Via Size" )
1092 .FriendlyName(
_(
"Increase Via Size" ) )
1093 .Tooltip(
_(
"Change via size to next pre-defined size" ) ) );
1096 .Name(
"pcbnew.EditorControl.viaSizeDec" )
1098 .DefaultHotkey(
'\\' )
1099 .LegacyHotkeyName(
"Decrease Via Size" )
1100 .FriendlyName(
_(
"Decrease Via Size" ) )
1101 .Tooltip(
_(
"Change via size to previous pre-defined size" ) ) );
1104 .Name(
"pcbnew.EditorControl.trackViaSizeChanged" )
1109 .Name(
"pcbnew.EditorControl.assignNetclass" )
1111 .FriendlyName(
_(
"Assign Netclass..." ) )
1112 .Tooltip(
_(
"Assign a netclass to nets matching a pattern" ) )
1116 .Name(
"pcbnew.EditorControl.zoneMerge" )
1118 .FriendlyName(
_(
"Merge Zones" ) ) );
1121 .Name(
"pcbnew.EditorControl.zoneDuplicate" )
1123 .FriendlyName(
_(
"Duplicate Zone onto Layer..." ) )
1127 .Name(
"pcbnew.EditorControl.placeFootprint" )
1129 .DefaultHotkey(
'A' )
1130 .LegacyHotkeyName(
"Add Footprint" )
1131 .FriendlyName(
_(
"Place Footprints" ) )
1134 .Parameter<FOOTPRINT*>(
nullptr ) );
1137 .Name(
"pcbnew.EditorControl.drillOrigin" )
1139 .FriendlyName(
_(
"Drill/Place File Origin" ) )
1140 .Tooltip(
_(
"Place origin point for drill files and component placement files" ) )
1145 .Name(
"pcbnew.EditorControl.drillResetOrigin" )
1147 .LegacyHotkeyName(
"Reset Drill Origin" )
1148 .FriendlyName(
_(
"Reset Drill Origin" ) ) );
1151 .Name(
"pcbnew.EditorControl.toggleLock" )
1153 .DefaultHotkey(
'L' )
1154 .LegacyHotkeyName(
"Lock/Unlock Footprint" )
1155 .FriendlyName(
_(
"Toggle Lock" ) )
1156 .Tooltip(
_(
"Lock or unlock selected items" ) )
1160 .Name(
"pcbnew.EditorControl.toggle45" )
1163 .FriendlyName(
_(
"Constrain to H, V, 45" ) )
1164 .Tooltip(
_(
"Limit actions to horizontal, vertical, or 45 degrees from the starting point" ) )
1168 .Name(
"pcbnew.EditorControl.lock" )
1170 .FriendlyName(
_(
"Lock" ) )
1171 .Tooltip(
_(
"Prevent items from being moved and/or resized on the canvas" ) )
1175 .Name(
"pcbnew.EditorControl.unlock" )
1177 .FriendlyName(
_(
"Unlock" ) )
1178 .Tooltip(
_(
"Allow items to be moved and/or resized on the canvas" ) )
1182 .Name(
"pcbnew.EditorControl.group" )
1184 .FriendlyName(
_(
"Group Items" ) )
1185 .Tooltip(
_(
"Group the selected items so that they are treated as a single item" ) )
1189 .Name(
"pcbnew.EditorControl.ungroup" )
1191 .FriendlyName(
_(
"Ungroup Items" ) )
1192 .Tooltip(
_(
"Ungroup any selected groups" ) )
1196 .Name(
"pcbnew.EditorControl.removeFromGroup" )
1198 .FriendlyName(
_(
"Remove Items" ) )
1199 .Tooltip(
_(
"Remove items from group" ) )
1203 .Name(
"pcbnew.EditorControl.groupEnter" )
1205 .FriendlyName(
_(
"Enter Group" ) )
1206 .Tooltip(
_(
"Enter the group to edit items" ) )
1210 .Name(
"pcbnew.EditorControl.groupLeave" )
1212 .FriendlyName(
_(
"Leave Group" ) )
1213 .Tooltip(
_(
"Leave the current group" ) )
1217 .Name(
"pcbnew.EditorControl.appendBoard" )
1219 .FriendlyName(
_(
"Append Board..." ) )
1220 .Tooltip(
_(
"Open another board and append its contents to this board" ) )
1224 .Name(
"pcbnew.EditorControl.highlightNet" )
1226 .DefaultHotkey(
'`' )
1228 .LegacyHotkeyName(
"Toggle Highlight of Selected Net (Modern Toolset only)" )
1229 .FriendlyName(
_(
"Highlight Net" ) )
1230 .Tooltip(
_(
"Highlight net under cursor" ) )
1232 .Parameter<int>( 0 ) );
1235 .Name(
"pcbnew.EditorControl.toggleLastNetHighlight" )
1237 .FriendlyName(
_(
"Toggle Last Net Highlight" ) )
1238 .Tooltip(
_(
"Toggle between last two highlighted nets" ) )
1239 .Parameter<int>( 0 ) );
1242 .Name(
"pcbnew.EditorControl.clearHighlight" )
1244 .DefaultHotkey(
'~' )
1245 .FriendlyName(
_(
"Clear Net Highlighting" ) ) );
1248 .Name(
"pcbnew.EditorControl.toggleNetHighlight" )
1250 .DefaultHotkey(
MD_ALT +
'`' )
1251 .FriendlyName(
_(
"Toggle Net Highlight" ) )
1253 .Parameter<int>( 0 ) );
1256 .Name(
"pcbnew.EditorControl.highlightNetSelection" )
1258 .FriendlyName(
_(
"Highlight Net" ) )
1259 .Tooltip(
_(
"Highlight all copper items on the selected net(s)" ) )
1261 .Parameter<int>( 0 ) );
1264 .Name(
"pcbnew.EditorControl.highlightItem" )
1268 .Name(
"pcbnew.EditorControl.hideNet" )
1270 .FriendlyName(
_(
"Hide Net in Ratsnest" ) )
1271 .Tooltip(
_(
"Hide the selected net in the ratsnest of unconnected net lines/arcs" ) )
1273 .Parameter<int>( 0 ) );
1276 .Name(
"pcbnew.EditorControl.showNet" )
1278 .FriendlyName(
_(
"Show Net in Ratsnest" ) )
1279 .Tooltip(
_(
"Show the selected net in the ratsnest of unconnected net lines/arcs" ) )
1281 .Parameter<int>( 0 ) );
1284 .Name(
"pcbnew.EditorControl.showEeschema" )
1286 .FriendlyName(
_(
"Switch to Schematic Editor" ) )
1287 .Tooltip(
_(
"Open schematic in schematic editor" ) )
1295 .Name(
"pcbnew.Control.localRatsnestTool" )
1297 .FriendlyName(
_(
"Local Ratsnest" ) )
1298 .Tooltip(
_(
"Toggle ratsnest display of selected item(s)" ) )
1303 .Name(
"pcbnew.Control.hideDynamicRatsnest" )
1307 .Name(
"pcbnew.Control.updateLocalRatsnest" )
1312 .Name(
"pcbnew.Control.showPythonConsole" )
1314 .FriendlyName(
_(
"Scripting Console" ) )
1315 .Tooltip(
_(
"Show the Python scripting console" ) )
1319 .Name(
"pcbnew.Control.showLayersManager" )
1321 .FriendlyName(
_(
"Appearance" ) )
1322 .Tooltip(
_(
"Show/hide the appearance manager" ) )
1326 .Name(
"pcbnew.Control.showNetInspector" )
1328 .FriendlyName(
_(
"Net Inspector" ) )
1329 .Tooltip(
_(
"Show/hide the net inspector" ) )
1334 _(
"Zone Manager" ),
1335 _(
"Show the zone manager dialog" ),
1339 .Name(
"pcbnew.Control.flipBoard" )
1341 .FriendlyName(
_(
"Flip Board View" ) )
1342 .Tooltip(
_(
"View board from the opposite side" ) )
1347 .Name(
"pcbnew.Control.showRatsnest" )
1349 .FriendlyName(
_(
"Show Ratsnest" ) )
1350 .Tooltip(
_(
"Show lines/arcs representing missing connections on the board" ) )
1354 .Name(
"pcbnew.Control.ratsnestLineMode" )
1356 .FriendlyName(
_(
"Curved Ratsnest Lines" ) )
1357 .Tooltip(
_(
"Show ratsnest with curved lines" ) )
1361 .Name(
"pcbnew.Control.ratsnestModeCycle" )
1363 .FriendlyName(
_(
"Ratsnest Mode (3-state)" ) )
1364 .Tooltip(
_(
"Cycle between showing ratsnests for all layers, just visible layers, and none" ) ) );
1367 .Name(
"pcbnew.Control.netColorMode" )
1369 .FriendlyName(
_(
"Net Color Mode (3-state)" ) )
1370 .Tooltip(
_(
"Cycle between using net and netclass colors for all nets, just ratsnests, and none" ) ) );
1373 .Name(
"pcbnew.Control.trackDisplayMode" )
1375 .DefaultHotkey(
'K' )
1376 .LegacyHotkeyName(
"Track Display Mode" )
1377 .FriendlyName(
_(
"Sketch Tracks" ) )
1378 .Tooltip(
_(
"Show tracks in outline mode" ) )
1382 .Name(
"pcbnew.Control.padDisplayMode" )
1384 .FriendlyName(
_(
"Sketch Pads" ) )
1385 .Tooltip(
_(
"Show pads in outline mode" ) )
1389 .Name(
"pcbnew.Control.viaDisplayMode" )
1391 .FriendlyName(
_(
"Sketch Vias" ) )
1392 .Tooltip(
_(
"Show vias in outline mode" ) )
1396 .Name(
"pcbnew.Control.graphicOutlines" )
1398 .FriendlyName(
_(
"Sketch Graphic Items" ) )
1399 .Tooltip(
_(
"Show graphic items in outline mode" ) )
1403 .Name(
"pcbnew.Control.textOutlines" )
1405 .FriendlyName(
_(
"Sketch Text Items" ) )
1406 .Tooltip(
_(
"Show footprint texts in line mode" ) )
1410 .Name(
"pcbnew.Control.showPadNumbers" )
1412 .FriendlyName(
_(
"Show Pad Numbers" ) )
1416 .Name(
"pcbnew.Control.zoneDisplayEnable" )
1418 .FriendlyName(
_(
"Draw Zone Fills" ) )
1419 .Tooltip(
_(
"Show filled areas of zones" ) )
1423 .Name(
"pcbnew.Control.zoneDisplayDisable" )
1425 .FriendlyName(
_(
"Draw Zone Outlines" ) )
1426 .Tooltip(
_(
"Show only zone boundaries" ) )
1430 .Name(
"pcbnew.Control.zoneDisplayOutlines" )
1432 .FriendlyName(
_(
"Draw Zone Fill Fracture Borders" ) )
1436 .Name(
"pcbnew.Control.zoneDisplayTesselation" )
1438 .FriendlyName(
_(
"Draw Zone Fill Triangulation" ) )
1442 .Name(
"pcbnew.Control.zoneDisplayToggle" )
1444 .FriendlyName(
_(
"Toggle Zone Display" ) )
1445 .Tooltip(
_(
"Cycle between showing zone fills and just their outlines" ) )
1488 default:
return nullptr;
1496 static TOOL_ACTION_GROUP s_toolActionGroup(
"pcbnew.Control.DirectLayerActions" );
1497 return s_toolActionGroup;
1501 .Name(
"pcbnew.Control.layerTop" )
1504 .DefaultHotkey( WXK_PAGEUP )
1505 .LegacyHotkeyName(
"Switch to Component (F.Cu) layer" )
1506 .FriendlyName(
_(
"Switch to Component (F.Cu) layer" ) )
1508 .Parameter(
F_Cu ) );
1511 .Name(
"pcbnew.Control.layerInner1" )
1514 .LegacyHotkeyName(
"Switch to Inner layer 1" )
1515 .FriendlyName(
_(
"Switch to Inner Layer 1" ) )
1520 .Name(
"pcbnew.Control.layerInner2" )
1523 .LegacyHotkeyName(
"Switch to Inner layer 2" )
1524 .FriendlyName(
_(
"Switch to Inner Layer 2" ) )
1529 .Name(
"pcbnew.Control.layerInner3" )
1532 .LegacyHotkeyName(
"Switch to Inner layer 3" )
1533 .FriendlyName(
_(
"Switch to Inner Layer 3" ) )
1538 .Name(
"pcbnew.Control.layerInner4" )
1541 .LegacyHotkeyName(
"Switch to Inner layer 4" )
1542 .FriendlyName(
_(
"Switch to Inner Layer 4" ) )
1547 .Name(
"pcbnew.Control.layerInner5" )
1550 .LegacyHotkeyName(
"Switch to Inner layer 5" )
1551 .FriendlyName(
_(
"Switch to Inner Layer 5" ) )
1556 .Name(
"pcbnew.Control.layerInner6" )
1559 .LegacyHotkeyName(
"Switch to Inner layer 6" )
1560 .FriendlyName(
_(
"Switch to Inner Layer 6" ) )
1565 .Name(
"pcbnew.Control.layerInner7" )
1568 .FriendlyName(
_(
"Switch to Inner Layer 7" ) )
1573 .Name(
"pcbnew.Control.layerInner8" )
1576 .FriendlyName(
_(
"Switch to Inner Layer 8" ) )
1581 .Name(
"pcbnew.Control.layerInner9" )
1584 .FriendlyName(
_(
"Switch to Inner Layer 9" ) )
1589 .Name(
"pcbnew.Control.layerInner10" )
1592 .FriendlyName(
_(
"Switch to Inner Layer 10" ) )
1597 .Name(
"pcbnew.Control.layerInner11" )
1600 .FriendlyName(
_(
"Switch to Inner Layer 11" ) )
1605 .Name(
"pcbnew.Control.layerInner12" )
1608 .FriendlyName(
_(
"Switch to Inner Layer 12" ) )
1613 .Name(
"pcbnew.Control.layerInner13" )
1616 .FriendlyName(
_(
"Switch to Inner Layer 13" ) )
1621 .Name(
"pcbnew.Control.layerInner14" )
1624 .FriendlyName(
_(
"Switch to Inner Layer 14" ) )
1629 .Name(
"pcbnew.Control.layerInner15" )
1632 .FriendlyName(
_(
"Switch to Inner Layer 15" ) )
1637 .Name(
"pcbnew.Control.layerInner16" )
1640 .FriendlyName(
_(
"Switch to Inner Layer 16" ) )
1645 .Name(
"pcbnew.Control.layerInner17" )
1648 .FriendlyName(
_(
"Switch to Inner Layer 17" ) )
1653 .Name(
"pcbnew.Control.layerInner18" )
1656 .FriendlyName(
_(
"Switch to Inner Layer 18" ) )
1661 .Name(
"pcbnew.Control.layerInner19" )
1664 .FriendlyName(
_(
"Switch to Inner Layer 19" ) )
1669 .Name(
"pcbnew.Control.layerInner20" )
1672 .FriendlyName(
_(
"Switch to Inner Layer 20" ) )
1677 .Name(
"pcbnew.Control.layerInner21" )
1680 .FriendlyName(
_(
"Switch to Inner Layer 21" ) )
1685 .Name(
"pcbnew.Control.layerInner22" )
1688 .FriendlyName(
_(
"Switch to Inner Layer 22" ) )
1693 .Name(
"pcbnew.Control.layerInner23" )
1696 .FriendlyName(
_(
"Switch to Inner Layer 23" ) )
1701 .Name(
"pcbnew.Control.layerInner24" )
1704 .FriendlyName(
_(
"Switch to Inner Layer 24" ) )
1709 .Name(
"pcbnew.Control.layerInner25" )
1712 .FriendlyName(
_(
"Switch to Inner Layer 25" ) )
1717 .Name(
"pcbnew.Control.layerInner26" )
1720 .FriendlyName(
_(
"Switch to Inner Layer 26" ) )
1725 .Name(
"pcbnew.Control.layerInner27" )
1728 .FriendlyName(
_(
"Switch to Inner Layer 27" ) )
1733 .Name(
"pcbnew.Control.layerInner28" )
1736 .FriendlyName(
_(
"Switch to Inner Layer 28" ) )
1741 .Name(
"pcbnew.Control.layerInner29" )
1744 .FriendlyName(
_(
"Switch to Inner Layer 29" ) )
1749 .Name(
"pcbnew.Control.layerInner30" )
1752 .FriendlyName(
_(
"Switch to Inner Layer 30" ) )
1757 .Name(
"pcbnew.Control.layerBottom" )
1760 .DefaultHotkey( WXK_PAGEDOWN )
1761 .LegacyHotkeyName(
"Switch to Copper (B.Cu) layer" )
1762 .FriendlyName(
_(
"Switch to Copper (B.Cu) Layer" ) )
1764 .Parameter(
B_Cu ) );
1767 .Name(
"pcbnew.Control.layerNext" )
1769 .DefaultHotkey(
'+' )
1770 .LegacyHotkeyName(
"Switch to Next Layer" )
1771 .FriendlyName(
_(
"Switch to Next Layer" ) )
1775 .Name(
"pcbnew.Control.layerPrev" )
1777 .DefaultHotkey(
'-' )
1778 .LegacyHotkeyName(
"Switch to Previous Layer" )
1779 .FriendlyName(
_(
"Switch to Previous Layer" ) )
1783 .Name(
"pcbnew.Control.layerToggle" )
1785 .DefaultHotkey(
'V' )
1786 .LegacyHotkeyName(
"Add Through Via" )
1787 .FriendlyName(
_(
"Toggle Layer" ) )
1788 .Tooltip(
_(
"Switch between layers in active layer pair" ) )
1792 .Name(
"pcbnew.Control.layerAlphaInc" )
1794 .DefaultHotkey(
'}' )
1796 .LegacyHotkeyName(
"Increment Layer Transparency (Modern Toolset only)" )
1797 .FriendlyName(
_(
"Increase Layer Opacity" ) )
1798 .Tooltip(
_(
"Make the current layer less transparent" ) )
1802 .Name(
"pcbnew.Control.layerAlphaDec" )
1804 .DefaultHotkey(
'{' )
1806 .LegacyHotkeyName(
"Decrement Layer Transparency (Modern Toolset only)" )
1807 .FriendlyName(
_(
"Decrease Layer Opacity" ) )
1808 .Tooltip(
_(
"Make the current layer more transparent" ) )
1812 .Name(
"pcbnew.Control.layerPairPresetCycle" )
1815 .FriendlyName(
_(
"Cycle Layer Pair Presets" ) )
1816 .Tooltip(
_(
"Cycle between preset layer pairs" ) ) );
1819 .Name(
"pcbnew.Control.layerChanged" )
1825 .Name(
"pcbnew.InspectionTool.ShowBoardStatistics" )
1827 .FriendlyName(
_(
"Show Board Statistics" ) )
1828 .Tooltip(
_(
"Shows board statistics" ) ) );
1831 .Name(
"pcbnew.InspectionTool.InspectClearance" )
1833 .FriendlyName(
_(
"Clearance Resolution" ) )
1834 .Tooltip(
_(
"Show clearance resolution for the active layer between two selected objects" ) )
1838 .Name(
"pcbnew.InspectionTool.InspectConstraints" )
1840 .FriendlyName(
_(
"Constraints Resolution" ) )
1841 .Tooltip(
_(
"Show constraints resolution for the selected object" ) )
1845 .Name(
"pcbnew.InspectionTool.DiffFootprint" )
1847 .FriendlyName(
_(
"Compare Footprint with Library" ) )
1848 .Tooltip(
_(
"Show differences between board footprint and its library equivalent" ) )
1852 .Name(
"pcbnew.InspectionTool.ShowFootprintAssociations" )
1854 .FriendlyName(
_(
"Show Footprint Associations" ) )
1855 .Tooltip(
_(
"Show footprint library and schematic symbol associations" ) )
1860 .Name(
"pcbnew.ReannotateTool.ShowReannotateDialog" )
1862 .FriendlyName(
_(
"Geographical Reannotate..." ) )
1863 .Tooltip(
_(
"Reannotate PCB in geographical order" ) )
1867 .Name(
"pcbnew.Control.repairBoard" )
1869 .FriendlyName(
_(
"Repair Board" ) )
1870 .Tooltip(
_(
"Run various diagnostics and attempt to repair board" ) )
1872 .Parameter(
false ) );
1875 .Name(
"pcbnew.ModuleEditor.repairFootprint" )
1877 .FriendlyName(
_(
"Repair Footprint" ) )
1878 .Tooltip(
_(
"Run various diagnostics and attempt to repair footprint" ) ) );
1884 .Name(
"pcbnew.AlignAndDistribute.alignTop" )
1886 .FriendlyName(
_(
"Align to Top" ) )
1887 .Tooltip(
_(
"Aligns selected items to the top edge of the item under the cursor" ) )
1891 .Name(
"pcbnew.AlignAndDistribute.alignBottom" )
1893 .FriendlyName(
_(
"Align to Bottom" ) )
1894 .Tooltip(
_(
"Aligns selected items to the bottom edge of the item under the cursor" ) )
1898 .Name(
"pcbnew.AlignAndDistribute.alignLeft" )
1900 .FriendlyName(
_(
"Align to Left" ) )
1901 .Tooltip(
_(
"Aligns selected items to the left edge of the item under the cursor" ) )
1905 .Name(
"pcbnew.AlignAndDistribute.alignRight" )
1907 .FriendlyName(
_(
"Align to Right" ) )
1908 .Tooltip(
_(
"Aligns selected items to the right edge of the item under the cursor" ) )
1912 .Name(
"pcbnew.AlignAndDistribute.alignCenterY" )
1914 .FriendlyName(
_(
"Align to Vertical Center" ) )
1915 .Tooltip(
_(
"Aligns selected items to the vertical center of the item under the cursor" ) )
1919 .Name(
"pcbnew.AlignAndDistribute.alignCenterX" )
1921 .FriendlyName(
_(
"Align to Horizontal Center" ) )
1922 .Tooltip(
_(
"Aligns selected items to the horizontal center of the item under the cursor" ) )
1926 .Name(
"pcbnew.AlignAndDistribute.distributeHorizontallyCenters" )
1928 .FriendlyName(
_(
"Distribute Horizontally by Centers" ) )
1929 .Tooltip(
_(
"Distributes selected items between the left-most item and the right-most item"
1930 "so that the item centers are equally distributed" ) )
1934 .Name(
"pcbnew.AlignAndDistribute.distributeHorizontallyGaps" )
1936 .FriendlyName(
_(
"Distribute Horizontally with Even Gaps" ) )
1937 .Tooltip(
_(
"Distributes selected items between the left-most item and the right-most item "
1938 "so that the gaps between items are equal" ) )
1942 .Name(
"pcbnew.AlignAndDistribute.distributeVerticallyGaps" )
1944 .FriendlyName(
_(
"Distribute Vertically with Even Gaps" ) )
1945 .Tooltip(
_(
"Distributes selected items between the top-most item and the bottom-most item "
1946 "so that the gaps between items are equal" ) )
1950 .Name(
"pcbnew.AlignAndDistribute.distributeVerticallyCenters" )
1952 .FriendlyName(
_(
"Distribute Vertically by Centers" ) )
1953 .Tooltip(
_(
"Distributes selected items between the top-most item and the bottom-most item "
1954 "so that the item centers are equally distributed" ) )
1960 .Name(
"pcbnew.PointEditor.addCorner" )
1963 .DefaultHotkey( WXK_F1 )
1965 .DefaultHotkey( WXK_INSERT )
1967 .FriendlyName(
_(
"Create Corner" ) )
1968 .Tooltip(
_(
"Create a corner" ) )
1972 .Name(
"pcbnew.PointEditor.removeCorner" )
1974 .FriendlyName(
_(
"Remove Corner" ) )
1975 .Tooltip(
_(
"Remove corner" ) )
1979 .Name(
"pcbnew.PointEditor.chamferCorner" )
1981 .FriendlyName(
_(
"Chamfer Corner" ) )
1982 .Tooltip(
_(
"Chamfer corner" ) )
1986 .Name(
"pcbnew.PointEditor.arcKeepCenter" )
1988 .FriendlyName(
_(
"Keep Arc Center, Adjust Radius" ) )
1989 .Tooltip(
_(
"Switch arc editing mode to keep center, adjust radius and endpoints" ) )
1993 .Name(
"pcbnew.PointEditor.arcKeepEndpoint" )
1995 .FriendlyName(
_(
"Keep Arc Endpoints or Direction of Starting Point" ) )
1996 .Tooltip(
_(
"Switch arc editing mode to keep endpoints, or to keep direction of the other point" ) )
2003 .Name(
"pcbnew.Groups.groupProperties" )
2007 .Name(
"pcbnew.Groups.selectNewGroupMember" )
2015 .Name(
"pcbnew.PositionRelative.positionRelative" )
2018 .LegacyHotkeyName(
"Position Item Relative" )
2019 .FriendlyName(
_(
"Position Relative To..." ) )
2020 .Tooltip(
_(
"Positions the selected item(s) by an exact amount relative to another" ) )
2027 .Name(
"pcbnew.Picker.selectItemInteractively" )
2029 .Parameter<PCB_PICKER_TOOL::INTERACTIVE_PARAMS>( {} ) );
2032 .Name(
"pcbnew.Picker.selectPointInteractively" )
2034 .Parameter<PCB_PICKER_TOOL::INTERACTIVE_PARAMS>( {} ));
2040 .Name(
"pcbnew.InteractiveSelection" )
2046 .Name(
"pcbnew.InteractiveSelection.Cursor" )
2048 .Parameter<CLIENT_SELECTION_FILTER>(
nullptr ) );
2051 .Name(
"pcbnew.InteractiveSelection.SelectItem" )
2055 .Name(
"pcbnew.InteractiveSelection.SelectItems" )
2059 .Name(
"pcbnew.InteractiveSelection.UnselectItem" )
2063 .Name(
"pcbnew.InteractiveSelection.UnselectItems" )
2067 .Name(
"pcbnew.InteractiveSelection.ReselectItem" )
2071 .Name(
"pcbnew.InteractiveSelection.Clear" )
2075 .Name(
"pcbnew.InteractiveSelection.SelectionMenu" )
2079 .Name(
"pcbnew.InteractiveSelection.SelectConnection" )
2081 .DefaultHotkey(
'U' )
2082 .LegacyHotkeyName(
"Select Single Track" )
2083 .FriendlyName(
_(
"Select/Expand Connection" ) )
2084 .Tooltip(
_(
"Selects a connection or expands an existing selection to junctions, pads, or entire connections" ) )
2088 .Name(
"pcbnew.InteractiveSelection.unrouteSelected" )
2090 .FriendlyName(
_(
"Unroute Selected" ) )
2091 .Tooltip(
_(
"Unroutes selected items to the nearest pad." ) )
2095 .Name(
"pcbnew.InteractiveSelection.SyncSelection" )
2099 .Name(
"pcbnew.InteractiveSelection.SyncSelectionWithNets" )
2103 .Name(
"pcbnew.InteractiveSelection.SelectNet" )
2105 .FriendlyName(
_(
"Select All Tracks in Net" ) )
2106 .Tooltip(
_(
"Selects all tracks & vias belonging to the same net." ) )
2107 .Parameter<int>( 0 ) );
2110 .Name(
"pcbnew.InteractiveSelection.DeselectNet" )
2112 .FriendlyName(
_(
"Deselect All Tracks in Net" ) )
2113 .Tooltip(
_(
"Deselects all tracks & vias belonging to the same net." ) )
2114 .Parameter<int>( 0 ) );
2117 .Name(
"pcbnew.InteractiveSelection.SelectUnconnected" )
2119 .DefaultHotkey(
'O' )
2120 .FriendlyName(
_(
"Select All Unconnected Footprints" ) )
2121 .Tooltip(
_(
"Selects all unconnected footprints belonging to each selected net." ) ) );
2124 .Name(
"pcbnew.InteractiveSelection.GrabUnconnected" )
2127 .FriendlyName(
_(
"Grab Nearest Unconnected Footprints" ) )
2128 .Tooltip(
_(
"Selects and initiates moving the nearest unconnected footprint on each selected net." ) ) );
2131 .Name(
"pcbnew.InteractiveSelection.SelectOnSheet" )
2133 .FriendlyName(
_(
"Sheet" ) )
2134 .Tooltip(
_(
"Selects all footprints and tracks in the schematic sheet" ) )
2138 .Name(
"pcbnew.InteractiveSelection.SelectSameSheet" )
2140 .FriendlyName(
_(
"Items in Same Hierarchical Sheet" ) )
2141 .Tooltip(
_(
"Selects all footprints and tracks in the same schematic sheet" ) )
2145 .Name(
"pcbnew.InteractiveSelection.SelectOnSchematic" )
2147 .FriendlyName(
_(
"Select on Schematic" ) )
2148 .Tooltip(
_(
"Selects corresponding items in Schematic editor" ) )
2152 .Name(
"pcbnew.InteractiveSelection.FilterSelection" )
2154 .FriendlyName(
_(
"Filter Selected Items..." ) )
2155 .Tooltip(
_(
"Remove items from the selection by type" ) )
2162 .Name(
"pcbnew.ZoneFiller.zoneFill" )
2164 .FriendlyName(
_(
"Draft Fill Selected Zone(s)" ) )
2165 .Tooltip(
_(
"Update copper fill of selected zone(s) without regard to other interacting zones" ) )
2167 .Parameter<ZONE*>(
nullptr ) );
2170 .Name(
"pcbnew.ZoneFiller.zoneFillAll" )
2172 .DefaultHotkey(
'B' )
2173 .LegacyHotkeyName(
"Fill or Refill All Zones" )
2174 .FriendlyName(
_(
"Fill All Zones" ) )
2175 .Tooltip(
_(
"Update copper fill of all zones" ) )
2179 .Name(
"pcbnew.ZoneFiller.zoneFillDirty" )
2183 .Name(
"pcbnew.ZoneFiller.zoneUnfill" )
2185 .FriendlyName(
_(
"Unfill Selected Zone(s)" ) )
2186 .Tooltip(
_(
"Remove copper fill from selected zone(s)" ) )
2190 .Name(
"pcbnew.ZoneFiller.zoneUnfillAll" )
2192 .DefaultHotkey(
MD_CTRL +
'B' )
2193 .LegacyHotkeyName(
"Remove Filled Areas in All Zones" )
2194 .FriendlyName(
_(
"Unfill All Zones" ) )
2195 .Tooltip(
_(
"Remove copper fill from all zones" ) )
2202 .Name(
"pcbnew.Autoplacer.autoplaceSelected" )
2204 .FriendlyName(
_(
"Place Selected Footprints" ) )
2205 .Tooltip(
_(
"Performs automatic placement of selected components" ) ) );
2208 .Name(
"pcbnew.Autoplacer.autoplaceOffboard" )
2210 .FriendlyName(
_(
"Place Off-Board Footprints" ) )
2211 .Tooltip(
_(
"Performs automatic placement of components outside board area" ) ) );
2214 .Name(
"pcbnew.Multichannel.generatePlacementRuleAreas" )
2216 .FriendlyName(
_(
"Generate Placement Rule Areas" ) )
2217 .Tooltip(
"Generates Placement Areas in easy way" )
2222 .Name(
"pcbnew.Multichannel.repeatLayout" )
2224 .FriendlyName(
_(
"Repeat Layout" ) )
2225 .Tooltip(
"Clones placement & routing across multiple identical channels" )
2232 .Name(
"pcbnew.InteractiveRouter.SingleTrack" )
2234 .DefaultHotkey(
'X' )
2235 .LegacyHotkeyName(
"Add New Track" )
2236 .FriendlyName(
_(
"Route Single Track" ) )
2237 .Tooltip(
_(
"Route tracks" ) )
2243 .Name(
"pcbnew.InteractiveRouter.DiffPair" )
2245 .DefaultHotkey(
'6' )
2247 .LegacyHotkeyName(
"Route Differential Pair (Modern Toolset only)" )
2248 .FriendlyName(
_(
"Route Differential Pair" ) )
2249 .Tooltip(
_(
"Route differential pairs" ) )
2255 .Name(
"pcbnew.InteractiveRouter.SettingsDialog" )
2257 .DefaultHotkey(
MD_CTRL +
'<' )
2258 .LegacyHotkeyName(
"Routing Options" )
2259 .FriendlyName(
_(
"Interactive Router Settings..." ) )
2260 .Tooltip(
_(
"Open Interactive Router settings" ) )
2264 .Name(
"pcbnew.InteractiveRouter.DiffPairDialog" )
2266 .FriendlyName(
_(
"Differential Pair Dimensions..." ) )
2267 .Tooltip(
_(
"Open Differential Pair Dimension settings" ) )
2271 .Name(
"pcbnew.InteractiveRouter.HighlightMode" )
2273 .FriendlyName(
_(
"Router Highlight Mode" ) )
2274 .Tooltip(
_(
"Switch router to highlight mode" ) )
2279 .Name(
"pcbnew.InteractiveRouter.ShoveMode" )
2281 .FriendlyName(
_(
"Router Shove Mode" ) )
2282 .Tooltip(
_(
"Switch router to shove mode" ) )
2287 .Name(
"pcbnew.InteractiveRouter.WalkaroundMode" )
2289 .FriendlyName(
_(
"Router Walkaround Mode" ) )
2290 .Tooltip(
_(
"Switch router to walkaround mode" ) )
2295 .Name(
"pcbnew.InteractiveRouter.CycleRouterMode" )
2297 .FriendlyName(
_(
"Cycle Router Mode" ) )
2298 .Tooltip(
_(
"Cycle router to the next mode" ) ) );
2301 .Name(
"pcbnew.InteractiveRouter.SelectLayerPair" )
2303 .FriendlyName(
_(
"Set Layer Pair..." ) )
2304 .Tooltip(
_(
"Change active layer pair for routing" ) )
2309 .Name(
"pcbnew.LengthTuner.TuneSingleTrack" )
2311 .DefaultHotkey(
'7' )
2313 .LegacyHotkeyName(
"Tune Single Track (Modern Toolset only)" )
2314 .FriendlyName(
_(
"Tune Length of a Single Track" ) )
2315 .Tooltip(
_(
"Tune length of a single track" ) )
2321 .Name(
"pcbnew.LengthTuner.TuneDiffPair" )
2323 .DefaultHotkey(
'8' )
2325 .LegacyHotkeyName(
"Tune Differential Pair Length (Modern Toolset only)" )
2326 .FriendlyName(
_(
"Tune Length of a Differential Pair" ) )
2327 .Tooltip(
_(
"Tune length of a differential pair" ) )
2333 .Name(
"pcbnew.LengthTuner.TuneDiffPairSkew" )
2335 .DefaultHotkey(
'9' )
2337 .LegacyHotkeyName(
"Tune Differential Pair Skew (Modern Toolset only)" )
2338 .FriendlyName(
_(
"Tune Skew of a Differential Pair" ) )
2339 .Tooltip(
_(
"Tune skew of a differential pair" ) )
2345 .Name(
"pcbnew.InteractiveRouter.InlineDrag" )
2350 .Name(
"pcbnew.InteractiveRouter.UndoLastSegment" )
2352 .DefaultHotkey( WXK_BACK )
2353 .FriendlyName(
_(
"Undo Last Segment" ) )
2354 .Tooltip(
_(
"Walks the current track back one segment." ) ) );
2357 .Name(
"pcbnew.InteractiveRouter.ContinueFromEnd" )
2359 .DefaultHotkey(
MD_CTRL +
'E' )
2360 .FriendlyName(
_(
"Route From Other End" ) )
2361 .Tooltip(
_(
"Commits current segments and starts next segment from nearest ratsnest end." ) ) );
2364 .Name(
"pcbnew.InteractiveRouter.AttemptFinish" )
2366 .DefaultHotkey(
'F' )
2367 .FriendlyName(
_(
"Attempt Finish" ) )
2368 .Tooltip(
_(
"Attempts to complete current route to nearest ratsnest end." ) )
2369 .Parameter<bool*>(
nullptr ) );
2372 .Name(
"pcbnew.InteractiveRouter.RouteSelected" )
2375 .FriendlyName(
_(
"Route Selected" ) )
2376 .Tooltip(
_(
"Sequentially route selected items from ratsnest anchor." ) )
2381 .Name(
"pcbnew.InteractiveRouter.RouteSelectedFromEnd" )
2384 .FriendlyName(
_(
"Route Selected From Other End" ) )
2385 .Tooltip(
_(
"Sequentially route selected items from other end of ratsnest anchor." ) )
2390 .Name(
"pcbnew.InteractiveRouter.Autoroute" )
2393 .FriendlyName(
_(
"Attempt Finish Selected (Autoroute)" ) )
2394 .Tooltip(
_(
"Sequentially attempt to automatically route all selected pads." ) )
2399 .Name(
"pcbnew.InteractiveRouter.BreakTrack" )
2401 .FriendlyName(
_(
"Break Track" ) )
2402 .Tooltip(
_(
"Splits the track segment into two segments connected at the cursor position." ) )
2406 .Name(
"pcbnew.InteractiveRouter.Drag45Degree" )
2408 .DefaultHotkey(
'D' )
2409 .LegacyHotkeyName(
"Drag Track Keep Slope" )
2410 .FriendlyName(
_(
"Drag 45 Degree Mode" ) )
2411 .Tooltip(
_(
"Drags the track segment while keeping connected tracks at 45 degrees." ) )
2415 .Name(
"pcbnew.InteractiveRouter.DragFreeAngle" )
2417 .DefaultHotkey(
'G' )
2418 .LegacyHotkeyName(
"Drag Item" )
2419 .FriendlyName(
_(
"Drag Free Angle" ) )
2420 .Tooltip(
_(
"Drags the nearest joint in the track without restricting the track angle." ) )
2428 .Name(
"pcbnew.Generator.regenerateAllTuning" )
2430 .FriendlyName(
_(
"Update All Tuning Patterns" ) )
2431 .Tooltip(
_(
"Attempt to re-tune existing tuning patterns within their bounds" ) )
2433 .Parameter( wxString( wxS(
"tuning_pattern" ) ) ) );
2436 .Name(
"pcbnew.Generator.regenerateAll" )
2438 .FriendlyName(
_(
"Rebuild All Generators" ) )
2439 .Tooltip(
_(
"Rebuilds geometry of all generators" ) )
2441 .Parameter( wxString( wxS(
"*" ) ) ) );
2444 .Name(
"pcbnew.Generator.regenerateSelected" )
2446 .FriendlyName(
_(
"Rebuild Selected Generators" ) )
2447 .Tooltip(
_(
"Rebuilds geometry of selected generator(s)" ) )
2452 .Name(
"pcbnew.Generator.genStartEdit" )
2456 .Name(
"pcbnew.Generator.genUpdateEdit" )
2460 .Name(
"pcbnew.Generator.genPushEdit" )
2464 .Name(
"pcbnew.Generator.genRevertEdit" )
2468 .Name(
"pcbnew.Generator.genRemove" )
2473 .Name(
"pcbnew.Generator.showManager" )
2475 .FriendlyName(
_(
"Generators Manager" ) )
2476 .Tooltip(
_(
"Show a manager dialog for Generator objects" ) )
2483 .Name(
"pcbnew.LengthTuner.Settings" )
2485 .DefaultHotkey(
MD_CTRL +
'L' )
2487 .LegacyHotkeyName(
"Length Tuning Settings (Modern Toolset only)" )
2488 .MenuText(
_(
"Length Tuning Settings..." ) )
2489 .Tooltip(
_(
"Displays tuning pattern properties dialog" ) )
2493 .Name(
"pcbnew.Control.DdAppendBoard" )
2498 .Name(
"pcbnew.Control.ddImportFootprint" )
2502 "common.Interactive.snappingModeChangedByKey" );
2505 "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 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 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
Activation of the position relative tool.
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