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.deleteLastPoint" )
793 .FriendlyName(
_(
"Delete Last Point" ) )
794 .Tooltip(
_(
"Delete the last point added to the current item" ) )
798 .Name(
"eeschema.InteractiveDrawing.closeOutline" )
800 .FriendlyName(
_(
"Close Outline" ) )
801 .Tooltip(
_(
"Close the in-progress outline" ) )
808 .Name(
"eeschema.InteractiveEdit.repeatDrawItem" )
811 .DefaultHotkey( WXK_F1 )
813 .DefaultHotkey( WXK_INSERT )
815 .LegacyHotkeyName(
"Repeat Last Item" )
816 .FriendlyName(
_(
"Repeat Last Item" ) )
817 .Tooltip(
_(
"Duplicates the last drawn item" ) ) );
820 .Name(
"eeschema.InteractiveEdit.rotateCW" )
823 .FriendlyName(
_(
"Rotate Clockwise" ) )
827 .Name(
"eeschema.InteractiveEdit.rotateCCW" )
829 .DefaultHotkey(
'R' )
830 .LegacyHotkeyName(
"Rotate Item" )
831 .FriendlyName(
_(
"Rotate Counterclockwise" ) )
835 .Name(
"eeschema.InteractiveEdit.mirrorV" )
837 .DefaultHotkey(
'Y' )
838 .LegacyHotkeyName(
"Mirror X" )
839 .FriendlyName(
_(
"Mirror Vertically" ) )
840 .Tooltip(
_(
"Flips selected item(s) from top to bottom" ) )
844 .Name(
"eeschema.InteractiveEdit.mirrorH" )
846 .DefaultHotkey(
'X' )
847 .LegacyHotkeyName(
"Mirror Y" )
848 .FriendlyName(
_(
"Mirror Horizontally" ) )
849 .Tooltip(
_(
"Flips selected item(s) from left to right" ) )
853 .Name(
"eeschema.InteractiveEdit.swap" )
855 .DefaultHotkey(
MD_ALT +
'S' )
856 .FriendlyName(
_(
"Swap" ) )
857 .Tooltip(
_(
"Swap positions of selected items" ) )
862 .Name(
"eeschema.InteractiveEdit.swapPins" )
864 .FriendlyName(
_(
"Swap Pins" ) )
865 .Tooltip(
_(
"Swap the selected symbol pins' positions" ) )
869 .Name(
"eeschema.InteractiveEdit.swapPinLabels" )
871 .FriendlyName(
_(
"Swap Pin Labels" ) )
872 .Tooltip(
_(
"Swap the labels attached to selected pins" ) )
876 .Name(
"eeschema.InteractiveEdit.swapUnitLabels" )
878 .FriendlyName(
_(
"Swap Unit Labels" ) )
879 .Tooltip(
_(
"Swap labels between selected units" ) )
883 .Name(
"eeschema.InteractiveEdit.toggleLock" )
885 .FriendlyName(
_(
"Toggle Lock" ) )
886 .Tooltip(
_(
"Lock or unlock selected items" ) )
890 .Name(
"eeschema.InteractiveEdit.lock" )
892 .FriendlyName(
_(
"Lock" ) )
893 .Tooltip(
_(
"Prevent items from being moved and/or resized on the canvas" ) )
897 .Name(
"eeschema.InteractiveEdit.unlock" )
899 .FriendlyName(
_(
"Unlock" ) )
900 .Tooltip(
_(
"Allow items to be moved and/or resized on the canvas" ) )
904 .Name(
"eeschema.InteractiveEdit.properties" )
906 .DefaultHotkey(
'E' )
907 .LegacyHotkeyName(
"Edit Item" )
908 .FriendlyName(
_(
"Properties..." ) )
912 .Name(
"eeschema.InteractiveEdit.editReference" )
914 .DefaultHotkey(
'U' )
915 .LegacyHotkeyName(
"Edit Symbol Reference" )
916 .FriendlyName(
_(
"Edit Reference Designator..." ) )
920 .Name(
"eeschema.InteractiveEdit.editValue" )
922 .DefaultHotkey(
'V' )
923 .LegacyHotkeyName(
"Edit Symbol Value" )
924 .FriendlyName(
_(
"Edit Value..." ) )
928 .Name(
"eeschema.InteractiveEdit.editFootprint" )
930 .DefaultHotkey(
'F' )
931 .LegacyHotkeyName(
"Edit Symbol Footprint" )
932 .FriendlyName(
_(
"Edit Footprint..." ) )
936 .Name(
"eeschema.InteractiveEdit.autoplaceFields" )
938 .DefaultHotkey(
'O' )
939 .LegacyHotkeyName(
"Autoplace Fields" )
940 .FriendlyName(
_(
"Autoplace Fields" ) )
941 .Tooltip(
_(
"Runs the automatic placement algorithm on the symbol's (or sheet's) fields" ) )
945 .Name(
"eeschema.InteractiveEdit.changeSymbols" )
947 .FriendlyName(
_(
"Change Symbols..." ) )
948 .Tooltip(
_(
"Assign different symbols from the library" ) )
952 .Name(
"eeschema.InteractiveEdit.updateSymbols" )
954 .FriendlyName(
_(
"Update Symbols from Library..." ) )
955 .Tooltip(
_(
"Update symbols to include any changes from the library" ) )
959 .Name(
"eeschema.InteractiveEdit.changeSymbol" )
961 .FriendlyName(
_(
"Change Symbol..." ) )
962 .Tooltip(
_(
"Assign a different symbol from the library" ) )
966 .Name(
"eeschema.InteractiveEdit.updateSymbol" )
968 .FriendlyName(
_(
"Update Symbol..." ) )
969 .Tooltip(
_(
"Update symbol to include any changes from the library" ) )
973 .Name(
"eeschema.InteractiveEdit.assignNetclass" )
975 .FriendlyName(
_(
"Assign Netclass..." ) )
976 .Tooltip(
_(
"Assign a netclass to nets matching a pattern" ) )
980 .Name(
"eeschema.InteractiveEdit.findNetInInspector" )
982 .FriendlyName(
_(
"Find in Net Navigator" ) )
983 .Tooltip(
_(
"Locate the selected net in the net navigator" ) ) );
986 .Name(
"eeschema.InteractiveEdit.toggleDeMorgan" )
988 .FriendlyName(
_(
"Cycle Body Style" ) )
989 .Tooltip(
_(
"Switch between De Morgan (or other) representations" ) )
993 .Name(
"eeschema.InteractiveEdit.toLabel" )
995 .FriendlyName(
_(
"Change to Label" ) )
996 .Tooltip(
_(
"Change existing item to a label" ) )
1002 .Name(
"eeschema.InteractiveEdit.toCLabel" )
1006 .FriendlyName(
_(
"Change to Directive Label" ) )
1007 .Tooltip(
_(
"Change existing item to a directive label" ) )
1013 .Name(
"eeschema.InteractiveEdit.toHLabel" )
1015 .FriendlyName(
_(
"Change to Hierarchical Label" ) )
1016 .Tooltip(
_(
"Change existing item to a hierarchical label" ) )
1022 .Name(
"eeschema.InteractiveEdit.toGLabel" )
1024 .FriendlyName(
_(
"Change to Global Label" ) )
1025 .Tooltip(
_(
"Change existing item to a global label" ) )
1031 .Name(
"eeschema.InteractiveEdit.toText" )
1033 .FriendlyName(
_(
"Change to Text" ) )
1034 .Tooltip(
_(
"Change existing item to a text comment" ) )
1040 .Name(
"eeschema.InteractiveEdit.toTextBox" )
1042 .FriendlyName(
_(
"Change to Text Box" ) )
1043 .Tooltip(
_(
"Change existing item to a text box" ) )
1049 .Name(
"eeschema.InteractiveEdit.cleanupSheetPins" )
1051 .FriendlyName(
_(
"Cleanup Sheet Pins" ) )
1052 .Tooltip(
_(
"Delete unreferenced sheet pins" ) ) );
1055 .Name(
"eeschema.InteractiveEdit.editTextAndGraphics" )
1057 .FriendlyName(
_(
"Edit Text & Graphics Properties..." ) )
1058 .Tooltip(
_(
"Edit text and graphics properties globally across schematic" ) )
1062 .Name(
"eeschema.InteractiveEdit.symbolProperties" )
1064 .FriendlyName(
_(
"Symbol Properties..." ) )
1068 .Name(
"eeschema.InteractiveEdit.pinTable" )
1070 .FriendlyName(
_(
"Pin Table..." ) )
1071 .Tooltip(
_(
"Displays pin table for bulk editing of pins" ) )
1075 .Name(
"eeschema.InteractiveEdit.convertStackedPins" )
1077 .FriendlyName(
_(
"Convert Stacked Pins" ) )
1078 .Tooltip(
_(
"Convert multiple pins at the same location to a single pin with stacked notation" ) )
1082 .Name(
"eeschema.InteractiveEdit.explodeStackedPin" )
1084 .FriendlyName(
_(
"Explode Stacked Pin" ) )
1085 .Tooltip(
_(
"Convert a pin with stacked notation to multiple individual pins" ) )
1089 .Name(
"eeschema.InteractiveEdit.breakWire" )
1091 .FriendlyName(
_(
"Break" ) )
1092 .Tooltip(
_(
"Divide into connected segments" ) )
1096 .Name(
"eeschema.InteractiveEdit.slice" )
1098 .FriendlyName(
_(
"Slice" ) )
1099 .Tooltip(
_(
"Divide into unconnected segments" ) )
1105 .Name(
"eeschema.EditorControl.restartMove" )
1109 .Name(
"eeschema.EditorControl.highlightNet" )
1111 .DefaultHotkey(
'`' )
1112 .FriendlyName(
_(
"Highlight Net" ) )
1113 .Tooltip(
_(
"Highlight net under cursor" ) )
1117 .Name(
"eeschema.EditorControl.clearHighlight" )
1119 .DefaultHotkey(
'~' )
1120 .FriendlyName(
_(
"Clear Net Highlighting" ) )
1121 .Tooltip(
_(
"Clear any existing net highlighting" ) ) );
1124 .Name(
"eeschema.EditorControl.updateNetHighlighting" )
1128 .Name(
"eeschema.EditorControl.highlightNetTool" )
1130 .FriendlyName(
_(
"Highlight Nets" ) )
1131 .Tooltip(
_(
"Highlight wires and pins of a net" ) )
1137 .Name(
"eeschema.EditorControl.highlightNetChain" )
1139 .FriendlyName(
_(
"Highlight Net Chain" ) )
1140 .Tooltip(
_(
"Highlight the net chain under the cursor" ) )
1144 .Name(
"eeschema.EditorControl.removeFromNetChain" )
1146 .FriendlyName(
_(
"Remove from Net Chain" ) )
1147 .Tooltip(
_(
"Remove the selected net from its net chain by disabling propagation on the bridging component(s)" ) ) );
1150 .Name(
"eeschema.EditorControl.replaceTerminalPin" )
1152 .FriendlyName(
_(
"Replace Terminal Pin" ) ) );
1155 .Name(
"eeschema.EditorControl.nameNetChain" )
1157 .FriendlyName(
_(
"Name Net Chain" ) )
1158 .Tooltip(
_(
"Assign a name to the net chain" ) ) );
1161 .Name(
"eeschema.EditorControl.createNetChainBetweenPins" )
1163 .FriendlyName(
_(
"Create Net Chain Between Pins" ) )
1164 .Tooltip(
_(
"Create a new net chain connecting the two selected pins" ) ) );
1167 .Name(
"eeschema.EditorControl.createNetChain" )
1169 .FriendlyName(
_(
"Create Net Chain..." ) )
1170 .Tooltip(
_(
"Detect net chain paths through passives and create a named net chain" ) ) );
1173 .Name(
"eeschema.EditorControl.showNetNavigator" )
1175 .FriendlyName(
_(
"Net Navigator" ) )
1176 .Tooltip(
_(
"Show/hide the net navigator" ) ) );
1179 .Name(
"eeschema.EditorControl.editWithSymbolEditor" )
1181 .DefaultHotkey(
MD_CTRL +
'E' )
1182 .LegacyHotkeyName(
"Edit with Symbol Editor" )
1183 .FriendlyName(
_(
"Edit with Symbol Editor" ) )
1184 .Tooltip(
_(
"Open the selected symbol in the Symbol Editor" ) )
1188 .Name(
"eeschema.EditorControl.setExcludeFromBOM" )
1190 .FriendlyName(
_(
"Exclude from Bill of Materials" ) )
1191 .Tooltip(
_(
"Set the exclude from bill of materials attribute" ) ) );
1194 .Name(
"eeschema.EditorControl.setExcludeFromSimulation" )
1196 .FriendlyName(
_(
"Exclude from Simulation" ) )
1197 .Tooltip(
_(
"Set the exclude from simulation attribute" ) ) );
1200 .Name(
"eeschema.EditorControl.setExcludeFromBoard" )
1202 .FriendlyName(
_(
"Exclude from Board" ) )
1203 .Tooltip(
_(
"Set the exclude from board attribute" ) ) );
1206 .Name(
"eeschema.EditorControl.setExcludeFromPosFiles" )
1208 .FriendlyName(
_(
"Exclude from Position Files" ) )
1209 .Tooltip(
_(
"Set the exclude from position files attribute" ) ) );
1212 .Name(
"eeschema.EditorControl.setDNP" )
1214 .FriendlyName(
_(
"Do not Populate" ) )
1215 .Tooltip(
_(
"Set the do not populate attribute" ) ) );
1218 .Name(
"eeschema.EditorControl.editLibSymbolWithSymbolEditor" )
1221 .FriendlyName(
_(
"Edit Library Symbol..." ) )
1222 .Tooltip(
_(
"Open the library symbol in the Symbol Editor" ) )
1226 .Name(
"eeschema.EditorControl.editSymbolFields" )
1228 .FriendlyName(
_(
"Bulk Edit Symbol Fields..." ) )
1229 .Tooltip(
_(
"Edit a table of fields from all symbols in the schematic" ) )
1233 .Name(
"eeschema.EditorControl.editSymbolLibraryLinks" )
1235 .FriendlyName(
_(
"Bulk Edit Symbol Library Links..." ) )
1236 .Tooltip(
_(
"Edit a table of links between schematic and library symbols" ) )
1240 .Name(
"eeschema.EditorControl.assignFootprints" )
1242 .FriendlyName(
_(
"Assign Footprints..." ) )
1243 .Tooltip(
_(
"Run footprint assignment tool" ) )
1247 .Name(
"eeschema.EditorControl.importFPAssignments" )
1249 .FriendlyName(
_(
"Import Footprint Assignments..." ) )
1250 .Tooltip(
_(
"Import symbol footprint assignments from .cmp file created by board editor" ) )
1254 .Name(
"eeschema.EditorControl.annotate" )
1256 .FriendlyName(
_(
"Annotate Schematic..." ) )
1257 .Tooltip(
_(
"Fill in schematic symbol reference designators" ) )
1261 .Name(
"eeschema.EditorControl.incrementAnnotations" )
1263 .FriendlyName(
_(
"Increment Annotations From..." ) )
1264 .Tooltip(
_(
"Increment a subset of reference designators starting at a particular symbol" ) )
1269 .Name(
"eeschema.EditorControl.schematicSetup" )
1271 .FriendlyName(
_(
"Schematic Setup..." ) )
1272 .Tooltip(
_(
"Edit schematic setup including annotation styles and electrical rules" ) )
1276 .Name(
"eeschema.EditorControl.editPageNumber" )
1278 .FriendlyName(
_(
"Edit Sheet Page Number..." ) )
1279 .Tooltip(
_(
"Edit the page number of the current or selected sheet" ) ) );
1282 .Name(
"eeschema.EditorControl.rescueSymbols" )
1284 .FriendlyName(
_(
"Rescue Symbols..." ) )
1285 .Tooltip(
_(
"Find old symbols in project and rename/rescue them" ) )
1289 .Name(
"eeschema.EditorControl.remapSymbols" )
1291 .FriendlyName(
_(
"Remap Legacy Library Symbols..." ) )
1292 .Tooltip(
_(
"Remap library symbol references in legacy schematics to the symbol library table" ) )
1296 .Name(
"eeschema.EditorControl.nextNetItem" )
1298 .DefaultHotkey( WXK_TAB )
1299 .FriendlyName(
_(
"Next Net Item" ) )
1300 .Tooltip(
_(
"Select next item on the current net" ) ) );
1303 .Name(
"eeschema.EditorControl.previousNetItem" )
1305 .DefaultHotkey(
MD_SHIFT +
static_cast<int>( WXK_TAB ) )
1306 .FriendlyName(
_(
"Previous Net Item" ) )
1307 .Tooltip(
_(
"Select previous item on the current net" ) ) );
1310 .Name(
"eeschema.EditorControl.drawSheetOnClipboard" )
1312 .FriendlyName(
_(
"Export Drawing to Clipboard" ) )
1313 .Tooltip(
_(
"Export drawing of current sheet to clipboard" ) )
1317 .Name(
"eeschema.EditorControl.importGraphics" )
1320 .LegacyHotkeyName(
"Place DXF" )
1321 .FriendlyName(
_(
"Import Graphics..." ) )
1322 .Tooltip(
_(
"Import 2D drawing file" ) )
1327 .Name(
"eeschema.EditorControl.importNonKicadSchematic" )
1329 .FriendlyName(
_(
"Import Non-KiCad Schematic..." ) )
1330 .Tooltip(
_(
"Replace current schematic sheet with one imported from another application" ) )
1334 .Name(
"eeschema.EditorControl.showPcbNew" )
1336 .FriendlyName(
_(
"Switch to PCB Editor" ) )
1337 .Tooltip(
_(
"Open PCB in board editor" ) )
1341 .Name(
"eeschema.EditorControl.exportNetlist" )
1343 .FriendlyName(
_(
"Export Netlist..." ) )
1344 .Tooltip(
_(
"Export file containing netlist in one of several formats" ) )
1348 .Name(
"eeschema.EditorControl.generateBOM" )
1350 .FriendlyName(
_(
"Generate Bill of Materials..." ) )
1351 .Tooltip(
_(
"Generate a bill of materials for the current schematic" ) )
1355 .Name(
"eeschema.EditorControl.generateBOMLegacy" )
1357 .FriendlyName(
_(
"Generate Legacy Bill of Materials..." ) )
1358 .Tooltip(
_(
"Generate a bill of materials for the current schematic (Legacy Generator)" ) )
1363 .Name(
"eeschema.EditorControl.generateBOMExternal" )
1365 .FriendlyName(
_(
"Generate Bill of Materials (External)..." ) )
1366 .Tooltip(
_(
"Generate a bill of materials for the current schematic using external generator" ) )
1370 .Name(
"eeschema.EditorControl.exportSymbolsToLibrary" )
1372 .FriendlyName(
_(
"Export Symbols..." ) )
1373 .Tooltip(
_(
"Add symbols from schematic to a new or an existing symbol library\n"
1374 "(does not remove other symbols from this library)" ) )
1378 .Name(
"eeschema.EditorControl.selectOnPCB" )
1380 .FriendlyName(
_(
"Select on PCB" ) )
1381 .Tooltip(
_(
"Select corresponding items in PCB editor" ) )
1385 .Name(
"eeschema.EditorControl.showHiddenPins" )
1387 .FriendlyName(
_(
"Show Hidden Pins" ) )
1392 .Name(
"eeschema.EditorControl.showHiddenFields" )
1394 .FriendlyName(
_(
"Show Hidden Fields" ) )
1398 .Name(
"eeschema.EditorControl.showDirectiveLabels" )
1400 .FriendlyName(
_(
"Show Directive Labels" ) )
1404 .Name(
"eeschema.EditorControl.showERCWarnings" )
1406 .FriendlyName(
_(
"Show ERC Warnings" ) )
1407 .Tooltip(
_(
"Show markers for electrical rules checker warnings" ) )
1411 .Name(
"eeschema.EditorControl.showERCErrors" )
1413 .FriendlyName(
_(
"Show ERC Errors" ) )
1414 .Tooltip(
_(
"Show markers for electrical rules checker errors" ) )
1418 .Name(
"eeschema.EditorControl.showERCExclusions" )
1420 .FriendlyName(
_(
"Show ERC Exclusions" ) )
1421 .Tooltip(
_(
"Show markers for excluded electrical rules checker violations" ) )
1425 .Name(
"eeschema.EditorControl.markSimExclusions" )
1427 .FriendlyName(
_(
"Mark items excluded from simulation" ) )
1428 .Tooltip(
_(
"Draw 'X's over items which have been excluded from simulation" ) )
1432 .Name(
"eeschema.EditorControl.showOperatingPointVoltages" )
1434 .FriendlyName(
_(
"Show OP Voltages" ) )
1435 .Tooltip(
_(
"Show operating point voltage data from simulation" ) )
1439 .Name(
"eeschema.EditorControl.showOperatingPointCurrents" )
1441 .FriendlyName(
_(
"Show OP Currents" ) )
1442 .Tooltip(
_(
"Show operating point current data from simulation" ) )
1446 .Name(
"eeschema.EditorControl.togglePinAltIcons" )
1448 .FriendlyName(
_(
"Show Pin Alternate Icons" ) )
1449 .Tooltip(
_(
"Show indicator icons for pins with alternate modes" ) )
1453 .Name(
"eeschema.EditorControl.lineModeFree" )
1455 .FriendlyName(
_(
"Line Mode for Wires and Buses" ) )
1456 .Tooltip(
_(
"Draw and drag at any angle" ) )
1462 .Name(
"eeschema.EditorControl.lineModeOrthonal" )
1464 .FriendlyName(
_(
"Line Mode for Wires and Buses" ) )
1465 .Tooltip(
_(
"Constrain drawing and dragging to horizontal or vertical motions" ) )
1471 .Name(
"eeschema.EditorControl.lineMode45" )
1473 .FriendlyName(
_(
"Line Mode for Wires and Buses" ) )
1474 .Tooltip(
_(
"Constrain drawing and dragging to horizontal, vertical, or 45-degree angle motions" ) )
1480 .Name(
"eeschema.EditorControl.lineModeNext" )
1482 .DefaultHotkey(
MD_SHIFT +
static_cast<int>( WXK_SPACE ) )
1483 .FriendlyName(
_(
"Line Mode for Wires and Buses" ) )
1484 .Tooltip(
_(
"Switch to next angle snapping mode" ) ) );
1487 .Name(
"eeschema.EditorControl.angleSnapModeChanged" )
1492 .Name(
"eeschema.EditorControl.annotateAutomatically" )
1494 .FriendlyName(
_(
"Annotate Automatically" ) )
1495 .Tooltip(
_(
"Toggle automatic annotation of new symbols" ) )
1500 .Name(
"eeschema.EditorControl.previousUnit" )
1502 .FriendlyName(
_(
"Previous Symbol Unit" ) )
1503 .Tooltip(
_(
"Open the previous unit of the symbol" ) )
1504 .Parameter<int>( -1 ) );
1507 .Name(
"eeschema.EditorControl.nextUnit" )
1509 .FriendlyName(
_(
"Next Symbol Unit" ) )
1510 .Tooltip(
_(
"Open the next unit of the symbol" ) )
1511 .Parameter<int>( 1 ) );
1516 .Name(
"eeschema.NavigateTool.changeSheet" )
1518 .FriendlyName(
_(
"Change Sheet" ) )
1519 .Tooltip(
_(
"Change to provided sheet's contents in the schematic editor" ) )
1523 .Name(
"eeschema.NavigateTool.enterSheet" )
1525 .FriendlyName(
_(
"Enter Sheet" ) )
1526 .Tooltip(
_(
"Display the selected sheet's contents in the schematic editor" ) )
1530 .Name(
"eeschema.NavigateTool.leaveSheet" )
1532 .DefaultHotkey(
MD_ALT +
static_cast<int>( WXK_BACK ) )
1533 .LegacyHotkeyName(
"Leave Sheet" )
1534 .FriendlyName(
_(
"Leave Sheet" ) )
1535 .Tooltip(
_(
"Display the parent sheet in the schematic editor" ) )
1539 .Name(
"eeschema.NavigateTool.up" )
1541 .DefaultHotkey(
MD_ALT +
static_cast<int>( WXK_UP ) )
1542 .FriendlyName(
_(
"Navigate Up" ) )
1543 .Tooltip(
_(
"Navigate up one sheet in the hierarchy" ) )
1547 .Name(
"eeschema.NavigateTool.back" )
1549 .DefaultHotkey(
MD_ALT +
static_cast<int>( WXK_LEFT ) )
1550 .FriendlyName(
_(
"Navigate Back" ) )
1551 .Tooltip(
_(
"Move backward in sheet navigation history" ) )
1555 .Name(
"eeschema.NavigateTool.forward" )
1557 .DefaultHotkey(
MD_ALT +
static_cast<int>( WXK_RIGHT ) )
1558 .FriendlyName(
_(
"Navigate Forward" ) )
1559 .Tooltip(
_(
"Move forward in sheet navigation history" ) )
1563 .Name(
"eeschema.NavigateTool.previous" )
1565 .DefaultHotkey( WXK_PAGEUP )
1566 .FriendlyName(
_(
"Previous Sheet" ) )
1567 .Tooltip(
_(
"Move to previous sheet by number" ) )
1571 .Name(
"eeschema.NavigateTool.next" )
1573 .DefaultHotkey( WXK_PAGEDOWN )
1574 .FriendlyName(
_(
"Next Sheet" ) )
1575 .Tooltip(
_(
"Move to next sheet by number" ) )
1579 .Name(
"eeschema.EditorTool.showHierarchy" )
1581 .DefaultHotkey(
MD_CTRL +
'H' )
1582 .FriendlyName(
_(
"Hierarchy Navigator" ) )
1583 .Tooltip(
_(
"Show/hide the schematic sheet hierarchy navigator" ) )
1592 .Name(
"eeschema.InteractiveDrawingLineWireBus.drawWires" )
1594 .DefaultHotkey(
'W' )
1595 .LegacyHotkeyName(
"Begin Wire" )
1596 .FriendlyName(
_(
"Draw Wires" ) )
1604 .Name(
"eeschema.InteractiveDrawingLineWireBus.drawBuses" )
1606 .DefaultHotkey(
'B' )
1607 .LegacyHotkeyName(
"Begin Bus" )
1608 .FriendlyName(
_(
"Draw Buses" ) )
1615 .Name(
"eeschema.InteractiveDrawingLineWireBus.unfoldBus" )
1617 .DefaultHotkey(
'C' )
1618 .LegacyHotkeyName(
"Unfold from Bus" )
1619 .FriendlyName(
_(
"Unfold from Bus" ) )
1620 .Tooltip(
_(
"Break a wire out of a bus" ) )
1623 .Parameter<wxString*>(
nullptr ) );
1627 .Name(
"eeschema.InteractiveDrawingLineWireBus.drawLines" )
1629 .DefaultHotkey(
'I' )
1630 .LegacyHotkeyName(
"Add Graphic PolyLine" )
1631 .FriendlyName(
_(
"Draw Lines" ) )
1638 .Name(
"eeschema.InteractiveDrawingLineWireBus.undoLastSegment")
1640 .DefaultHotkey( WXK_BACK )
1641 .FriendlyName(
_(
"Undo Last Segment" ) )
1642 .Tooltip(
_(
"Walks the current line back one segment." ) )
1646 .Name(
"eeschema.InteractiveDrawingLineWireBus.switchPosture" )
1648 .DefaultHotkey(
'/' )
1649 .FriendlyName(
_(
"Switch Segment Posture" ) )
1650 .Tooltip(
_(
"Switches posture of the current segment." ) )
1657 .Name(
"eeschema.InteractiveMove.move" )
1659 .DefaultHotkey(
'M' )
1660 .LegacyHotkeyName(
"Move Item" )
1661 .FriendlyName(
_(
"Move" ) )
1666 .Name(
"eeschema.InteractiveMove.drag" )
1668 .DefaultHotkey(
'G' )
1669 .LegacyHotkeyName(
"Drag Item" )
1670 .FriendlyName(
_(
"Drag" ) )
1671 .Tooltip(
_(
"Move items while keeping their connections" ) )
1676 .Name(
"eeschema.AlignToGrid" )
1678 .FriendlyName(
_(
"Align Items to Grid" ) )
1683 .Name(
"eeschema.Align.alignTop" )
1685 .FriendlyName(
_(
"Align to Top" ) )
1686 .Tooltip(
_(
"Aligns selected items to the top edge of the item under the cursor" ) )
1691 .Name(
"eeschema.Align.alignBottom" )
1693 .FriendlyName(
_(
"Align to Bottom" ) )
1694 .Tooltip(
_(
"Aligns selected items to the bottom edge of the item under the cursor" ) )
1699 .Name(
"eeschema.Align.alignLeft" )
1701 .FriendlyName(
_(
"Align to Left" ) )
1702 .Tooltip(
_(
"Aligns selected items to the left edge of the item under the cursor" ) )
1707 .Name(
"eeschema.Align.alignRight" )
1709 .FriendlyName(
_(
"Align to Right" ) )
1710 .Tooltip(
_(
"Aligns selected items to the right edge of the item under the cursor" ) )
1715 .Name(
"eeschema.Align.alignCenterX" )
1717 .FriendlyName(
_(
"Align to Horizontal Center" ) )
1718 .Tooltip(
_(
"Aligns selected items to the horizontal center of the item under the cursor" ) )
1723 .Name(
"eeschema.Align.alignCenterY" )
1725 .FriendlyName(
_(
"Align to Vertical Center" ) )
1726 .Tooltip(
_(
"Aligns selected items to the vertical center of the item under the cursor" ) )
1732 .Name(
"eeschema.EditorControl.saveCurrSheetCopyAs" )
1734 .FriendlyName(
_(
"Save Current Sheet Copy As..." ) )
1735 .Tooltip(
_(
"Save a copy of the current sheet to another location or name" ) )
1740 .Name(
"eeschema.EditorControl.ddAppendFile" )
1744 .Name(
"eeschema.EditorControl.ddAddImage" )
1748 .Name(
"eeschema.EditorControl.ddImportGraphics" )
1753 .Name(
"eeschema.Simulation.newAnalysisTab" )
1755 .DefaultHotkey(
MD_CTRL +
'N' )
1756 .LegacyHotkeyName(
"New" )
1757 .FriendlyName(
_(
"New Analysis Tab..." ) )
1758 .Tooltip(
_(
"Create a new tab containing a simulation analysis" ) )
1762 .Name(
"eeschema.Simulation.openWorkbook" )
1764 .DefaultHotkey(
MD_CTRL +
'O' )
1765 .LegacyHotkeyName(
"Open" )
1766 .FriendlyName(
_(
"Open Workbook..." ) )
1767 .Tooltip(
_(
"Open a saved set of analysis tabs and settings" ) )
1771 .Name(
"eeschema.Simulation.saveWorkbook" )
1773 .DefaultHotkey(
MD_CTRL +
'S' )
1774 .LegacyHotkeyName(
"Save" )
1775 .FriendlyName(
_(
"Save Workbook" ) )
1776 .Tooltip(
_(
"Save the current set of analysis tabs and settings" ) )
1780 .Name(
"eeschema.Simulation.saveWorkbookAs" )
1783 .LegacyHotkeyName(
"Save As" )
1784 .FriendlyName(
_(
"Save Workbook As..." ) )
1785 .Tooltip(
_(
"Save the current set of analysis tabs and settings to another location" ) )
1789 .Name(
"eeschema.Simulator.exportPNG" )
1791 .FriendlyName(
_(
"Export Current Plot as PNG..." ) )
1795 .Name(
"eeschema.Simulator.exportCSV" )
1797 .FriendlyName(
_(
"Export Current Plot as CSV..." ) )
1801 .Name(
"eeschema.Simulator.exportToClipboard" )
1803 .FriendlyName(
_(
"Export Current Plot to Clipboard" ) )
1807 .Name(
"eeschema.Simulator.exportPlotToSchematic" )
1809 .FriendlyName(
_(
"Export Current Plot to Schematic" ) )
1813 .Name(
"eeschema.Simulator.toggleSimSidePanel" )
1815 .FriendlyName(
_(
"Show Simulation Side Panel" ) ) );
1818 .Name(
"eeschema.Simulator.toggleSimConsole" )
1820 .FriendlyName(
_(
"Show Simulation Console Panel" ) ) );
1823 .Name(
"eeschema.Simulator.toggleLegend" )
1825 .FriendlyName(
_(
"Show Legend" ) )
1829 .Name(
"eeschema.Simulator.toggleDottedSecondary" )
1831 .FriendlyName(
_(
"Dotted Current/Phase" ) )
1832 .Tooltip(
_(
"Draw secondary signal trace (current or phase) with a dotted line" ) ) );
1835 .Name(
"eeschema.Simulator.toggleDarkModePlots" )
1837 .FriendlyName(
_(
"Dark Mode Plots" ) )
1838 .Tooltip(
_(
"Draw plots with a black background" ) ) );
1841 .Name(
"eeschema.Simulation.simAnalysisProperties" )
1843 .FriendlyName(
_(
"Edit Analysis Tab..." ) )
1844 .Tooltip(
_(
"Edit the current analysis tab's SPICE command and plot setup" ) )
1848 .Name(
"eeschema.Simulation.runSimulation" )
1850 .DefaultHotkey(
'R' )
1851 .FriendlyName(
_(
"Run Simulation" ) )
1855 .Name(
"eeschema.Simulation.stopSimulation" )
1857 .FriendlyName(
_(
"Stop Simulation" ) )
1861 .Name(
"eeschema.Simulation.probe" )
1864 .FriendlyName(
_(
"Probe Schematic..." ) )
1865 .Tooltip(
_(
"Add a simulator probe" ) )
1869 .Name(
"eeschema.Simulation.tune" )
1872 .FriendlyName(
_(
"Add Tuned Value..." ) )
1873 .Tooltip(
_(
"Select a value to be tuned" ) )
1877 .Name(
"eeschema.Simulation.editUserDefinedSignals" )
1879 .FriendlyName(
_(
"User-defined Signals..." ) )
1880 .Tooltip(
_(
"Add, edit or delete user-defined simulation signals" ) )
1884 .Name(
"eeschema.Simulation.showNetlist" )
1886 .FriendlyName(
_(
"Show SPICE Netlist" ) )
1890 .Name(
"eeschema.EditorControl.addVariant" )
1892 .FriendlyName(
_(
"Add Design Variant..." ) )
1893 .Tooltip(
_(
"Add new design variant to the schematic." ) ) );
1896 .Name(
"eeschema.EditorControl.removeVariant" )
1898 .FriendlyName(
_(
"Remove Design Variant..." ) )
1899 .Tooltip(
_(
"Remove an existing design variant from the schematic." ) ) );
1902 .Name(
"eeschema.EditorControl.editVariantDescription" )
1904 .FriendlyName(
_(
"Edit Variant Description..." ) )
1905 .Tooltip(
_(
"Edit the description 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 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 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 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 deleteLastPoint
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 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 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 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