44 .Name(
"eeschema.InspectionTool.runERC" )
46 .FriendlyName(
_(
"Electrical Rules Checker" ) )
47 .Tooltip(
_(
"Show the electrical rules checker window" ) )
51 .Name(
"eeschema.InspectionTool.checkSymbol" )
53 .FriendlyName(
_(
"Symbol Checker" ) )
54 .Tooltip(
_(
"Show the symbol checker window" ) )
58 .Name(
"eeschema.InspectionTool.diffSymbol" )
60 .FriendlyName(
_(
"Compare Symbol with Library" ) )
61 .Tooltip(
_(
"Show differences between schematic symbol and its library equivalent" ) )
65 .Name(
"eeschema.InspectionTool.CompareSchematicWithFile" )
67 .FriendlyName(
_(
"Compare Schematic with File..." ) )
68 .Tooltip(
_(
"Diff the current schematic against another .kicad_sch file" ) )
72 .Name(
"eeschema.InspectionTool.CompareSchematicWithHistory" )
74 .FriendlyName(
_(
"Compare Schematic with Local History..." ) )
75 .Tooltip(
_(
"Diff the current schematic against the most recent local-history snapshot" ) )
79 .Name(
"eeschema.InspectionTool.showBusSyntaxHelp" )
81 .FriendlyName(
_(
"Show Bus Syntax Help" ) )
85 .Name(
"eeschema.EditorControl.showSimulator" )
87 .FriendlyName(
_(
"Simulator" ) )
88 .Tooltip(
_(
"Show simulation window for running SPICE or IBIS simulations." ) )
95 .Name(
"eeschema.PointEditor.addCorner" )
97 .FriendlyName(
_(
"Create Corner" ) )
101 .Name(
"eeschema.PointEditor.removeCorner" )
103 .FriendlyName(
_(
"Remove Corner" ) )
109 .Name(
"eeschema.InteractiveSelection.SelectNode" )
111 .DefaultHotkey(
MD_ALT +
'3' )
112 .LegacyHotkeyName(
"Select Node" )
113 .FriendlyName(
_(
"Select Node" ) )
114 .Tooltip(
_(
"Select a connection item under the cursor" ) ) );
117 .Name(
"eeschema.InteractiveSelection.SelectConnection" )
119 .DefaultHotkey(
MD_CTRL +
'4' )
120 .LegacyHotkeyName(
"Select Connection" )
121 .FriendlyName(
_(
"Select/Expand Connection" ) )
122 .Tooltip(
_(
"Selects a connection or expands an existing selection to pins, symbols, or entire connections" ) )
126 .Name(
"eeschema.InteractiveSelection.SyncSelection" )
131 .Name(
"eeschema.SchDesignBlockControl.showDesignBlockPanel" )
133 .FriendlyName(
_(
"Design Blocks" ) )
134 .Tooltip(
_(
"Show/hide design blocks library" ) )
138 .Name(
"eeschema.RemoteSymbols.showPanel" )
140 .FriendlyName(
_(
"Remote Symbols" ) )
141 .Tooltip(
_(
"Show/hide the remote symbol panel" ) )
145 .Name(
"eeschema.SchDesignBlockControl.saveSheetAsDesignBlock" )
147 .FriendlyName(
_(
"Save Current Sheet as Design Block..." ) )
148 .Tooltip(
_(
"Create a new design block from the current sheet" ) )
152 .Name(
"eeschema.SchDesignBlockControl.saveSelectionAsDesignBlock" )
154 .FriendlyName(
_(
"Save Selection as Design Block..." ) )
155 .Tooltip(
_(
"Create a new design block from the current selection" ) )
159 .Name(
"eeschema.SchDesignBlockControl.updateDesignBlockFromSheet" )
161 .FriendlyName(
_(
"Update Design Block from Current Sheet" ) )
162 .Tooltip(
_(
"Set design block schematic to current sheet" ) )
166 .Name(
"eeschema.SchDesignBlockControl.updateDesignBlockFromSelection" )
168 .FriendlyName(
_(
"Update Design Block from Selection" ) )
169 .Tooltip(
_(
"Set design block schematic to current selection" ) )
173 .Name(
"eeschema.SchDesignBlockControl.deleteDesignBlock" )
175 .FriendlyName(
_(
"Delete Design Block" ) )
176 .Tooltip(
_(
"Remove the selected design block from its library" ) )
180 .Name(
"eeschema.SchDesignBlockControl.editDesignBlockProperties" )
182 .FriendlyName(
_(
"Properties..." ) )
183 .Tooltip(
_(
"Edit properties of design block" ) )
189 .Name(
"eeschema.SymbolLibraryControl.saveLibraryAs" )
192 .LegacyHotkeyName(
"Save As" )
193 .FriendlyName(
_(
"Save Library As..." ) )
194 .Tooltip(
_(
"Save the current library to a new file" ) ) );
197 .Name(
"eeschema.SymbolLibraryControl.CompareLibraryWithFile" )
199 .FriendlyName(
_(
"Compare Library with File..." ) )
200 .Tooltip(
_(
"Diff the current symbol library against another .kicad_sym file" ) )
204 .Name(
"eeschema.SymbolLibraryControl.newSymbol" )
206 .DefaultHotkey(
MD_CTRL +
'N' )
207 .FriendlyName(
_(
"New Symbol..." ) )
208 .Tooltip(
_(
"Create a new symbol in an existing library" ) )
212 .Name(
"eeschema.SymbolLibraryControl.deriveFromExistingSymbol" )
214 .FriendlyName(
_(
"Derive from Existing Symbol..." ) )
215 .Tooltip(
_(
"Create a new symbol, derived from an existing symbol" ) )
219 .Name(
"eeschema.SymbolLibraryControl.editSymbol" )
221 .FriendlyName(
_(
"Edit Symbol" ) )
222 .Tooltip(
_(
"Show selected symbol on editor canvas" ) )
226 .Name(
"eeschema.SymbolLibraryControl.duplicateSymbol" )
228 .FriendlyName(
_(
"Duplicate Symbol" ) )
232 .Name(
"eeschema.SymbolLibraryControl.renameFootprint" )
234 .FriendlyName(
_(
"Rename Symbol..." ) )
238 .Name(
"eeschema.SymbolLibraryControl.saveSymbolAs" )
240 .FriendlyName(
_(
"Save As..." ) )
241 .Tooltip(
_(
"Save the current symbol to a different library or name" ) )
245 .Name(
"eeschema.SymbolLibraryControl.saveSymbolCopyAs" )
247 .FriendlyName(
_(
"Save Copy As..." ) )
248 .Tooltip(
_(
"Save a copy of the current symbol to a different library or name" ) )
252 .Name(
"eeschema.SymbolLibraryControl.deleteSymbol" )
254 .FriendlyName(
_(
"Delete Symbol" ) )
255 .Tooltip(
_(
"Remove the selected symbol from its library" ) )
259 .Name(
"eeschema.SymbolLibraryControl.cutSymbol" )
261 .FriendlyName(
_(
"Cut" ) )
265 .Name(
"eeschema.SymbolLibraryControl.copySymbol" )
267 .FriendlyName(
_(
"Copy" ) )
271 .Name(
"eeschema.SymbolLibraryControl.pasteSymbol" )
273 .FriendlyName(
_(
"Paste Symbol" ) )
277 .Name(
"eeschema.SymbolLibraryControl.importSymbol" )
279 .FriendlyName(
_(
"Import Symbol..." ) )
280 .Tooltip(
_(
"Import a symbol to the current library" ) )
284 .Name(
"eeschema.SymbolLibraryControl.exportSymbol" )
286 .FriendlyName(
_(
"Export..." ) )
287 .Tooltip(
_(
"Export a symbol to a new library file" ) )
291 .Name(
"eeschema.SymbolLibraryControl.updateSymbolFields" )
293 .FriendlyName(
_(
"Update Symbol Fields..." ) )
294 .Tooltip(
_(
"Update symbol to match changes made in parent symbol" ) )
298 .Name(
"eeschema.SymbolLibraryControl.flattenSymbol" )
300 .FriendlyName(
_(
"Flatten Symbol" ) )
301 .Tooltip(
_(
"Remove inheritance from symbol" ) ) );
305 .Name(
"eeschema.SymbolLibraryControl.nextSymbolTab" )
307 .FriendlyName(
_(
"Next Symbol Tab" ) )
308 .Tooltip(
_(
"Switch to the next open symbol tab" ) ) );
311 .Name(
"eeschema.SymbolLibraryControl.prevSymbolTab" )
313 .FriendlyName(
_(
"Previous Symbol Tab" ) )
314 .Tooltip(
_(
"Switch to the previous open symbol tab" ) ) );
317 .Name(
"eeschema.SymbolLibraryControl.closeSymbolTab" )
319 .FriendlyName(
_(
"Close Symbol Tab" ) )
320 .Tooltip(
_(
"Close the active symbol tab" ) ) );
323 .Name(
"eeschema.SymbolLibraryControl.showLibraryFieldsTable" )
325 .FriendlyName(
_(
"Bulk Edit Symbol Fields..." ) )
326 .Tooltip(
_(
"Edit a table of fields from all symbols in the library" ) )
330 .Name(
"eeschema.SymbolLibraryControl.showRelatedLibraryFieldsTable" )
332 .FriendlyName(
_(
"Bulk Edit Related Symbol Fields..." ) )
333 .Tooltip(
_(
"Edit a table of fields from all symbols related to the selected symbol" ) )
337 .Name(
"eeschema.SymbolLibraryControl.addSymbolToSchematic" )
339 .FriendlyName(
_(
"Add Symbol to Schematic" ) )
340 .Tooltip(
_(
"Add the current symbol to the schematic" ) )
344 .Name(
"eeschema.SymbolLibraryControl.showElectricalTypes" )
346 .FriendlyName(
_(
"Show Pin Electrical Types" ) )
347 .Tooltip(
_(
"Annotate pins with their electrical types" ) )
352 .Name(
"eeschema.SymbolLibraryControl.showPinNumbers" )
354 .FriendlyName(
_(
"Show Pin Numbers" ) )
355 .Tooltip(
_(
"Annotate pins with their numbers" ) )
360 .Name(
"eeschema.SymbolLibraryControl.exportSymbolView" )
362 .FriendlyName(
_(
"Export View as PNG..." ) )
363 .Tooltip(
_(
"Create PNG file from the current view" ) )
367 .Name(
"eeschema.SymbolLibraryControl.exportSymbolAsSVG" )
369 .FriendlyName(
_(
"Export Symbol as SVG..." ) )
370 .Tooltip(
_(
"Create SVG file from the current symbol" ) )
374 .Name(
"eeschema.SymbolLibraryControl.toggleSyncedPinsMode" )
376 .FriendlyName(
_(
"Synchronized Pins Mode" ) )
377 .Tooltip(
_(
"Synchronized Pins Mode\n"
378 "When enabled propagates all changes (except pin numbers) to other units.\n"
379 "Enabled by default for multiunit parts with interchangeable units." ) )
384 .Name(
"eeschema.SymbolLibraryControl.showHiddenPins" )
386 .FriendlyName(
_(
"Show Hidden Pins" ) )
391 .Name(
"eeschema.SymbolLibraryControl.showHiddenFields" )
393 .FriendlyName(
_(
"Show Hidden Fields" ) )
398 .Name(
"eeschema.SymbolLibraryControl.previousSymbol" )
400 .FriendlyName(
_(
"Display previous symbol" ) )
404 .Name(
"eeschema.SymbolLibraryControl.nextSymbol" )
406 .FriendlyName(
_(
"Display next symbol" ) )
413 .Name(
"eeschema.SymbolDrawing.placeSymbolPin" )
415 .DefaultHotkey(
'P' )
416 .LegacyHotkeyName(
"Create Pin" )
417 .FriendlyName(
_(
"Draw Pins" ) )
424 .Name(
"eeschema.SymbolDrawing.placeSymbolText" )
426 .FriendlyName(
_(
"Draw Text" ) )
433 .Name(
"eeschema.SymbolDrawing.drawSymbolTextBox" )
435 .FriendlyName(
_(
"Draw Text Boxes" ) )
441 .Name(
"eeschema.SymbolDrawing.drawSymbolLines" )
443 .FriendlyName(
_(
"Draw Lines" ) )
444 .Tooltip(
_(
"Draw connected graphic lines" ) )
451 .Name(
"eeschema.SymbolDrawing.drawSymbolPolygon" )
453 .FriendlyName(
_(
"Draw Polygons" ) )
460 .Name(
"eeschema.SymbolDrawing.placeSymbolAnchor" )
462 .FriendlyName(
_(
"Move Symbol Anchor" ) )
470 .Name(
"eeschema.PinEditing.pushPinLength" )
472 .FriendlyName(
_(
"Push Pin Length" ) )
473 .Tooltip(
_(
"Copy pin length to other pins in symbol" ) )
477 .Name(
"eeschema.PinEditing.pushPinNameSize" )
479 .FriendlyName(
_(
"Push Pin Name Size" ) )
480 .Tooltip(
_(
"Copy pin name size to other pins in symbol" ) )
484 .Name(
"eeschema.PinEditing.pushPinNumSize" )
486 .FriendlyName(
_(
"Push Pin Number Size" ) )
487 .Tooltip(
_(
"Copy pin number size to other pins in symbol" ) )
494 .Name(
"eeschema.InteractiveDrawing.placeSymbol" )
496 .DefaultHotkey(
'A' )
497 .LegacyHotkeyName(
"Add Symbol" )
498 .FriendlyName(
_(
"Place Symbols" ) )
502 .Parameter<SCH_ACTIONS::PLACE_SYMBOL_PARAMS>( {} ) );
505 .Name(
"eeschema.InteractiveDrawing.placeNextSymbolUnit" )
507 .FriendlyName(
_(
"Place Next Symbol Unit" ) )
508 .Tooltip(
_(
"Place the next unit of the current symbol that is missing from the schematic" ) )
511 .Parameter<SCH_ACTIONS::PLACE_SYMBOL_UNIT_PARAMS>( {} ) );
514 .Name(
"eeschema.InteractiveDrawing.placePowerSymbol" )
516 .DefaultHotkey(
'P' )
517 .LegacyHotkeyName(
"Add Power" )
518 .FriendlyName(
_(
"Place Power Symbols" ) )
522 .Parameter<SCH_ACTIONS::PLACE_SYMBOL_PARAMS>( {} ) );
525 .Name(
"eeschema.InteractiveDrawing.placeDesignBlock" )
528 .FriendlyName(
_(
"Place Design Block" ) )
529 .Tooltip(
_(
"Add selected design block to current sheet" ) )
532 .Parameter<DESIGN_BLOCK*>(
nullptr ) );
535 .Name(
"eeschema.InteractiveDrawing.placeLinkedDesignBlock" )
537 .FriendlyName(
_(
"Place Linked Design Block" ) )
538 .Tooltip(
_(
"Place design block linked to selected group" ) )
543 .Name(
"eeschema.InteractiveDrawing.saveToLinkedDesignBlock" )
545 .FriendlyName(
_(
"Save to Linked Design Block" ) )
546 .Tooltip(
_(
"Save selected group to linked design block" ) )
552 .Name(
"eeschema.InteractiveDrawing.placeNoConnect" )
554 .DefaultHotkey(
'Q' )
555 .LegacyHotkeyName(
"Add No Connect Flag" )
556 .FriendlyName(
_(
"Place/Remove No Connect Flags" ) )
563 .Name(
"eeschema.InteractiveDrawing.placeJunction" )
565 .DefaultHotkey(
'J' )
566 .LegacyHotkeyName(
"Add Junction" )
567 .FriendlyName(
_(
"Place Junctions" ) )
574 .Name(
"eeschema.InteractiveDrawing.placeBusWireEntry" )
576 .DefaultHotkey(
'Z' )
577 .LegacyHotkeyName(
"Add Wire Entry" )
578 .FriendlyName(
_(
"Place Wire to Bus Entries" ) )
585 .Name(
"eeschema.InteractiveDrawing.placeLabel" )
587 .DefaultHotkey(
'L' )
588 .LegacyHotkeyName(
"Add Label" )
589 .FriendlyName(
_(
"Place Net Labels" ) )
595 .Name(
"eeschema.InteractiveDrawing.placeClassLabel" )
597 .FriendlyName(
_(
"Place Directive Labels" ) )
603 .Name(
"eeschema.InteractiveDrawing.placeHierarchicalLabel" )
605 .DefaultHotkey(
'H' )
606 .LegacyHotkeyName(
"Add Hierarchical Label" )
607 .FriendlyName(
_(
"Place Hierarchical Labels" ) )
613 .Name(
"eeschema.InteractiveDrawing.drawSheet" )
615 .DefaultHotkey(
'S' )
616 .LegacyHotkeyName(
"Add Sheet" )
617 .FriendlyName(
_(
"Draw Hierarchical Sheets" ) )
624 .Name(
"eeschema.InteractiveDrawing.drawSheetFromFile" )
626 .FriendlyName(
_(
"Draw Sheet from File" ) )
627 .Tooltip(
_(
"Copy sheet into project and draw on current sheet" ) )
630 .Parameter<wxString*> (
nullptr ) );
633 .Name(
"eeschema.InteractiveDrawing.drawSheetFromDesignBlock" )
635 .FriendlyName(
_(
"Draw Sheet from Design Block" ) )
636 .Tooltip(
_(
"Copy design block into project as a sheet on current sheet" ) )
639 .Parameter<DESIGN_BLOCK*> (
nullptr ) );
642 .Name(
"eeschema.InteractiveDrawing.placeSheetPin" )
644 .FriendlyName(
_(
"Place Pins from Sheet" ) )
645 .Tooltip(
_(
"Add sheet pins from existing hierarchical labels found on that sheet" ) )
651 .Name(
"eeschema.InteractiveDrawing.autoplaceAllSheetPins" )
653 .FriendlyName(
_(
"Autoplace All Sheet Pins" ) )
654 .Tooltip(
_(
"Imports and auto places all sheet pins" ) ) );
657 .Name(
"eeschema.InteractiveDrawing.syncSheetPins" )
659 .FriendlyName(
_(
"Sync Selected Sheet Pins..." ) )
660 .Tooltip(
_(
"Synchronize selected sheet pins and hierarchical labels" ) )
665 .Name(
"eeschema.InteractiveDrawing.syncAllSheetsPins" )
667 .FriendlyName(
_(
"Sync All Sheet Pins..." ) )
668 .Tooltip(
_(
"Synchronize all sheet pins and hierarchical labels" ) )
673 .Name(
"eeschema.InteractiveDrawing.importSheet" )
675 .FriendlyName(
_(
"Import Sheet..." ) )
676 .Tooltip(
_(
"Import sheet into project" ) )
679 .Parameter<wxString*> (
nullptr ) );
682 .Name(
"eeschema.InteractiveDrawing.placeGlobalLabel" )
684 .DefaultHotkey(
MD_CTRL +
'L' )
685 .LegacyHotkeyName(
"Add Global Label" )
686 .FriendlyName(
_(
"Place Global Labels" ) )
692 .Name(
"eeschema.InteractiveDrawing.placeSchematicText" )
694 .DefaultHotkey(
'T' )
695 .LegacyHotkeyName(
"Add Graphic Text" )
696 .FriendlyName(
_(
"Draw Text" ) )
702 .Name(
"eeschema.InteractiveDrawing.drawTextBox" )
704 .FriendlyName(
_(
"Draw Text Boxes" ) )
711 .Name(
"eeschema.InteractiveDrawing.drawTable" )
713 .FriendlyName(
_(
"Draw Tables" ) )
719 .Name(
"eeschema.InteractiveDrawing.drawRectangle" )
721 .FriendlyName(
_(
"Draw Rectangles" ) )
728 .Name(
"eeschema.InteractiveDrawing.drawCircle" )
730 .FriendlyName(
_(
"Draw Circles" ) )
737 .Name(
"eeschema.InteractiveDrawing.drawEllipse" )
739 .FriendlyName(
_(
"Draw Ellipses" ) )
746 .Name(
"eeschema.InteractiveDrawing.drawEllipseArc" )
748 .FriendlyName(
_(
"Draw Elliptical Arcs" ) )
755 .Name(
"eeschema.InteractiveDrawing.drawArc" )
757 .FriendlyName(
_(
"Draw Arcs" ) )
764 .Name(
"eeschema.InteractiveDrawing.drawBezier" )
766 .FriendlyName(
_(
"Draw Bezier Curve" ) )
773 .Name(
"eeschema.InteractiveDrawing.placeImage" )
775 .FriendlyName(
_(
"Place Images" ) )
779 .Parameter<SCH_BITMAP*>(
nullptr ) );
782 .Name(
"eeschema.InteractiveDrawing.drawRuleArea" )
784 .FriendlyName(
_(
"Draw Rule Areas" ) )
791 .Name(
"eeschema.InteractiveDrawing.closeOutline" )
793 .FriendlyName(
_(
"Close Outline" ) )
794 .Tooltip(
_(
"Close the in-progress outline" ) )
801 .Name(
"eeschema.InteractiveEdit.repeatDrawItem" )
804 .DefaultHotkey( WXK_F1 )
806 .DefaultHotkey( WXK_INSERT )
808 .LegacyHotkeyName(
"Repeat Last Item" )
809 .FriendlyName(
_(
"Repeat Last Item" ) )
810 .Tooltip(
_(
"Duplicates the last drawn item" ) ) );
813 .Name(
"eeschema.InteractiveEdit.rotateCW" )
816 .FriendlyName(
_(
"Rotate Clockwise" ) )
820 .Name(
"eeschema.InteractiveEdit.rotateCCW" )
822 .DefaultHotkey(
'R' )
823 .LegacyHotkeyName(
"Rotate Item" )
824 .FriendlyName(
_(
"Rotate Counterclockwise" ) )
828 .Name(
"eeschema.InteractiveEdit.mirrorV" )
830 .DefaultHotkey(
'Y' )
831 .LegacyHotkeyName(
"Mirror X" )
832 .FriendlyName(
_(
"Mirror Vertically" ) )
833 .Tooltip(
_(
"Flips selected item(s) from top to bottom" ) )
837 .Name(
"eeschema.InteractiveEdit.mirrorH" )
839 .DefaultHotkey(
'X' )
840 .LegacyHotkeyName(
"Mirror Y" )
841 .FriendlyName(
_(
"Mirror Horizontally" ) )
842 .Tooltip(
_(
"Flips selected item(s) from left to right" ) )
846 .Name(
"eeschema.InteractiveEdit.swap" )
848 .DefaultHotkey(
MD_ALT +
'S' )
849 .FriendlyName(
_(
"Swap" ) )
850 .Tooltip(
_(
"Swap positions of selected items" ) )
855 .Name(
"eeschema.InteractiveEdit.swapPins" )
857 .FriendlyName(
_(
"Swap Pins" ) )
858 .Tooltip(
_(
"Swap the selected symbol pins' positions" ) )
862 .Name(
"eeschema.InteractiveEdit.swapPinLabels" )
864 .FriendlyName(
_(
"Swap Pin Labels" ) )
865 .Tooltip(
_(
"Swap the labels attached to selected pins" ) )
869 .Name(
"eeschema.InteractiveEdit.swapUnitLabels" )
871 .FriendlyName(
_(
"Swap Unit Labels" ) )
872 .Tooltip(
_(
"Swap labels between selected units" ) )
876 .Name(
"eeschema.InteractiveEdit.toggleLock" )
878 .FriendlyName(
_(
"Toggle Lock" ) )
879 .Tooltip(
_(
"Lock or unlock selected items" ) )
883 .Name(
"eeschema.InteractiveEdit.lock" )
885 .FriendlyName(
_(
"Lock" ) )
886 .Tooltip(
_(
"Prevent items from being moved and/or resized on the canvas" ) )
890 .Name(
"eeschema.InteractiveEdit.unlock" )
892 .FriendlyName(
_(
"Unlock" ) )
893 .Tooltip(
_(
"Allow items to be moved and/or resized on the canvas" ) )
897 .Name(
"eeschema.InteractiveEdit.properties" )
899 .DefaultHotkey(
'E' )
900 .LegacyHotkeyName(
"Edit Item" )
901 .FriendlyName(
_(
"Properties..." ) )
905 .Name(
"eeschema.InteractiveEdit.editReference" )
907 .DefaultHotkey(
'U' )
908 .LegacyHotkeyName(
"Edit Symbol Reference" )
909 .FriendlyName(
_(
"Edit Reference Designator..." ) )
913 .Name(
"eeschema.InteractiveEdit.editValue" )
915 .DefaultHotkey(
'V' )
916 .LegacyHotkeyName(
"Edit Symbol Value" )
917 .FriendlyName(
_(
"Edit Value..." ) )
921 .Name(
"eeschema.InteractiveEdit.editFootprint" )
923 .DefaultHotkey(
'F' )
924 .LegacyHotkeyName(
"Edit Symbol Footprint" )
925 .FriendlyName(
_(
"Edit Footprint..." ) )
929 .Name(
"eeschema.InteractiveEdit.autoplaceFields" )
931 .DefaultHotkey(
'O' )
932 .LegacyHotkeyName(
"Autoplace Fields" )
933 .FriendlyName(
_(
"Autoplace Fields" ) )
934 .Tooltip(
_(
"Runs the automatic placement algorithm on the symbol's (or sheet's) fields" ) )
938 .Name(
"eeschema.InteractiveEdit.changeSymbols" )
940 .FriendlyName(
_(
"Change Symbols..." ) )
941 .Tooltip(
_(
"Assign different symbols from the library" ) )
945 .Name(
"eeschema.InteractiveEdit.updateSymbols" )
947 .FriendlyName(
_(
"Update Symbols from Library..." ) )
948 .Tooltip(
_(
"Update symbols to include any changes from the library" ) )
952 .Name(
"eeschema.InteractiveEdit.changeSymbol" )
954 .FriendlyName(
_(
"Change Symbol..." ) )
955 .Tooltip(
_(
"Assign a different symbol from the library" ) )
959 .Name(
"eeschema.InteractiveEdit.updateSymbol" )
961 .FriendlyName(
_(
"Update Symbol..." ) )
962 .Tooltip(
_(
"Update symbol to include any changes from the library" ) )
966 .Name(
"eeschema.InteractiveEdit.setVariantSymbol" )
968 .FriendlyName(
_(
"Set Variant Symbol..." ) )
969 .Tooltip(
_(
"Assign an alternate library symbol for this design variant" ) )
973 .Name(
"eeschema.InteractiveEdit.clearVariantSymbol" )
975 .FriendlyName(
_(
"Clear Variant Symbol" ) )
976 .Tooltip(
_(
"Remove the variant symbol override and revert to the base symbol" ) )
980 .Name(
"eeschema.InteractiveEdit.assignNetclass" )
982 .FriendlyName(
_(
"Assign Netclass..." ) )
983 .Tooltip(
_(
"Assign a netclass to nets matching a pattern" ) )
987 .Name(
"eeschema.InteractiveEdit.findNetInInspector" )
989 .FriendlyName(
_(
"Find in Net Navigator" ) )
990 .Tooltip(
_(
"Locate the selected net in the net navigator" ) ) );
993 .Name(
"eeschema.InteractiveEdit.toggleDeMorgan" )
995 .FriendlyName(
_(
"Cycle Body Style" ) )
996 .Tooltip(
_(
"Switch between De Morgan (or other) representations" ) )
1000 .Name(
"eeschema.InteractiveEdit.toLabel" )
1002 .FriendlyName(
_(
"Change to Label" ) )
1003 .Tooltip(
_(
"Change existing item to a label" ) )
1009 .Name(
"eeschema.InteractiveEdit.toCLabel" )
1013 .FriendlyName(
_(
"Change to Directive Label" ) )
1014 .Tooltip(
_(
"Change existing item to a directive label" ) )
1020 .Name(
"eeschema.InteractiveEdit.toHLabel" )
1022 .FriendlyName(
_(
"Change to Hierarchical Label" ) )
1023 .Tooltip(
_(
"Change existing item to a hierarchical label" ) )
1029 .Name(
"eeschema.InteractiveEdit.toGLabel" )
1031 .FriendlyName(
_(
"Change to Global Label" ) )
1032 .Tooltip(
_(
"Change existing item to a global label" ) )
1038 .Name(
"eeschema.InteractiveEdit.toText" )
1040 .FriendlyName(
_(
"Change to Text" ) )
1041 .Tooltip(
_(
"Change existing item to a text comment" ) )
1047 .Name(
"eeschema.InteractiveEdit.toTextBox" )
1049 .FriendlyName(
_(
"Change to Text Box" ) )
1050 .Tooltip(
_(
"Change existing item to a text box" ) )
1056 .Name(
"eeschema.InteractiveEdit.cleanupSheetPins" )
1058 .FriendlyName(
_(
"Cleanup Sheet Pins" ) )
1059 .Tooltip(
_(
"Delete unreferenced sheet pins" ) ) );
1062 .Name(
"eeschema.InteractiveEdit.editTextAndGraphics" )
1064 .FriendlyName(
_(
"Edit Text & Graphics Properties..." ) )
1065 .Tooltip(
_(
"Edit text and graphics properties globally across schematic" ) )
1069 .Name(
"eeschema.InteractiveEdit.symbolProperties" )
1071 .FriendlyName(
_(
"Symbol Properties..." ) )
1075 .Name(
"eeschema.InteractiveEdit.editSymbolPinMaps" )
1077 .FriendlyName(
_(
"Symbol Pin Maps..." ) )
1078 .Tooltip(
_(
"Edit the symbol's pin-to-pad maps and associated footprints" ) )
1082 .Name(
"eeschema.InteractiveEdit.pinTable" )
1084 .FriendlyName(
_(
"Pin Table..." ) )
1085 .Tooltip(
_(
"Displays pin table for bulk editing of pins" ) )
1089 .Name(
"eeschema.InteractiveEdit.convertStackedPins" )
1091 .FriendlyName(
_(
"Convert Stacked Pins" ) )
1092 .Tooltip(
_(
"Convert multiple pins at the same location to a single pin with stacked notation" ) )
1096 .Name(
"eeschema.InteractiveEdit.explodeStackedPin" )
1098 .FriendlyName(
_(
"Explode Stacked Pin" ) )
1099 .Tooltip(
_(
"Convert a pin with stacked notation to multiple individual pins" ) )
1103 .Name(
"eeschema.InteractiveEdit.breakWire" )
1105 .FriendlyName(
_(
"Break" ) )
1106 .Tooltip(
_(
"Divide into connected segments" ) )
1110 .Name(
"eeschema.InteractiveEdit.slice" )
1112 .FriendlyName(
_(
"Slice" ) )
1113 .Tooltip(
_(
"Divide into unconnected segments" ) )
1119 .Name(
"eeschema.EditorControl.restartMove" )
1123 .Name(
"eeschema.EditorControl.highlightNet" )
1125 .DefaultHotkey(
'`' )
1126 .FriendlyName(
_(
"Highlight Net" ) )
1127 .Tooltip(
_(
"Highlight net under cursor" ) )
1131 .Name(
"eeschema.EditorControl.clearHighlight" )
1133 .DefaultHotkey(
'~' )
1134 .FriendlyName(
_(
"Clear Net Highlighting" ) )
1135 .Tooltip(
_(
"Clear any existing net highlighting" ) ) );
1138 .Name(
"eeschema.EditorControl.updateNetHighlighting" )
1142 .Name(
"eeschema.EditorControl.highlightNetTool" )
1144 .FriendlyName(
_(
"Highlight Nets" ) )
1145 .Tooltip(
_(
"Highlight wires and pins of a net" ) )
1151 .Name(
"eeschema.EditorControl.highlightNetChain" )
1153 .FriendlyName(
_(
"Highlight Net Chain" ) )
1154 .Tooltip(
_(
"Highlight the net chain under the cursor" ) )
1158 .Name(
"eeschema.EditorControl.removeFromNetChain" )
1160 .FriendlyName(
_(
"Remove from Net Chain" ) )
1161 .Tooltip(
_(
"Remove the selected net from its net chain by disabling propagation on the bridging component(s)" ) ) );
1164 .Name(
"eeschema.EditorControl.replaceTerminalPin" )
1166 .FriendlyName(
_(
"Replace Terminal Pin" ) ) );
1169 .Name(
"eeschema.EditorControl.nameNetChain" )
1171 .FriendlyName(
_(
"Name Net Chain" ) )
1172 .Tooltip(
_(
"Assign a name to the net chain" ) ) );
1175 .Name(
"eeschema.EditorControl.createNetChainBetweenPins" )
1177 .FriendlyName(
_(
"Create Net Chain Between Pins" ) )
1178 .Tooltip(
_(
"Create a new net chain connecting the two selected pins" ) ) );
1181 .Name(
"eeschema.EditorControl.createNetChain" )
1183 .FriendlyName(
_(
"Create Net Chain..." ) )
1184 .Tooltip(
_(
"Detect net chain paths through passives and create a named net chain" ) ) );
1187 .Name(
"eeschema.EditorControl.showNetNavigator" )
1189 .FriendlyName(
_(
"Net Navigator" ) )
1190 .Tooltip(
_(
"Show/hide the net navigator" ) ) );
1193 .Name(
"eeschema.EditorControl.editWithSymbolEditor" )
1195 .DefaultHotkey(
MD_CTRL +
'E' )
1196 .LegacyHotkeyName(
"Edit with Symbol Editor" )
1197 .FriendlyName(
_(
"Edit with Symbol Editor" ) )
1198 .Tooltip(
_(
"Open the selected symbol in the Symbol Editor" ) )
1202 .Name(
"eeschema.EditorControl.setExcludeFromBOM" )
1204 .FriendlyName(
_(
"Exclude from Bill of Materials" ) )
1205 .Tooltip(
_(
"Set the exclude from bill of materials attribute" ) ) );
1208 .Name(
"eeschema.EditorControl.setExcludeFromSimulation" )
1210 .FriendlyName(
_(
"Exclude from Simulation" ) )
1211 .Tooltip(
_(
"Set the exclude from simulation attribute" ) ) );
1214 .Name(
"eeschema.EditorControl.setExcludeFromBoard" )
1216 .FriendlyName(
_(
"Exclude from Board" ) )
1217 .Tooltip(
_(
"Set the exclude from board attribute" ) ) );
1220 .Name(
"eeschema.EditorControl.setExcludeFromPosFiles" )
1222 .FriendlyName(
_(
"Exclude from Position Files" ) )
1223 .Tooltip(
_(
"Set the exclude from position files attribute" ) ) );
1226 .Name(
"eeschema.EditorControl.setDNP" )
1228 .FriendlyName(
_(
"Do not Populate" ) )
1229 .Tooltip(
_(
"Set the do not populate attribute" ) ) );
1232 .Name(
"eeschema.EditorControl.editLibSymbolWithSymbolEditor" )
1235 .FriendlyName(
_(
"Edit Library Symbol..." ) )
1236 .Tooltip(
_(
"Open the library symbol in the Symbol Editor" ) )
1240 .Name(
"eeschema.EditorControl.editSymbolFields" )
1242 .FriendlyName(
_(
"Bulk Edit Symbol Fields..." ) )
1243 .Tooltip(
_(
"Edit a table of fields from all symbols in the schematic" ) )
1247 .Name(
"eeschema.EditorControl.editSymbolLibraryLinks" )
1249 .FriendlyName(
_(
"Bulk Edit Symbol Library Links..." ) )
1250 .Tooltip(
_(
"Edit a table of links between schematic and library symbols" ) )
1254 .Name(
"eeschema.EditorControl.assignFootprints" )
1256 .FriendlyName(
_(
"Assign Footprints..." ) )
1257 .Tooltip(
_(
"Run footprint assignment tool" ) )
1261 .Name(
"eeschema.EditorControl.importFPAssignments" )
1263 .FriendlyName(
_(
"Import Footprint Assignments..." ) )
1264 .Tooltip(
_(
"Import symbol footprint assignments from .cmp file created by board editor" ) )
1268 .Name(
"eeschema.EditorControl.annotate" )
1270 .FriendlyName(
_(
"Annotate Schematic..." ) )
1271 .Tooltip(
_(
"Fill in schematic symbol reference designators" ) )
1275 .Name(
"eeschema.EditorControl.incrementAnnotations" )
1277 .FriendlyName(
_(
"Increment Annotations From..." ) )
1278 .Tooltip(
_(
"Increment a subset of reference designators starting at a particular symbol" ) )
1283 .Name(
"eeschema.EditorControl.schematicSetup" )
1285 .FriendlyName(
_(
"Schematic Setup..." ) )
1286 .Tooltip(
_(
"Edit schematic setup including annotation styles and electrical rules" ) )
1290 .Name(
"eeschema.EditorControl.editPageNumber" )
1292 .FriendlyName(
_(
"Edit Sheet Page Number..." ) )
1293 .Tooltip(
_(
"Edit the page number of the current or selected sheet" ) ) );
1296 .Name(
"eeschema.EditorControl.rescueSymbols" )
1298 .FriendlyName(
_(
"Rescue Symbols..." ) )
1299 .Tooltip(
_(
"Find old symbols in project and rename/rescue them" ) )
1303 .Name(
"eeschema.EditorControl.remapSymbols" )
1305 .FriendlyName(
_(
"Remap Legacy Library Symbols..." ) )
1306 .Tooltip(
_(
"Remap library symbol references in legacy schematics to the symbol library table" ) )
1310 .Name(
"eeschema.EditorControl.nextNetItem" )
1312 .DefaultHotkey( WXK_TAB )
1313 .FriendlyName(
_(
"Next Net Item" ) )
1314 .Tooltip(
_(
"Select next item on the current net" ) ) );
1317 .Name(
"eeschema.EditorControl.previousNetItem" )
1319 .DefaultHotkey(
MD_SHIFT +
static_cast<int>( WXK_TAB ) )
1320 .FriendlyName(
_(
"Previous Net Item" ) )
1321 .Tooltip(
_(
"Select previous item on the current net" ) ) );
1324 .Name(
"eeschema.EditorControl.drawSheetOnClipboard" )
1326 .FriendlyName(
_(
"Export Drawing to Clipboard" ) )
1327 .Tooltip(
_(
"Export drawing of current sheet to clipboard" ) )
1331 .Name(
"eeschema.EditorControl.importGraphics" )
1334 .LegacyHotkeyName(
"Place DXF" )
1335 .FriendlyName(
_(
"Import Graphics..." ) )
1336 .Tooltip(
_(
"Import 2D drawing file" ) )
1341 .Name(
"eeschema.EditorControl.importNonKicadSchematic" )
1343 .FriendlyName(
_(
"Import Non-KiCad Schematic..." ) )
1344 .Tooltip(
_(
"Replace current schematic sheet with one imported from another application" ) )
1348 .Name(
"eeschema.EditorControl.showPcbNew" )
1350 .FriendlyName(
_(
"Switch to PCB Editor" ) )
1351 .Tooltip(
_(
"Open PCB in board editor" ) )
1355 .Name(
"eeschema.EditorControl.exportNetlist" )
1357 .FriendlyName(
_(
"Export Netlist..." ) )
1358 .Tooltip(
_(
"Export file containing netlist in one of several formats" ) )
1362 .Name(
"eeschema.EditorControl.generateBOM" )
1364 .FriendlyName(
_(
"Generate Bill of Materials..." ) )
1365 .Tooltip(
_(
"Generate a bill of materials for the current schematic" ) )
1369 .Name(
"eeschema.EditorControl.generateBOMLegacy" )
1371 .FriendlyName(
_(
"Generate Legacy Bill of Materials..." ) )
1372 .Tooltip(
_(
"Generate a bill of materials for the current schematic (Legacy Generator)" ) )
1377 .Name(
"eeschema.EditorControl.generateBOMExternal" )
1379 .FriendlyName(
_(
"Generate Bill of Materials (External)..." ) )
1380 .Tooltip(
_(
"Generate a bill of materials for the current schematic using external generator" ) )
1384 .Name(
"eeschema.EditorControl.exportSymbolsToLibrary" )
1386 .FriendlyName(
_(
"Export Symbols..." ) )
1387 .Tooltip(
_(
"Add symbols from schematic to a new or an existing symbol library\n"
1388 "(does not remove other symbols from this library)" ) )
1392 .Name(
"eeschema.EditorControl.selectOnPCB" )
1394 .FriendlyName(
_(
"Select on PCB" ) )
1395 .Tooltip(
_(
"Select corresponding items in PCB editor" ) )
1399 .Name(
"eeschema.EditorControl.showHiddenPins" )
1401 .FriendlyName(
_(
"Show Hidden Pins" ) )
1406 .Name(
"eeschema.EditorControl.showHiddenFields" )
1408 .FriendlyName(
_(
"Show Hidden Fields" ) )
1412 .Name(
"eeschema.EditorControl.showDirectiveLabels" )
1414 .FriendlyName(
_(
"Show Directive Labels" ) )
1418 .Name(
"eeschema.EditorControl.showERCWarnings" )
1420 .FriendlyName(
_(
"Show ERC Warnings" ) )
1421 .Tooltip(
_(
"Show markers for electrical rules checker warnings" ) )
1425 .Name(
"eeschema.EditorControl.showERCErrors" )
1427 .FriendlyName(
_(
"Show ERC Errors" ) )
1428 .Tooltip(
_(
"Show markers for electrical rules checker errors" ) )
1432 .Name(
"eeschema.EditorControl.showERCExclusions" )
1434 .FriendlyName(
_(
"Show ERC Exclusions" ) )
1435 .Tooltip(
_(
"Show markers for excluded electrical rules checker violations" ) )
1439 .Name(
"eeschema.EditorControl.markSimExclusions" )
1441 .FriendlyName(
_(
"Mark items excluded from simulation" ) )
1442 .Tooltip(
_(
"Draw 'X's over items which have been excluded from simulation" ) )
1446 .Name(
"eeschema.EditorControl.showOperatingPointVoltages" )
1448 .FriendlyName(
_(
"Show OP Voltages" ) )
1449 .Tooltip(
_(
"Show operating point voltage data from simulation" ) )
1453 .Name(
"eeschema.EditorControl.showOperatingPointCurrents" )
1455 .FriendlyName(
_(
"Show OP Currents" ) )
1456 .Tooltip(
_(
"Show operating point current data from simulation" ) )
1460 .Name(
"eeschema.EditorControl.togglePinAltIcons" )
1462 .FriendlyName(
_(
"Show Pin Alternate Icons" ) )
1463 .Tooltip(
_(
"Show indicator icons for pins with alternate modes" ) )
1467 .Name(
"eeschema.EditorControl.lineModeFree" )
1469 .FriendlyName(
_(
"Line Mode for Wires and Buses" ) )
1470 .Tooltip(
_(
"Draw and drag at any angle" ) )
1476 .Name(
"eeschema.EditorControl.lineModeOrthonal" )
1478 .FriendlyName(
_(
"Line Mode for Wires and Buses" ) )
1479 .Tooltip(
_(
"Constrain drawing and dragging to horizontal or vertical motions" ) )
1485 .Name(
"eeschema.EditorControl.lineMode45" )
1487 .FriendlyName(
_(
"Line Mode for Wires and Buses" ) )
1488 .Tooltip(
_(
"Constrain drawing and dragging to horizontal, vertical, or 45-degree angle motions" ) )
1494 .Name(
"eeschema.EditorControl.lineModeNext" )
1496 .DefaultHotkey(
MD_SHIFT +
static_cast<int>( WXK_SPACE ) )
1497 .FriendlyName(
_(
"Line Mode for Wires and Buses" ) )
1498 .Tooltip(
_(
"Switch to next angle snapping mode" ) ) );
1501 .Name(
"eeschema.EditorControl.angleSnapModeChanged" )
1506 .Name(
"eeschema.EditorControl.annotateAutomatically" )
1508 .FriendlyName(
_(
"Annotate Automatically" ) )
1509 .Tooltip(
_(
"Toggle automatic annotation of new symbols" ) )
1514 .Name(
"eeschema.EditorControl.previousUnit" )
1516 .FriendlyName(
_(
"Previous Symbol Unit" ) )
1517 .Tooltip(
_(
"Open the previous unit of the symbol" ) )
1518 .Parameter<int>( -1 ) );
1521 .Name(
"eeschema.EditorControl.nextUnit" )
1523 .FriendlyName(
_(
"Next Symbol Unit" ) )
1524 .Tooltip(
_(
"Open the next unit of the symbol" ) )
1525 .Parameter<int>( 1 ) );
1530 .Name(
"eeschema.NavigateTool.changeSheet" )
1532 .FriendlyName(
_(
"Change Sheet" ) )
1533 .Tooltip(
_(
"Change to provided sheet's contents in the schematic editor" ) )
1537 .Name(
"eeschema.NavigateTool.enterSheet" )
1539 .FriendlyName(
_(
"Enter Sheet" ) )
1540 .Tooltip(
_(
"Display the selected sheet's contents in the schematic editor" ) )
1544 .Name(
"eeschema.NavigateTool.leaveSheet" )
1546 .DefaultHotkey(
MD_ALT +
static_cast<int>( WXK_BACK ) )
1547 .LegacyHotkeyName(
"Leave Sheet" )
1548 .FriendlyName(
_(
"Leave Sheet" ) )
1549 .Tooltip(
_(
"Display the parent sheet in the schematic editor" ) )
1553 .Name(
"eeschema.NavigateTool.up" )
1555 .DefaultHotkey(
MD_ALT +
static_cast<int>( WXK_UP ) )
1556 .FriendlyName(
_(
"Navigate Up" ) )
1557 .Tooltip(
_(
"Navigate up one sheet in the hierarchy" ) )
1561 .Name(
"eeschema.NavigateTool.back" )
1563 .DefaultHotkey(
MD_ALT +
static_cast<int>( WXK_LEFT ) )
1564 .FriendlyName(
_(
"Navigate Back" ) )
1565 .Tooltip(
_(
"Move backward in sheet navigation history" ) )
1569 .Name(
"eeschema.NavigateTool.forward" )
1571 .DefaultHotkey(
MD_ALT +
static_cast<int>( WXK_RIGHT ) )
1572 .FriendlyName(
_(
"Navigate Forward" ) )
1573 .Tooltip(
_(
"Move forward in sheet navigation history" ) )
1577 .Name(
"eeschema.NavigateTool.previous" )
1579 .DefaultHotkey( WXK_PAGEUP )
1580 .FriendlyName(
_(
"Previous Sheet" ) )
1581 .Tooltip(
_(
"Move to previous sheet by number" ) )
1585 .Name(
"eeschema.NavigateTool.next" )
1587 .DefaultHotkey( WXK_PAGEDOWN )
1588 .FriendlyName(
_(
"Next Sheet" ) )
1589 .Tooltip(
_(
"Move to next sheet by number" ) )
1593 .Name(
"eeschema.EditorTool.showHierarchy" )
1595 .DefaultHotkey(
MD_CTRL +
'H' )
1596 .FriendlyName(
_(
"Hierarchy Navigator" ) )
1597 .Tooltip(
_(
"Show/hide the schematic sheet hierarchy navigator" ) )
1606 .Name(
"eeschema.InteractiveDrawingLineWireBus.drawWires" )
1608 .DefaultHotkey(
'W' )
1609 .LegacyHotkeyName(
"Begin Wire" )
1610 .FriendlyName(
_(
"Draw Wires" ) )
1618 .Name(
"eeschema.InteractiveDrawingLineWireBus.drawBuses" )
1620 .DefaultHotkey(
'B' )
1621 .LegacyHotkeyName(
"Begin Bus" )
1622 .FriendlyName(
_(
"Draw Buses" ) )
1629 .Name(
"eeschema.InteractiveDrawingLineWireBus.unfoldBus" )
1631 .DefaultHotkey(
'C' )
1632 .LegacyHotkeyName(
"Unfold from Bus" )
1633 .FriendlyName(
_(
"Unfold from Bus" ) )
1634 .Tooltip(
_(
"Break a wire out of a bus" ) )
1637 .Parameter<wxString*>(
nullptr ) );
1641 .Name(
"eeschema.InteractiveDrawingLineWireBus.drawLines" )
1643 .DefaultHotkey(
'I' )
1644 .LegacyHotkeyName(
"Add Graphic PolyLine" )
1645 .FriendlyName(
_(
"Draw Lines" ) )
1652 .Name(
"eeschema.InteractiveDrawingLineWireBus.undoLastSegment")
1654 .DefaultHotkey( WXK_BACK )
1655 .FriendlyName(
_(
"Undo Last Segment" ) )
1656 .Tooltip(
_(
"Walks the current line back one segment." ) )
1660 .Name(
"eeschema.InteractiveDrawingLineWireBus.switchPosture" )
1662 .DefaultHotkey(
'/' )
1663 .FriendlyName(
_(
"Switch Segment Posture" ) )
1664 .Tooltip(
_(
"Switches posture of the current segment." ) )
1671 .Name(
"eeschema.InteractiveMove.move" )
1673 .DefaultHotkey(
'M' )
1674 .LegacyHotkeyName(
"Move Item" )
1675 .FriendlyName(
_(
"Move" ) )
1680 .Name(
"eeschema.InteractiveMove.drag" )
1682 .DefaultHotkey(
'G' )
1683 .LegacyHotkeyName(
"Drag Item" )
1684 .FriendlyName(
_(
"Drag" ) )
1685 .Tooltip(
_(
"Move items while keeping their connections" ) )
1690 .Name(
"eeschema.AlignToGrid" )
1692 .FriendlyName(
_(
"Align Items to Grid" ) )
1697 .Name(
"eeschema.Align.alignTop" )
1699 .FriendlyName(
_(
"Align to Top" ) )
1700 .Tooltip(
_(
"Aligns selected items to the top edge of the item under the cursor" ) )
1705 .Name(
"eeschema.Align.alignBottom" )
1707 .FriendlyName(
_(
"Align to Bottom" ) )
1708 .Tooltip(
_(
"Aligns selected items to the bottom edge of the item under the cursor" ) )
1713 .Name(
"eeschema.Align.alignLeft" )
1715 .FriendlyName(
_(
"Align to Left" ) )
1716 .Tooltip(
_(
"Aligns selected items to the left edge of the item under the cursor" ) )
1721 .Name(
"eeschema.Align.alignRight" )
1723 .FriendlyName(
_(
"Align to Right" ) )
1724 .Tooltip(
_(
"Aligns selected items to the right edge of the item under the cursor" ) )
1729 .Name(
"eeschema.Align.alignCenterX" )
1731 .FriendlyName(
_(
"Align to Horizontal Center" ) )
1732 .Tooltip(
_(
"Aligns selected items to the horizontal center of the item under the cursor" ) )
1737 .Name(
"eeschema.Align.alignCenterY" )
1739 .FriendlyName(
_(
"Align to Vertical Center" ) )
1740 .Tooltip(
_(
"Aligns selected items to the vertical center of the item under the cursor" ) )
1746 .Name(
"eeschema.EditorControl.saveCurrSheetCopyAs" )
1748 .FriendlyName(
_(
"Save Current Sheet Copy As..." ) )
1749 .Tooltip(
_(
"Save a copy of the current sheet to another location or name" ) )
1754 .Name(
"eeschema.EditorControl.ddAppendFile" )
1758 .Name(
"eeschema.EditorControl.ddAddImage" )
1762 .Name(
"eeschema.EditorControl.ddImportGraphics" )
1767 .Name(
"eeschema.Simulation.newAnalysisTab" )
1769 .DefaultHotkey(
MD_CTRL +
'N' )
1770 .LegacyHotkeyName(
"New" )
1771 .FriendlyName(
_(
"New Analysis Tab..." ) )
1772 .Tooltip(
_(
"Create a new tab containing a simulation analysis" ) )
1776 .Name(
"eeschema.Simulation.openWorkbook" )
1778 .DefaultHotkey(
MD_CTRL +
'O' )
1779 .LegacyHotkeyName(
"Open" )
1780 .FriendlyName(
_(
"Open Workbook..." ) )
1781 .Tooltip(
_(
"Open a saved set of analysis tabs and settings" ) )
1785 .Name(
"eeschema.Simulation.saveWorkbook" )
1787 .DefaultHotkey(
MD_CTRL +
'S' )
1788 .LegacyHotkeyName(
"Save" )
1789 .FriendlyName(
_(
"Save Workbook" ) )
1790 .Tooltip(
_(
"Save the current set of analysis tabs and settings" ) )
1794 .Name(
"eeschema.Simulation.saveWorkbookAs" )
1797 .LegacyHotkeyName(
"Save As" )
1798 .FriendlyName(
_(
"Save Workbook As..." ) )
1799 .Tooltip(
_(
"Save the current set of analysis tabs and settings to another location" ) )
1803 .Name(
"eeschema.Simulator.exportPNG" )
1805 .FriendlyName(
_(
"Export Current Plot as PNG..." ) )
1809 .Name(
"eeschema.Simulator.exportCSV" )
1811 .FriendlyName(
_(
"Export Current Plot as CSV..." ) )
1815 .Name(
"eeschema.Simulator.exportToClipboard" )
1817 .FriendlyName(
_(
"Export Current Plot to Clipboard" ) )
1821 .Name(
"eeschema.Simulator.exportPlotToSchematic" )
1823 .FriendlyName(
_(
"Export Current Plot to Schematic" ) )
1827 .Name(
"eeschema.Simulator.toggleSimSidePanel" )
1829 .FriendlyName(
_(
"Show Simulation Side Panel" ) ) );
1832 .Name(
"eeschema.Simulator.toggleSimConsole" )
1834 .FriendlyName(
_(
"Show Simulation Console Panel" ) ) );
1837 .Name(
"eeschema.Simulator.toggleLegend" )
1839 .FriendlyName(
_(
"Show Legend" ) )
1843 .Name(
"eeschema.Simulator.toggleDottedSecondary" )
1845 .FriendlyName(
_(
"Dotted Current/Phase" ) )
1846 .Tooltip(
_(
"Draw secondary signal trace (current or phase) with a dotted line" ) ) );
1849 .Name(
"eeschema.Simulator.toggleSmithChart" )
1851 .FriendlyName(
_(
"Smith Chart" ) )
1852 .Tooltip(
_(
"Show S-parameter results on a Smith chart" ) ) );
1855 .Name(
"eeschema.Simulator.toggleDarkModePlots" )
1857 .FriendlyName(
_(
"Dark Mode Plots" ) )
1858 .Tooltip(
_(
"Draw plots with a black background" ) ) );
1861 .Name(
"eeschema.Simulation.simAnalysisProperties" )
1863 .FriendlyName(
_(
"Edit Analysis Tab..." ) )
1864 .Tooltip(
_(
"Edit the current analysis tab's SPICE command and plot setup" ) )
1868 .Name(
"eeschema.Simulation.runSimulation" )
1870 .DefaultHotkey(
'R' )
1871 .FriendlyName(
_(
"Run Simulation" ) )
1875 .Name(
"eeschema.Simulation.stopSimulation" )
1877 .FriendlyName(
_(
"Stop Simulation" ) )
1881 .Name(
"eeschema.Simulation.probe" )
1884 .FriendlyName(
_(
"Probe Schematic..." ) )
1885 .Tooltip(
_(
"Add a simulator probe" ) )
1889 .Name(
"eeschema.Simulation.tune" )
1892 .FriendlyName(
_(
"Add Tuned Value..." ) )
1893 .Tooltip(
_(
"Select a value to be tuned" ) )
1897 .Name(
"eeschema.Simulation.editUserDefinedSignals" )
1899 .FriendlyName(
_(
"User-defined Signals..." ) )
1900 .Tooltip(
_(
"Add, edit or delete user-defined simulation signals" ) )
1904 .Name(
"eeschema.Simulation.showNetlist" )
1906 .FriendlyName(
_(
"Show SPICE Netlist" ) )
1910 .Name(
"eeschema.EditorControl.addVariant" )
1912 .FriendlyName(
_(
"Add Design Variant..." ) )
1913 .Tooltip(
_(
"Add new design variant to the schematic." ) ) );
1916 .Name(
"eeschema.EditorControl.removeVariant" )
1918 .FriendlyName(
_(
"Remove Design Variant..." ) )
1919 .Tooltip(
_(
"Remove an existing design variant from the schematic." ) ) );
1922 .Name(
"eeschema.EditorControl.editVariantDescription" )
1924 .FriendlyName(
_(
"Edit Variant Description..." ) )
1925 .Tooltip(
_(
"Edit the description of an existing design variant." ) ) );
1928 .Name(
"eeschema.EditorControl.renameVariant" )
1930 .FriendlyName(
_(
"Rename Design Variant..." ) )
1931 .Tooltip(
_(
"Rename an existing design variant." ) ) );
1934 .Name(
"eeschema.EditorControl.copyVariant" )
1936 .FriendlyName(
_(
"Copy Design Variant..." ) )
1937 .Tooltip(
_(
"Create a copy of an existing design variant." ) ) );
@ add_symbol_to_schematic
@ add_hierarchical_subsheet
@ net_highlight_schematic
@ import_hierarchical_label
static TOOL_ACTION showPcbNew
static TOOL_ACTION editSymbol
static TOOL_ACTION rotateCCW
static TOOL_ACTION placeClassLabel
static TOOL_ACTION editSymbolPinMaps
static TOOL_ACTION placeSheetPin
static TOOL_ACTION createNetChain
static TOOL_ACTION updateDesignBlockFromSheet
static TOOL_ACTION importSymbol
static TOOL_ACTION syncSelection
Selection synchronization (PCB -> SCH)
static TOOL_ACTION newSymbol
static TOOL_ACTION placeNextSymbolUnit
static TOOL_ACTION compareSchematicWithHistory
static TOOL_ACTION swapPins
static TOOL_ACTION editValue
static TOOL_ACTION saveLibraryAs
static TOOL_ACTION setExcludeFromBOM
static TOOL_ACTION assignFootprints
static TOOL_ACTION saveSheetAsDesignBlock
static TOOL_ACTION mirrorV
static TOOL_ACTION copyVariant
static TOOL_ACTION lineModeNext
static TOOL_ACTION toggleSimConsole
static TOOL_ACTION drawSheetFromFile
static TOOL_ACTION exportPlotToClipboard
static TOOL_ACTION toggleOPCurrents
static TOOL_ACTION saveToLinkedDesignBlock
static TOOL_ACTION clearHighlight
static TOOL_ACTION saveSelectionAsDesignBlock
static TOOL_ACTION showBusSyntaxHelp
static TOOL_ACTION placeGlobalLabel
static TOOL_ACTION saveWorkbookAs
static TOOL_ACTION removeVariant
static TOOL_ACTION previousSymbol
static TOOL_ACTION deleteDesignBlock
static TOOL_ACTION editSymbolFields
static TOOL_ACTION toggleSimSidePanel
static TOOL_ACTION drawEllipseArc
static TOOL_ACTION pushPinLength
static TOOL_ACTION checkSymbol
static TOOL_ACTION importFPAssignments
static TOOL_ACTION changeSymbols
static TOOL_ACTION convertStackedPins
static TOOL_ACTION drawTextBox
static TOOL_ACTION toggleAnnotateAuto
static TOOL_ACTION updateSymbol
static TOOL_ACTION autoplaceFields
static TOOL_ACTION changeSymbol
static TOOL_ACTION syncAllSheetsPins
static TOOL_ACTION showRelatedLibFieldsTable
static TOOL_ACTION ddAddImage
static TOOL_ACTION editLibSymbolWithLibEdit
static TOOL_ACTION closeOutline
static TOOL_ACTION exportPlotAsCSV
static TOOL_ACTION drawArc
static TOOL_ACTION drawSheet
static TOOL_ACTION toggleERCWarnings
static TOOL_ACTION pinTable
static TOOL_ACTION drawSymbolLines
static TOOL_ACTION placeSymbolPin
static TOOL_ACTION navigateBack
static TOOL_ACTION editVariantDescription
static TOOL_ACTION schematicSetup
static TOOL_ACTION toggleDirectiveLabels
static TOOL_ACTION pasteSymbol
static TOOL_ACTION drawSymbolTextBox
static TOOL_ACTION pushPinNameSize
static TOOL_ACTION highlightNetTool
static TOOL_ACTION properties
static TOOL_ACTION editReference
static TOOL_ACTION leaveSheet
static TOOL_ACTION exportSymbolAsSVG
static TOOL_ACTION breakWire
static TOOL_ACTION ddImportGraphics
static TOOL_ACTION removeFromNetChain
static TOOL_ACTION renameSymbol
static TOOL_ACTION findNetInInspector
static TOOL_ACTION toggleHiddenFields
static TOOL_ACTION autoplaceAllSheetPins
static TOOL_ACTION drawRectangle
static TOOL_ACTION drawLines
static TOOL_ACTION saveCurrSheetCopyAs
static TOOL_ACTION placeHierLabel
static TOOL_ACTION alignTop
static TOOL_ACTION alignRight
static TOOL_ACTION simAnalysisProperties
static TOOL_ACTION selectConnection
If current selection is a wire or bus, expand to entire connection.
static TOOL_ACTION toggleSmithChart
static TOOL_ACTION drawEllipse
static TOOL_ACTION toggleDottedSecondary
static TOOL_ACTION placeLabel
static TOOL_ACTION drawCircle
static TOOL_ACTION navigateNext
static TOOL_ACTION duplicateSymbol
static TOOL_ACTION importGraphics
static TOOL_ACTION toText
static TOOL_ACTION restartMove
static TOOL_ACTION placeBusWireEntry
static TOOL_ACTION closeSymbolTab
static TOOL_ACTION toHLabel
static TOOL_ACTION showRemoteSymbolPanel
static TOOL_ACTION cutSymbol
static TOOL_ACTION nextNetItem
static TOOL_ACTION drawBezier
static TOOL_ACTION drawWire
static TOOL_ACTION compareSchematicWithFile
static TOOL_ACTION remapSymbols
static TOOL_ACTION lineMode45
static TOOL_ACTION compareLibraryWithFile
static TOOL_ACTION saveSymbolCopyAs
static TOOL_ACTION nextUnit
static TOOL_ACTION editSymbolLibraryLinks
static TOOL_ACTION simTune
static TOOL_ACTION rotateCW
static TOOL_ACTION importSheet
static TOOL_ACTION showElectricalTypes
static TOOL_ACTION alignBottom
static TOOL_ACTION toggleDarkModePlots
static TOOL_ACTION flattenSymbol
static TOOL_ACTION exportPlotAsPNG
static TOOL_ACTION pointEditorAddCorner
static TOOL_ACTION generateBOM
static TOOL_ACTION showHierarchy
static TOOL_ACTION exportPlotToSchematic
static TOOL_ACTION setExcludeFromSim
static TOOL_ACTION highlightNetChain
static TOOL_ACTION toLabel
static TOOL_ACTION showNetNavigator
static TOOL_ACTION placeJunction
static TOOL_ACTION setDNP
static TOOL_ACTION markSimExclusions
static TOOL_ACTION previousNetItem
static TOOL_ACTION drawSymbolPolygon
static TOOL_ACTION drawRuleArea
static TOOL_ACTION swapUnitLabels
static TOOL_ACTION placeSymbol
static TOOL_ACTION placeImage
static TOOL_ACTION alignToGrid
static TOOL_ACTION showHiddenFields
static TOOL_ACTION editDesignBlockProperties
static TOOL_ACTION editWithLibEdit
static TOOL_ACTION cleanupSheetPins
static TOOL_ACTION runSimulation
static TOOL_ACTION toDLabel
static TOOL_ACTION navigateForward
static TOOL_ACTION alignLeft
static TOOL_ACTION generateBOMExternal
static TOOL_ACTION nextSymbol
static TOOL_ACTION toggleERCErrors
static TOOL_ACTION incrementAnnotations
static TOOL_ACTION placeSymbolAnchor
static TOOL_ACTION clearVariantSymbol
static TOOL_ACTION navigatePrevious
static TOOL_ACTION setExcludeFromPosFiles
static TOOL_ACTION alignCenterX
static TOOL_ACTION rescueSymbols
static TOOL_ACTION prevSymbolTab
static TOOL_ACTION showHiddenPins
static TOOL_ACTION cycleBodyStyle
static TOOL_ACTION editUserDefinedSignals
static TOOL_ACTION showPinNumbers
static TOOL_ACTION angleSnapModeChanged
static TOOL_ACTION placeLinkedDesignBlock
static TOOL_ACTION exportSymbolView
static TOOL_ACTION selectNode
Select the junction, wire or bus segment under the cursor.
static TOOL_ACTION drawSheetFromDesignBlock
static TOOL_ACTION newAnalysisTab
static TOOL_ACTION generateBOMLegacy
static TOOL_ACTION mirrorH
static TOOL_ACTION showLibFieldsTable
static TOOL_ACTION showSimulator
static TOOL_ACTION copySymbol
static TOOL_ACTION unfoldBus
static TOOL_ACTION pointEditorRemoveCorner
static TOOL_ACTION setVariantSymbol
static TOOL_ACTION placeDesignBlock
static TOOL_ACTION toggleOPVoltages
static TOOL_ACTION drawBus
static TOOL_ACTION simProbe
static TOOL_ACTION runERC
Inspection and Editing.
static TOOL_ACTION symbolProperties
static TOOL_ACTION placeSymbolText
static TOOL_ACTION drawTable
static TOOL_ACTION lineMode90
static TOOL_ACTION ddAppendFile
static TOOL_ACTION placeSchematicText
static TOOL_ACTION toggleSyncedPinsMode
static TOOL_ACTION toTextBox
static TOOL_ACTION lineModeFree
static TOOL_ACTION unlock
static TOOL_ACTION changeSheet
static TOOL_ACTION highlightNet
static TOOL_ACTION deleteSymbol
static TOOL_ACTION assignNetclass
static TOOL_ACTION annotate
static TOOL_ACTION showDesignBlockPanel
static TOOL_ACTION updateDesignBlockFromSelection
static TOOL_ACTION updateSymbols
static TOOL_ACTION swapPinLabels
static TOOL_ACTION enterSheet
static TOOL_ACTION pushPinNumSize
static TOOL_ACTION undoLastSegment
static TOOL_ACTION showNetlist
static TOOL_ACTION editFootprint
static TOOL_ACTION nextSymbolTab
static TOOL_ACTION replaceTerminalPin
static TOOL_ACTION explodeStackedPin
static TOOL_ACTION togglePinAltIcons
static TOOL_ACTION openWorkbook
static TOOL_ACTION toggleERCExclusions
static TOOL_ACTION updateNetHighlighting
static TOOL_ACTION repeatDrawItem
static TOOL_ACTION renameVariant
static TOOL_ACTION createNetChainBetweenPins
static TOOL_ACTION editTextAndGraphics
static TOOL_ACTION exportNetlist
static TOOL_ACTION alignCenterY
static TOOL_ACTION saveWorkbook
static TOOL_ACTION placeNoConnect
static TOOL_ACTION editPageNumber
static TOOL_ACTION drawSheetOnClipboard
static TOOL_ACTION exportSymbolsToLibrary
static TOOL_ACTION switchSegmentPosture
static TOOL_ACTION updateSymbolFields
static TOOL_ACTION toGLabel
static TOOL_ACTION toggleHiddenPins
static TOOL_ACTION setExcludeFromBoard
static TOOL_ACTION exportSymbol
static TOOL_ACTION selectOnPCB
static TOOL_ACTION addVariant
static TOOL_ACTION importNonKicadSchematic
static TOOL_ACTION syncSheetPins
static TOOL_ACTION toggleLegend
static TOOL_ACTION diffSymbol
static TOOL_ACTION placePower
static TOOL_ACTION navigateUp
static TOOL_ACTION previousUnit
static TOOL_ACTION toggleLock
static TOOL_ACTION deriveFromExistingSymbol
static TOOL_ACTION stopSimulation
static TOOL_ACTION nameNetChain
static TOOL_ACTION addSymbolToSchematic
static TOOL_ACTION saveSymbolAs
@ RECTANGLE
Use RECTANGLE instead of RECT to avoid collision in a Windows header.
const DRAW_SEGMENT_EVENT_PARAMS drawLinesActionParam
const DRAW_SEGMENT_EVENT_PARAMS drawWireActionParam
const DRAW_SEGMENT_EVENT_PARAMS drawBusActionParam