48 .Name(
"eeschema.InspectionTool.runERC" )
50 .FriendlyName(
_(
"Electrical Rules Checker" ) )
51 .Tooltip(
_(
"Show the electrical rules checker window" ) )
55 .Name(
"eeschema.InspectionTool.checkSymbol" )
57 .FriendlyName(
_(
"Symbol Checker" ) )
58 .Tooltip(
_(
"Show the symbol checker window" ) )
62 .Name(
"eeschema.InspectionTool.diffSymbol" )
64 .FriendlyName(
_(
"Compare Symbol with Library" ) )
65 .Tooltip(
_(
"Show differences between schematic symbol and its library equivalent" ) )
69 .Name(
"eeschema.InspectionTool.showBusSyntaxHelp" )
71 .FriendlyName(
_(
"Show Bus Syntax Help" ) )
75 .Name(
"eeschema.EditorControl.showSimulator" )
77 .FriendlyName(
_(
"Simulator" ) )
78 .Tooltip(
_(
"Show simulation window for running SPICE or IBIS simulations." ) )
85 .Name(
"eeschema.PointEditor.addCorner" )
87 .FriendlyName(
_(
"Create Corner" ) )
91 .Name(
"eeschema.PointEditor.removeCorner" )
93 .FriendlyName(
_(
"Remove Corner" ) )
99 .Name(
"eeschema.InteractiveSelection.SelectNode" )
101 .DefaultHotkey(
MD_ALT +
'3' )
102 .LegacyHotkeyName(
"Select Node" )
103 .FriendlyName(
_(
"Select Node" ) )
104 .Tooltip(
_(
"Select a connection item under the cursor" ) ) );
107 .Name(
"eeschema.InteractiveSelection.SelectConnection" )
109 .DefaultHotkey(
MD_CTRL +
'4' )
110 .LegacyHotkeyName(
"Select Connection" )
111 .FriendlyName(
_(
"Select/Expand Connection" ) )
112 .Tooltip(
_(
"Selects a connection or expands an existing selection to pins, symbols, or entire connections" ) )
116 .Name(
"eeschema.InteractiveSelection.SyncSelection" )
121 .Name(
"eeschema.SchDesignBlockControl.showDesignBlockPanel" )
123 .FriendlyName(
_(
"Design Blocks" ) )
124 .Tooltip(
_(
"Show/hide design blocks library" ) )
128 .Name(
"eeschema.RemoteSymbols.showPanel" )
130 .FriendlyName(
_(
"Remote Symbols" ) )
131 .Tooltip(
_(
"Show/hide the remote symbol panel" ) )
135 .Name(
"eeschema.SchDesignBlockControl.saveSheetAsDesignBlock" )
137 .FriendlyName(
_(
"Save Current Sheet as Design Block..." ) )
138 .Tooltip(
_(
"Create a new design block from the current sheet" ) )
142 .Name(
"eeschema.SchDesignBlockControl.saveSelectionAsDesignBlock" )
144 .FriendlyName(
_(
"Save Selection as Design Block..." ) )
145 .Tooltip(
_(
"Create a new design block from the current selection" ) )
149 .Name(
"eeschema.SchDesignBlockControl.saveSheetToDesignBlock" )
151 .FriendlyName(
_(
"Save Current Sheet to Design Block..." ) )
152 .Tooltip(
_(
"Add current sheet to design block" ) )
156 .Name(
"eeschema.SchDesignBlockControl.saveSelectionToDesignBlock" )
158 .FriendlyName(
_(
"Save Selection to Design Block..." ) )
159 .Tooltip(
_(
"Add current selection to design block" ) )
163 .Name(
"eeschema.SchDesignBlockControl.saveDeleteDesignBlock" )
165 .FriendlyName(
_(
"Delete Design Block" ) )
166 .Tooltip(
_(
"Remove the selected design block from its library" ) )
170 .Name(
"eeschema.SchDesignBlockControl.editDesignBlockProperties" )
172 .FriendlyName(
_(
"Properties..." ) )
173 .Tooltip(
_(
"Edit properties of design block" ) )
179 .Name(
"eeschema.SymbolLibraryControl.saveLibraryAs" )
182 .LegacyHotkeyName(
"Save As" )
183 .FriendlyName(
_(
"Save Library As..." ) )
184 .Tooltip(
_(
"Save the current library to a new file" ) ) );
187 .Name(
"eeschema.SymbolLibraryControl.newSymbol" )
189 .DefaultHotkey(
MD_CTRL +
'N' )
190 .FriendlyName(
_(
"New Symbol..." ) )
191 .Tooltip(
_(
"Create a new symbol in an existing library" ) )
195 .Name(
"eeschema.SymbolLibraryControl.deriveFromExistingSymbol" )
197 .FriendlyName(
_(
"Derive from Existing Symbol..." ) )
198 .Tooltip(
_(
"Create a new symbol, derived from an existing symbol" ) )
202 .Name(
"eeschema.SymbolLibraryControl.editSymbol" )
204 .FriendlyName(
_(
"Edit Symbol" ) )
205 .Tooltip(
_(
"Show selected symbol on editor canvas" ) )
209 .Name(
"eeschema.SymbolLibraryControl.duplicateSymbol" )
211 .FriendlyName(
_(
"Duplicate Symbol" ) )
215 .Name(
"eeschema.SymbolLibraryControl.renameFootprint" )
217 .FriendlyName(
_(
"Rename Symbol..." ) )
221 .Name(
"eeschema.SymbolLibraryControl.saveSymbolAs" )
223 .FriendlyName(
_(
"Save As..." ) )
224 .Tooltip(
_(
"Save the current symbol to a different library or name" ) )
228 .Name(
"eeschema.SymbolLibraryControl.saveSymbolCopyAs" )
230 .FriendlyName(
_(
"Save Copy As..." ) )
231 .Tooltip(
_(
"Save a copy of the current symbol to a different library or name" ) )
235 .Name(
"eeschema.SymbolLibraryControl.deleteSymbol" )
237 .FriendlyName(
_(
"Delete Symbol" ) )
238 .Tooltip(
_(
"Remove the selected symbol from its library" ) )
242 .Name(
"eeschema.SymbolLibraryControl.cutSymbol" )
244 .FriendlyName(
_(
"Cut" ) )
248 .Name(
"eeschema.SymbolLibraryControl.copySymbol" )
250 .FriendlyName(
_(
"Copy" ) )
254 .Name(
"eeschema.SymbolLibraryControl.pasteSymbol" )
256 .FriendlyName(
_(
"Paste Symbol" ) )
260 .Name(
"eeschema.SymbolLibraryControl.importSymbol" )
262 .FriendlyName(
_(
"Import Symbol..." ) )
263 .Tooltip(
_(
"Import a symbol to the current library" ) )
267 .Name(
"eeschema.SymbolLibraryControl.exportSymbol" )
269 .FriendlyName(
_(
"Export..." ) )
270 .Tooltip(
_(
"Export a symbol to a new library file" ) )
274 .Name(
"eeschema.SymbolLibraryControl.updateSymbolFields" )
276 .FriendlyName(
_(
"Update Symbol Fields..." ) )
277 .Tooltip(
_(
"Update symbol to match changes made in parent symbol" ) )
281 .Name(
"eeschema.SymbolLibraryControl.flattenSymbol" )
283 .FriendlyName(
_(
"Flatten Symbol" ) )
284 .Tooltip(
_(
"Remove inheritance from symbol" ) ) );
287 .Name(
"eeschema.SymbolLibraryControl.showLibraryFieldsTable" )
289 .FriendlyName(
_(
"Bulk Edit Symbol Fields..." ) )
290 .Tooltip(
_(
"Edit a table of fields from all symbols in the library" ) )
294 .Name(
"eeschema.SymbolLibraryControl.showRelatedLibraryFieldsTable" )
296 .FriendlyName(
_(
"Bulk Edit Related Symbol Fields..." ) )
297 .Tooltip(
_(
"Edit a table of fields from all symbols related to the selected symbol" ) )
301 .Name(
"eeschema.SymbolLibraryControl.addSymbolToSchematic" )
303 .FriendlyName(
_(
"Add Symbol to Schematic" ) )
304 .Tooltip(
_(
"Add the current symbol to the schematic" ) )
308 .Name(
"eeschema.SymbolLibraryControl.showElectricalTypes" )
310 .FriendlyName(
_(
"Show Pin Electrical Types" ) )
311 .Tooltip(
_(
"Annotate pins with their electrical types" ) )
316 .Name(
"eeschema.SymbolLibraryControl.showPinNumbers" )
318 .FriendlyName(
_(
"Show Pin Numbers" ) )
319 .Tooltip(
_(
"Annotate pins with their numbers" ) )
324 .Name(
"eeschema.SymbolLibraryControl.exportSymbolView" )
326 .FriendlyName(
_(
"Export View as PNG..." ) )
327 .Tooltip(
_(
"Create PNG file from the current view" ) )
331 .Name(
"eeschema.SymbolLibraryControl.exportSymbolAsSVG" )
333 .FriendlyName(
_(
"Export Symbol as SVG..." ) )
334 .Tooltip(
_(
"Create SVG file from the current symbol" ) )
338 .Name(
"eeschema.SymbolLibraryControl.toggleSyncedPinsMode" )
340 .FriendlyName(
_(
"Synchronized Pins Mode" ) )
341 .Tooltip(
_(
"Synchronized Pins Mode\n"
342 "When enabled propagates all changes (except pin numbers) to other units.\n"
343 "Enabled by default for multiunit parts with interchangeable units." ) )
348 .Name(
"eeschema.SymbolLibraryControl.showHiddenPins" )
350 .FriendlyName(
_(
"Show Hidden Pins" ) )
355 .Name(
"eeschema.SymbolLibraryControl.showHiddenFields" )
357 .FriendlyName(
_(
"Show Hidden Fields" ) )
365 .Name(
"eeschema.SymbolDrawing.placeSymbolPin" )
367 .DefaultHotkey(
'P' )
368 .LegacyHotkeyName(
"Create Pin" )
369 .FriendlyName(
_(
"Draw Pins" ) )
376 .Name(
"eeschema.SymbolDrawing.placeSymbolText" )
378 .FriendlyName(
_(
"Draw Text" ) )
385 .Name(
"eeschema.SymbolDrawing.drawSymbolTextBox" )
387 .FriendlyName(
_(
"Draw Text Boxes" ) )
393 .Name(
"eeschema.SymbolDrawing.drawSymbolLines" )
395 .FriendlyName(
_(
"Draw Lines" ) )
396 .Tooltip(
_(
"Draw connected graphic lines" ) )
403 .Name(
"eeschema.SymbolDrawing.drawSymbolPolygon" )
405 .FriendlyName(
_(
"Draw Polygons" ) )
412 .Name(
"eeschema.SymbolDrawing.placeSymbolAnchor" )
414 .FriendlyName(
_(
"Move Symbol Anchor" ) )
422 .Name(
"eeschema.PinEditing.pushPinLength" )
424 .FriendlyName(
_(
"Push Pin Length" ) )
425 .Tooltip(
_(
"Copy pin length to other pins in symbol" ) )
429 .Name(
"eeschema.PinEditing.pushPinNameSize" )
431 .FriendlyName(
_(
"Push Pin Name Size" ) )
432 .Tooltip(
_(
"Copy pin name size to other pins in symbol" ) )
436 .Name(
"eeschema.PinEditing.pushPinNumSize" )
438 .FriendlyName(
_(
"Push Pin Number Size" ) )
439 .Tooltip(
_(
"Copy pin number size to other pins in symbol" ) )
446 .Name(
"eeschema.InteractiveDrawing.placeSymbol" )
448 .DefaultHotkey(
'A' )
449 .LegacyHotkeyName(
"Add Symbol" )
450 .FriendlyName(
_(
"Place Symbols" ) )
454 .Parameter<SCH_ACTIONS::PLACE_SYMBOL_PARAMS>( {} ) );
457 .Name(
"eeschema.InteractiveDrawing.placeNextSymbolUnit" )
459 .FriendlyName(
_(
"Place Next Symbol Unit" ) )
460 .Tooltip(
_(
"Place the next unit of the current symbol that is missing from the schematic" ) )
463 .Parameter<SCH_ACTIONS::PLACE_SYMBOL_UNIT_PARAMS>( {} ) );
466 .Name(
"eeschema.InteractiveDrawing.placePowerSymbol" )
468 .DefaultHotkey(
'P' )
469 .LegacyHotkeyName(
"Add Power" )
470 .FriendlyName(
_(
"Place Power Symbols" ) )
474 .Parameter<SCH_ACTIONS::PLACE_SYMBOL_PARAMS>( {} ) );
477 .Name(
"eeschema.InteractiveDrawing.placeDesignBlock" )
480 .FriendlyName(
_(
"Place Design Block" ) )
481 .Tooltip(
_(
"Add selected design block to current sheet" ) )
484 .Parameter<DESIGN_BLOCK*>(
nullptr ) );
487 .Name(
"eeschema.InteractiveDrawing.placeLinkedDesignBlock" )
489 .FriendlyName(
_(
"Place Linked Design Block" ) )
490 .Tooltip(
_(
"Place design block linked to selected group" ) )
495 .Name(
"eeschema.InteractiveDrawing.saveToLinkedDesignBlock" )
497 .FriendlyName(
_(
"Save to Linked Design Block" ) )
498 .Tooltip(
_(
"Save selected group to linked design block" ) )
504 .Name(
"eeschema.InteractiveDrawing.placeNoConnect" )
506 .DefaultHotkey(
'Q' )
507 .LegacyHotkeyName(
"Add No Connect Flag" )
508 .FriendlyName(
_(
"Place No Connect Flags" ) )
515 .Name(
"eeschema.InteractiveDrawing.placeJunction" )
517 .DefaultHotkey(
'J' )
518 .LegacyHotkeyName(
"Add Junction" )
519 .FriendlyName(
_(
"Place Junctions" ) )
526 .Name(
"eeschema.InteractiveDrawing.placeBusWireEntry" )
528 .DefaultHotkey(
'Z' )
529 .LegacyHotkeyName(
"Add Wire Entry" )
530 .FriendlyName(
_(
"Place Wire to Bus Entries" ) )
537 .Name(
"eeschema.InteractiveDrawing.placeLabel" )
539 .DefaultHotkey(
'L' )
540 .LegacyHotkeyName(
"Add Label" )
541 .FriendlyName(
_(
"Place Net Labels" ) )
547 .Name(
"eeschema.InteractiveDrawing.placeClassLabel" )
549 .FriendlyName(
_(
"Place Directive Labels" ) )
555 .Name(
"eeschema.InteractiveDrawing.placeHierarchicalLabel" )
557 .DefaultHotkey(
'H' )
558 .LegacyHotkeyName(
"Add Hierarchical Label" )
559 .FriendlyName(
_(
"Place Hierarchical Labels" ) )
565 .Name(
"eeschema.InteractiveDrawing.drawSheet" )
567 .DefaultHotkey(
'S' )
568 .LegacyHotkeyName(
"Add Sheet" )
569 .FriendlyName(
_(
"Draw Hierarchical Sheets" ) )
576 .Name(
"eeschema.InteractiveDrawing.drawSheetFromFile" )
578 .FriendlyName(
_(
"Draw Sheet from File" ) )
579 .Tooltip(
_(
"Copy sheet into project and draw on current sheet" ) )
582 .Parameter<wxString*> (
nullptr ) );
585 .Name(
"eeschema.InteractiveDrawing.drawSheetFromDesignBlock" )
587 .FriendlyName(
_(
"Draw Sheet from Design Block" ) )
588 .Tooltip(
_(
"Copy design block into project as a sheet on current sheet" ) )
591 .Parameter<DESIGN_BLOCK*> (
nullptr ) );
594 .Name(
"eeschema.InteractiveDrawing.placeSheetPin" )
596 .FriendlyName(
_(
"Place Pins from Sheet" ) )
597 .Tooltip(
_(
"Add sheet pins from existing hierarchical labels found on that sheet" ) )
603 .Name(
"eeschema.InteractiveDrawing.autoplaceAllSheetPins" )
605 .FriendlyName(
_(
"Autoplace All Sheet Pins" ) )
606 .Tooltip(
_(
"Imports and auto places all sheet pins" ) ) );
609 .Name(
"eeschema.InteractiveDrawing.syncSheetPins" )
611 .FriendlyName(
_(
"Sync Selected Sheet Pins..." ) )
612 .Tooltip(
_(
"Synchronize selected sheet pins and hierarchical labels" ) )
617 .Name(
"eeschema.InteractiveDrawing.syncAllSheetsPins" )
619 .FriendlyName(
_(
"Sync All Sheets Pins..." ) )
620 .Tooltip(
_(
"Synchronize all sheets pins and hierarchical labels" ) )
625 .Name(
"eeschema.InteractiveDrawing.importSheet" )
627 .FriendlyName(
_(
"Import Sheet..." ) )
628 .Tooltip(
_(
"Import sheet into project" ) )
631 .Parameter<wxString*> (
nullptr ) );
634 .Name(
"eeschema.InteractiveDrawing.placeGlobalLabel" )
636 .DefaultHotkey(
MD_CTRL +
'L' )
637 .LegacyHotkeyName(
"Add Global Label" )
638 .FriendlyName(
_(
"Place Global Labels" ) )
644 .Name(
"eeschema.InteractiveDrawing.placeSchematicText" )
646 .DefaultHotkey(
'T' )
647 .LegacyHotkeyName(
"Add Graphic Text" )
648 .FriendlyName(
_(
"Draw Text" ) )
654 .Name(
"eeschema.InteractiveDrawing.drawTextBox" )
656 .FriendlyName(
_(
"Draw Text Boxes" ) )
663 .Name(
"eeschema.InteractiveDrawing.drawTable" )
665 .FriendlyName(
_(
"Draw Tables" ) )
671 .Name(
"eeschema.InteractiveDrawing.drawRectangle" )
673 .FriendlyName(
_(
"Draw Rectangles" ) )
680 .Name(
"eeschema.InteractiveDrawing.drawCircle" )
682 .FriendlyName(
_(
"Draw Circles" ) )
689 .Name(
"eeschema.InteractiveDrawing.drawArc" )
691 .FriendlyName(
_(
"Draw Arcs" ) )
698 .Name(
"eeschema.InteractiveDrawing.drawBezier" )
700 .FriendlyName(
_(
"Draw Bezier Curve" ) )
707 .Name(
"eeschema.InteractiveDrawing.placeImage" )
709 .FriendlyName(
_(
"Place Images" ) )
713 .Parameter<SCH_BITMAP*>(
nullptr ) );
716 .Name(
"eeschema.InteractiveDrawing.drawRuleArea" )
718 .FriendlyName(
_(
"Draw Rule Areas" ) )
725 .Name(
"eeschema.InteractiveDrawing.deleteLastPoint" )
727 .FriendlyName(
_(
"Delete Last Point" ) )
728 .Tooltip(
_(
"Delete the last point added to the current item" ) )
732 .Name(
"eeschema.InteractiveDrawing.closeOutline" )
734 .FriendlyName(
_(
"Close Outline" ) )
735 .Tooltip(
_(
"Close the in-progress outline" ) )
742 .Name(
"eeschema.InteractiveEdit.repeatDrawItem" )
745 .DefaultHotkey( WXK_F1 )
747 .DefaultHotkey( WXK_INSERT )
749 .LegacyHotkeyName(
"Repeat Last Item" )
750 .FriendlyName(
_(
"Repeat Last Item" ) )
751 .Tooltip(
_(
"Duplicates the last drawn item" ) ) );
754 .Name(
"eeschema.InteractiveEdit.rotateCW" )
757 .FriendlyName(
_(
"Rotate Clockwise" ) )
761 .Name(
"eeschema.InteractiveEdit.rotateCCW" )
763 .DefaultHotkey(
'R' )
764 .LegacyHotkeyName(
"Rotate Item" )
765 .FriendlyName(
_(
"Rotate Counterclockwise" ) )
769 .Name(
"eeschema.InteractiveEdit.mirrorV" )
771 .DefaultHotkey(
'Y' )
772 .LegacyHotkeyName(
"Mirror X" )
773 .FriendlyName(
_(
"Mirror Vertically" ) )
774 .Tooltip(
_(
"Flips selected item(s) from top to bottom" ) )
778 .Name(
"eeschema.InteractiveEdit.mirrorH" )
780 .DefaultHotkey(
'X' )
781 .LegacyHotkeyName(
"Mirror Y" )
782 .FriendlyName(
_(
"Mirror Horizontally" ) )
783 .Tooltip(
_(
"Flips selected item(s) from left to right" ) )
787 .Name(
"eeschema.InteractiveEdit.swap" )
789 .DefaultHotkey(
MD_ALT +
'S' )
790 .FriendlyName(
_(
"Swap" ) )
791 .Tooltip(
_(
"Swap positions of selected items" ) )
796 .Name(
"eeschema.InteractiveEdit.swapPins" )
798 .FriendlyName(
_(
"Swap Pins" ) )
799 .Tooltip(
_(
"Swap the selected symbol pins' positions" ) )
803 .Name(
"eeschema.InteractiveEdit.swapPinLabels" )
805 .FriendlyName(
_(
"Swap Pin Labels" ) )
806 .Tooltip(
_(
"Swap the labels attached to selected pins" ) )
810 .Name(
"eeschema.InteractiveEdit.swapUnitLabels" )
812 .FriendlyName(
_(
"Swap Unit Labels" ) )
813 .Tooltip(
_(
"Swap labels between selected units" ) )
817 .Name(
"eeschema.InteractiveEdit.properties" )
819 .DefaultHotkey(
'E' )
820 .LegacyHotkeyName(
"Edit Item" )
821 .FriendlyName(
_(
"Properties..." ) )
825 .Name(
"eeschema.InteractiveEdit.editReference" )
827 .DefaultHotkey(
'U' )
828 .LegacyHotkeyName(
"Edit Symbol Reference" )
829 .FriendlyName(
_(
"Edit Reference Designator..." ) )
833 .Name(
"eeschema.InteractiveEdit.editValue" )
835 .DefaultHotkey(
'V' )
836 .LegacyHotkeyName(
"Edit Symbol Value" )
837 .FriendlyName(
_(
"Edit Value..." ) )
841 .Name(
"eeschema.InteractiveEdit.editFootprint" )
843 .DefaultHotkey(
'F' )
844 .LegacyHotkeyName(
"Edit Symbol Footprint" )
845 .FriendlyName(
_(
"Edit Footprint..." ) )
849 .Name(
"eeschema.InteractiveEdit.autoplaceFields" )
851 .DefaultHotkey(
'O' )
852 .LegacyHotkeyName(
"Autoplace Fields" )
853 .FriendlyName(
_(
"Autoplace Fields" ) )
854 .Tooltip(
_(
"Runs the automatic placement algorithm on the symbol's (or sheet's) fields" ) )
858 .Name(
"eeschema.InteractiveEdit.changeSymbols" )
860 .FriendlyName(
_(
"Change Symbols..." ) )
861 .Tooltip(
_(
"Assign different symbols from the library" ) )
865 .Name(
"eeschema.InteractiveEdit.updateSymbols" )
867 .FriendlyName(
_(
"Update Symbols from Library..." ) )
868 .Tooltip(
_(
"Update symbols to include any changes from the library" ) )
872 .Name(
"eeschema.InteractiveEdit.changeSymbol" )
874 .FriendlyName(
_(
"Change Symbol..." ) )
875 .Tooltip(
_(
"Assign a different symbol from the library" ) )
879 .Name(
"eeschema.InteractiveEdit.updateSymbol" )
881 .FriendlyName(
_(
"Update Symbol..." ) )
882 .Tooltip(
_(
"Update symbol to include any changes from the library" ) )
886 .Name(
"eeschema.InteractiveEdit.assignNetclass" )
888 .FriendlyName(
_(
"Assign Netclass..." ) )
889 .Tooltip(
_(
"Assign a netclass to nets matching a pattern" ) )
893 .Name(
"eeschema.InteractiveEdit.findNetInInspector" )
895 .FriendlyName(
_(
"Find in Net Navigator" ) )
896 .Tooltip(
_(
"Locate the selected net in the net navigator" ) ) );
899 .Name(
"eeschema.InteractiveEdit.toggleDeMorgan" )
901 .FriendlyName(
_(
"Cycle Body Style" ) )
902 .Tooltip(
_(
"Switch between De Morgan (or other) representations" ) )
906 .Name(
"eeschema.InteractiveEdit.toLabel" )
908 .FriendlyName(
_(
"Change to Label" ) )
909 .Tooltip(
_(
"Change existing item to a label" ) )
915 .Name(
"eeschema.InteractiveEdit.toCLabel" )
919 .FriendlyName(
_(
"Change to Directive Label" ) )
920 .Tooltip(
_(
"Change existing item to a directive label" ) )
926 .Name(
"eeschema.InteractiveEdit.toHLabel" )
928 .FriendlyName(
_(
"Change to Hierarchical Label" ) )
929 .Tooltip(
_(
"Change existing item to a hierarchical label" ) )
935 .Name(
"eeschema.InteractiveEdit.toGLabel" )
937 .FriendlyName(
_(
"Change to Global Label" ) )
938 .Tooltip(
_(
"Change existing item to a global label" ) )
944 .Name(
"eeschema.InteractiveEdit.toText" )
946 .FriendlyName(
_(
"Change to Text" ) )
947 .Tooltip(
_(
"Change existing item to a text comment" ) )
953 .Name(
"eeschema.InteractiveEdit.toTextBox" )
955 .FriendlyName(
_(
"Change to Text Box" ) )
956 .Tooltip(
_(
"Change existing item to a text box" ) )
962 .Name(
"eeschema.InteractiveEdit.cleanupSheetPins" )
964 .FriendlyName(
_(
"Cleanup Sheet Pins" ) )
965 .Tooltip(
_(
"Delete unreferenced sheet pins" ) ) );
968 .Name(
"eeschema.InteractiveEdit.editTextAndGraphics" )
970 .FriendlyName(
_(
"Edit Text & Graphics Properties..." ) )
971 .Tooltip(
_(
"Edit text and graphics properties globally across schematic" ) )
975 .Name(
"eeschema.InteractiveEdit.symbolProperties" )
977 .FriendlyName(
_(
"Symbol Properties..." ) )
981 .Name(
"eeschema.InteractiveEdit.pinTable" )
983 .FriendlyName(
_(
"Pin Table..." ) )
984 .Tooltip(
_(
"Displays pin table for bulk editing of pins" ) )
988 .Name(
"eeschema.InteractiveEdit.convertStackedPins" )
990 .FriendlyName(
_(
"Convert Stacked Pins" ) )
991 .Tooltip(
_(
"Convert multiple pins at the same location to a single pin with stacked notation" ) )
995 .Name(
"eeschema.InteractiveEdit.explodeStackedPin" )
997 .FriendlyName(
_(
"Explode Stacked Pin" ) )
998 .Tooltip(
_(
"Convert a pin with stacked notation to multiple individual pins" ) )
1002 .Name(
"eeschema.InteractiveEdit.breakWire" )
1004 .FriendlyName(
_(
"Break" ) )
1005 .Tooltip(
_(
"Divide into connected segments" ) )
1009 .Name(
"eeschema.InteractiveEdit.slice" )
1011 .FriendlyName(
_(
"Slice" ) )
1012 .Tooltip(
_(
"Divide into unconnected segments" ) )
1018 .Name(
"eeschema.EditorControl.restartMove" )
1022 .Name(
"eeschema.EditorControl.highlightNet" )
1024 .DefaultHotkey(
'`' )
1025 .FriendlyName(
_(
"Highlight Net" ) )
1026 .Tooltip(
_(
"Highlight net under cursor" ) )
1030 .Name(
"eeschema.EditorControl.clearHighlight" )
1032 .DefaultHotkey(
'~' )
1033 .FriendlyName(
_(
"Clear Net Highlighting" ) )
1034 .Tooltip(
_(
"Clear any existing net highlighting" ) ) );
1037 .Name(
"eeschema.EditorControl.updateNetHighlighting" )
1041 .Name(
"eeschema.EditorControl.highlightNetTool" )
1043 .FriendlyName(
_(
"Highlight Nets" ) )
1044 .Tooltip(
_(
"Highlight wires and pins of a net" ) )
1050 .Name(
"eeschema.EditorControl.showNetNavigator" )
1052 .FriendlyName(
_(
"Net Navigator" ) )
1053 .Tooltip(
_(
"Show/hide the net navigator" ) ) );
1056 .Name(
"eeschema.EditorControl.editWithSymbolEditor" )
1058 .DefaultHotkey(
MD_CTRL +
'E' )
1059 .LegacyHotkeyName(
"Edit with Symbol Editor" )
1060 .FriendlyName(
_(
"Edit with Symbol Editor" ) )
1061 .Tooltip(
_(
"Open the selected symbol in the Symbol Editor" ) )
1065 .Name(
"eeschema.EditorControl.setExcludeFromBOM" )
1067 .FriendlyName(
_(
"Exclude from Bill of Materials" ) )
1068 .Tooltip(
_(
"Set the exclude from bill of materials attribute" ) ) );
1071 .Name(
"eeschema.EditorControl.setExcludeFromSimulation" )
1073 .FriendlyName(
_(
"Exclude from Simulation" ) )
1074 .Tooltip(
_(
"Set the exclude from simulation attribute" ) ) );
1077 .Name(
"eeschema.EditorControl.setExcludeFromBoard" )
1079 .FriendlyName(
_(
"Exclude from Board" ) )
1080 .Tooltip(
_(
"Set the exclude from board attribute" ) ) );
1083 .Name(
"eeschema.EditorControl.setDNP" )
1085 .FriendlyName(
_(
"Do not Populate" ) )
1086 .Tooltip(
_(
"Set the do not populate attribute" ) ) );
1089 .Name(
"eeschema.EditorControl.editLibSymbolWithSymbolEditor" )
1092 .FriendlyName(
_(
"Edit Library Symbol..." ) )
1093 .Tooltip(
_(
"Open the library symbol in the Symbol Editor" ) )
1097 .Name(
"eeschema.EditorControl.editSymbolFields" )
1099 .FriendlyName(
_(
"Bulk Edit Symbol Fields..." ) )
1100 .Tooltip(
_(
"Edit a table of fields from all symbols in the schematic" ) )
1104 .Name(
"eeschema.EditorControl.editSymbolLibraryLinks" )
1106 .FriendlyName(
_(
"Bulk Edit Symbol Library Links..." ) )
1107 .Tooltip(
_(
"Edit a table of links between schematic and library symbols" ) )
1111 .Name(
"eeschema.EditorControl.assignFootprints" )
1113 .FriendlyName(
_(
"Assign Footprints..." ) )
1114 .Tooltip(
_(
"Run footprint assignment tool" ) )
1118 .Name(
"eeschema.EditorControl.importFPAssignments" )
1120 .FriendlyName(
_(
"Import Footprint Assignments..." ) )
1121 .Tooltip(
_(
"Import symbol footprint assignments from .cmp file created by board editor" ) )
1125 .Name(
"eeschema.EditorControl.annotate" )
1127 .FriendlyName(
_(
"Annotate Schematic..." ) )
1128 .Tooltip(
_(
"Fill in schematic symbol reference designators" ) )
1132 .Name(
"eeschema.EditorControl.incrementAnnotations" )
1134 .FriendlyName(
_(
"Increment Annotations From..." ) )
1135 .Tooltip(
_(
"Increment a subset of reference designators starting at a particular symbol" ) )
1140 .Name(
"eeschema.EditorControl.schematicSetup" )
1142 .FriendlyName(
_(
"Schematic Setup..." ) )
1143 .Tooltip(
_(
"Edit schematic setup including annotation styles and electrical rules" ) )
1147 .Name(
"eeschema.EditorControl.editPageNumber" )
1149 .FriendlyName(
_(
"Edit Sheet Page Number..." ) )
1150 .Tooltip(
_(
"Edit the page number of the current or selected sheet" ) ) );
1153 .Name(
"eeschema.EditorControl.rescueSymbols" )
1155 .FriendlyName(
_(
"Rescue Symbols..." ) )
1156 .Tooltip(
_(
"Find old symbols in project and rename/rescue them" ) )
1160 .Name(
"eeschema.EditorControl.remapSymbols" )
1162 .FriendlyName(
_(
"Remap Legacy Library Symbols..." ) )
1163 .Tooltip(
_(
"Remap library symbol references in legacy schematics to the symbol library table" ) )
1167 .Name(
"eeschema.EditorControl.nextNetItem" )
1169 .DefaultHotkey( WXK_TAB )
1170 .FriendlyName(
_(
"Next Net Item" ) )
1171 .Tooltip(
_(
"Select next item on the current net" ) ) );
1174 .Name(
"eeschema.EditorControl.previousNetItem" )
1176 .DefaultHotkey(
MD_SHIFT +
static_cast<int>( WXK_TAB ) )
1177 .FriendlyName(
_(
"Previous Net Item" ) )
1178 .Tooltip(
_(
"Select previous item on the current net" ) ) );
1181 .Name(
"eeschema.EditorControl.drawSheetOnClipboard" )
1183 .FriendlyName(
_(
"Export Drawing to Clipboard" ) )
1184 .Tooltip(
_(
"Export drawing of current sheet to clipboard" ) )
1188 .Name(
"eeschema.EditorControl.importGraphics" )
1191 .LegacyHotkeyName(
"Place DXF" )
1192 .FriendlyName(
_(
"Import Graphics..." ) )
1193 .Tooltip(
_(
"Import 2D drawing file" ) )
1198 .Name(
"eeschema.EditorControl.showPcbNew" )
1200 .FriendlyName(
_(
"Switch to PCB Editor" ) )
1201 .Tooltip(
_(
"Open PCB in board editor" ) )
1205 .Name(
"eeschema.EditorControl.exportNetlist" )
1207 .FriendlyName(
_(
"Export Netlist..." ) )
1208 .Tooltip(
_(
"Export file containing netlist in one of several formats" ) )
1212 .Name(
"eeschema.EditorControl.generateBOM" )
1214 .FriendlyName(
_(
"Generate Bill of Materials..." ) )
1215 .Tooltip(
_(
"Generate a bill of materials for the current schematic" ) )
1219 .Name(
"eeschema.EditorControl.generateBOMLegacy" )
1221 .FriendlyName(
_(
"Generate Legacy Bill of Materials..." ) )
1222 .Tooltip(
_(
"Generate a bill of materials for the current schematic (Legacy Generator)" ) )
1227 .Name(
"eeschema.EditorControl.generateBOMExternal" )
1229 .FriendlyName(
_(
"Generate Bill of Materials (External)..." ) )
1230 .Tooltip(
_(
"Generate a bill of materials for the current schematic using external generator" ) )
1234 .Name(
"eeschema.EditorControl.exportSymbolsToLibrary" )
1236 .FriendlyName(
_(
"Export Symbols..." ) )
1237 .Tooltip(
_(
"Add symbols from schematic to a new or an existing symbol library\n"
1238 "(does not remove other symbols from this library)" ) )
1242 .Name(
"eeschema.EditorControl.selectOnPCB" )
1244 .FriendlyName(
_(
"Select on PCB" ) )
1245 .Tooltip(
_(
"Select corresponding items in PCB editor" ) )
1249 .Name(
"eeschema.EditorControl.showHiddenPins" )
1251 .FriendlyName(
_(
"Show Hidden Pins" ) )
1256 .Name(
"eeschema.EditorControl.showHiddenFields" )
1258 .FriendlyName(
_(
"Show Hidden Fields" ) )
1262 .Name(
"eeschema.EditorControl.showDirectiveLabels" )
1264 .FriendlyName(
_(
"Show Directive Labels" ) )
1268 .Name(
"eeschema.EditorControl.showERCWarnings" )
1270 .FriendlyName(
_(
"Show ERC Warnings" ) )
1271 .Tooltip(
_(
"Show markers for electrical rules checker warnings" ) )
1275 .Name(
"eeschema.EditorControl.showERCErrors" )
1277 .FriendlyName(
_(
"Show ERC Errors" ) )
1278 .Tooltip(
_(
"Show markers for electrical rules checker errors" ) )
1282 .Name(
"eeschema.EditorControl.showERCExclusions" )
1284 .FriendlyName(
_(
"Show ERC Exclusions" ) )
1285 .Tooltip(
_(
"Show markers for excluded electrical rules checker violations" ) )
1289 .Name(
"eeschema.EditorControl.markSimExclusions" )
1291 .FriendlyName(
_(
"Mark items excluded from simulation" ) )
1292 .Tooltip(
_(
"Draw 'X's over items which have been excluded from simulation" ) )
1296 .Name(
"eeschema.EditorControl.showOperatingPointVoltages" )
1298 .FriendlyName(
_(
"Show OP Voltages" ) )
1299 .Tooltip(
_(
"Show operating point voltage data from simulation" ) )
1303 .Name(
"eeschema.EditorControl.showOperatingPointCurrents" )
1305 .FriendlyName(
_(
"Show OP Currents" ) )
1306 .Tooltip(
_(
"Show operating point current data from simulation" ) )
1310 .Name(
"eeschema.EditorControl.togglePinAltIcons" )
1312 .FriendlyName(
_(
"Show Pin Alternate Icons" ) )
1313 .Tooltip(
_(
"Show indicator icons for pins with alternate modes" ) )
1317 .Name(
"eeschema.EditorControl.lineModeFree" )
1319 .FriendlyName(
_(
"Line Mode for Wires and Buses" ) )
1320 .Tooltip(
_(
"Draw and drag at any angle" ) )
1326 .Name(
"eeschema.EditorControl.lineModeOrthonal" )
1328 .FriendlyName(
_(
"Line Mode for Wires and Buses" ) )
1329 .Tooltip(
_(
"Constrain drawing and dragging to horizontal or vertical motions" ) )
1335 .Name(
"eeschema.EditorControl.lineMode45" )
1337 .FriendlyName(
_(
"Line Mode for Wires and Buses" ) )
1338 .Tooltip(
_(
"Constrain drawing and dragging to horizontal, vertical, or 45-degree angle motions" ) )
1344 .Name(
"eeschema.EditorControl.lineModeNext" )
1346 .DefaultHotkey(
MD_SHIFT +
static_cast<int>( WXK_SPACE ) )
1347 .FriendlyName(
_(
"Line Mode for Wires and Buses" ) )
1348 .Tooltip(
_(
"Switch to next angle snapping mode" ) ) );
1351 .Name(
"eeschema.EditorControl.angleSnapModeChanged" )
1356 .Name(
"eeschema.EditorControl.annotateAutomatically" )
1358 .FriendlyName(
_(
"Annotate Automatically" ) )
1359 .Tooltip(
_(
"Toggle automatic annotation of new symbols" ) )
1364 .Name(
"eeschema.EditorControl.repairSchematic" )
1366 .FriendlyName(
_(
"Repair Schematic" ) )
1367 .Tooltip(
_(
"Run various diagnostics and attempt to repair schematic" ) )
1371 .Name(
"eeschema.EditorControl.previousUnit" )
1373 .FriendlyName(
_(
"Previous Symbol Unit" ) )
1374 .Tooltip(
_(
"Open the previous unit of the symbol" ) )
1375 .Parameter<int>( -1 ) );
1378 .Name(
"eeschema.EditorControl.nextUnit" )
1380 .FriendlyName(
_(
"Next Symbol Unit" ) )
1381 .Tooltip(
_(
"Open the next unit of the symbol" ) )
1382 .Parameter<int>( 1 ) );
1387 .Name(
"eeschema.NavigateTool.changeSheet" )
1389 .FriendlyName(
_(
"Change Sheet" ) )
1390 .Tooltip(
_(
"Change to provided sheet's contents in the schematic editor" ) )
1394 .Name(
"eeschema.NavigateTool.enterSheet" )
1396 .FriendlyName(
_(
"Enter Sheet" ) )
1397 .Tooltip(
_(
"Display the selected sheet's contents in the schematic editor" ) )
1401 .Name(
"eeschema.NavigateTool.leaveSheet" )
1403 .DefaultHotkey(
MD_ALT +
static_cast<int>( WXK_BACK ) )
1404 .LegacyHotkeyName(
"Leave Sheet" )
1405 .FriendlyName(
_(
"Leave Sheet" ) )
1406 .Tooltip(
_(
"Display the parent sheet in the schematic editor" ) )
1410 .Name(
"eeschema.NavigateTool.up" )
1412 .DefaultHotkey(
MD_ALT +
static_cast<int>( WXK_UP ) )
1413 .FriendlyName(
_(
"Navigate Up" ) )
1414 .Tooltip(
_(
"Navigate up one sheet in the hierarchy" ) )
1418 .Name(
"eeschema.NavigateTool.back" )
1420 .DefaultHotkey(
MD_ALT +
static_cast<int>( WXK_LEFT ) )
1421 .FriendlyName(
_(
"Navigate Back" ) )
1422 .Tooltip(
_(
"Move backward in sheet navigation history" ) )
1426 .Name(
"eeschema.NavigateTool.forward" )
1428 .DefaultHotkey(
MD_ALT +
static_cast<int>( WXK_RIGHT ) )
1429 .FriendlyName(
_(
"Navigate Forward" ) )
1430 .Tooltip(
_(
"Move forward in sheet navigation history" ) )
1434 .Name(
"eeschema.NavigateTool.previous" )
1436 .DefaultHotkey( WXK_PAGEUP )
1437 .FriendlyName(
_(
"Previous Sheet" ) )
1438 .Tooltip(
_(
"Move to previous sheet by number" ) )
1442 .Name(
"eeschema.NavigateTool.next" )
1444 .DefaultHotkey( WXK_PAGEDOWN )
1445 .FriendlyName(
_(
"Next Sheet" ) )
1446 .Tooltip(
_(
"Move to next sheet by number" ) )
1450 .Name(
"eeschema.EditorTool.showHierarchy" )
1452 .DefaultHotkey(
MD_CTRL +
'H' )
1453 .FriendlyName(
_(
"Hierarchy Navigator" ) )
1454 .Tooltip(
_(
"Show/hide the schematic sheet hierarchy navigator" ) )
1463 .Name(
"eeschema.InteractiveDrawingLineWireBus.drawWires" )
1465 .DefaultHotkey(
'W' )
1466 .LegacyHotkeyName(
"Begin Wire" )
1467 .FriendlyName(
_(
"Draw Wires" ) )
1475 .Name(
"eeschema.InteractiveDrawingLineWireBus.drawBuses" )
1477 .DefaultHotkey(
'B' )
1478 .LegacyHotkeyName(
"Begin Bus" )
1479 .FriendlyName(
_(
"Draw Buses" ) )
1486 .Name(
"eeschema.InteractiveDrawingLineWireBus.unfoldBus" )
1488 .DefaultHotkey(
'C' )
1489 .LegacyHotkeyName(
"Unfold from Bus" )
1490 .FriendlyName(
_(
"Unfold from Bus" ) )
1491 .Tooltip(
_(
"Break a wire out of a bus" ) )
1494 .Parameter<wxString*>(
nullptr ) );
1498 .Name(
"eeschema.InteractiveDrawingLineWireBus.drawLines" )
1500 .DefaultHotkey(
'I' )
1501 .LegacyHotkeyName(
"Add Graphic PolyLine" )
1502 .FriendlyName(
_(
"Draw Lines" ) )
1509 .Name(
"eeschema.InteractiveDrawingLineWireBus.undoLastSegment")
1511 .DefaultHotkey( WXK_BACK )
1512 .FriendlyName(
_(
"Undo Last Segment" ) )
1513 .Tooltip(
_(
"Walks the current line back one segment." ) )
1517 .Name(
"eeschema.InteractiveDrawingLineWireBus.switchPosture" )
1519 .DefaultHotkey(
'/' )
1520 .FriendlyName(
_(
"Switch Segment Posture" ) )
1521 .Tooltip(
_(
"Switches posture of the current segment." ) )
1528 .Name(
"eeschema.InteractiveMove.move" )
1530 .DefaultHotkey(
'M' )
1531 .LegacyHotkeyName(
"Move Item" )
1532 .FriendlyName(
_(
"Move" ) )
1537 .Name(
"eeschema.InteractiveMove.drag" )
1539 .DefaultHotkey(
'G' )
1540 .LegacyHotkeyName(
"Drag Item" )
1541 .FriendlyName(
_(
"Drag" ) )
1542 .Tooltip(
_(
"Move items while keeping their connections" ) )
1547 .Name(
"eeschema.AlignToGrid" )
1549 .FriendlyName(
_(
"Align Items to Grid" ) )
1554 .Name(
"eeschema.Align.alignTop" )
1556 .FriendlyName(
_(
"Align to Top" ) )
1557 .Tooltip(
_(
"Aligns selected items to the top edge of the item under the cursor" ) )
1562 .Name(
"eeschema.Align.alignBottom" )
1564 .FriendlyName(
_(
"Align to Bottom" ) )
1565 .Tooltip(
_(
"Aligns selected items to the bottom edge of the item under the cursor" ) )
1570 .Name(
"eeschema.Align.alignLeft" )
1572 .FriendlyName(
_(
"Align to Left" ) )
1573 .Tooltip(
_(
"Aligns selected items to the left edge of the item under the cursor" ) )
1578 .Name(
"eeschema.Align.alignRight" )
1580 .FriendlyName(
_(
"Align to Right" ) )
1581 .Tooltip(
_(
"Aligns selected items to the right edge of the item under the cursor" ) )
1586 .Name(
"eeschema.Align.alignCenterX" )
1588 .FriendlyName(
_(
"Align to Horizontal Center" ) )
1589 .Tooltip(
_(
"Aligns selected items to the horizontal center of the item under the cursor" ) )
1594 .Name(
"eeschema.Align.alignCenterY" )
1596 .FriendlyName(
_(
"Align to Vertical Center" ) )
1597 .Tooltip(
_(
"Aligns selected items to the vertical center of the item under the cursor" ) )
1603 .Name(
"eeschema.EditorControl.saveCurrSheetCopyAs" )
1605 .FriendlyName(
_(
"Save Current Sheet Copy As..." ) )
1606 .Tooltip(
_(
"Save a copy of the current sheet to another location or name" ) )
1611 .Name(
"eeschema.EditorControl.ddAppendFile" )
1615 .Name(
"eeschema.EditorControl.ddAddImage" )
1619 .Name(
"eeschema.EditorControl.ddImportGraphics" )
1624 .Name(
"eeschema.Simulation.newAnalysisTab" )
1626 .DefaultHotkey(
MD_CTRL +
'N' )
1627 .LegacyHotkeyName(
"New" )
1628 .FriendlyName(
_(
"New Analysis Tab..." ) )
1629 .Tooltip(
_(
"Create a new tab containing a simulation analysis" ) )
1633 .Name(
"eeschema.Simulation.openWorkbook" )
1635 .DefaultHotkey(
MD_CTRL +
'O' )
1636 .LegacyHotkeyName(
"Open" )
1637 .FriendlyName(
_(
"Open Workbook..." ) )
1638 .Tooltip(
_(
"Open a saved set of analysis tabs and settings" ) )
1642 .Name(
"eeschema.Simulation.saveWorkbook" )
1644 .DefaultHotkey(
MD_CTRL +
'S' )
1645 .LegacyHotkeyName(
"Save" )
1646 .FriendlyName(
_(
"Save Workbook" ) )
1647 .Tooltip(
_(
"Save the current set of analysis tabs and settings" ) )
1651 .Name(
"eeschema.Simulation.saveWorkbookAs" )
1654 .LegacyHotkeyName(
"Save As" )
1655 .FriendlyName(
_(
"Save Workbook As..." ) )
1656 .Tooltip(
_(
"Save the current set of analysis tabs and settings to another location" ) )
1660 .Name(
"eeschema.Simulator.exportPNG" )
1662 .FriendlyName(
_(
"Export Current Plot as PNG..." ) )
1666 .Name(
"eeschema.Simulator.exportCSV" )
1668 .FriendlyName(
_(
"Export Current Plot as CSV..." ) )
1672 .Name(
"eeschema.Simulator.exportToClipboard" )
1674 .FriendlyName(
_(
"Export Current Plot to Clipboard" ) )
1678 .Name(
"eeschema.Simulator.exportPlotToSchematic" )
1680 .FriendlyName(
_(
"Export Current Plot to Schematic" ) )
1684 .Name(
"eeschema.Simulator.toggleSimSidePanel" )
1686 .FriendlyName(
_(
"Show Simulation Side Panel" ) ) );
1689 .Name(
"eeschema.Simulator.toggleSimConsole" )
1691 .FriendlyName(
_(
"Show Simulation Console Panel" ) ) );
1694 .Name(
"eeschema.Simulator.toggleLegend" )
1696 .FriendlyName(
_(
"Show Legend" ) )
1700 .Name(
"eeschema.Simulator.toggleDottedSecondary" )
1702 .FriendlyName(
_(
"Dotted Current/Phase" ) )
1703 .Tooltip(
_(
"Draw secondary signal trace (current or phase) with a dotted line" ) ) );
1706 .Name(
"eeschema.Simulator.toggleDarkModePlots" )
1708 .FriendlyName(
_(
"Dark Mode Plots" ) )
1709 .Tooltip(
_(
"Draw plots with a black background" ) ) );
1712 .Name(
"eeschema.Simulation.simAnalysisProperties" )
1714 .FriendlyName(
_(
"Edit Analysis Tab..." ) )
1715 .Tooltip(
_(
"Edit the current analysis tab's SPICE command and plot setup" ) )
1719 .Name(
"eeschema.Simulation.runSimulation" )
1721 .DefaultHotkey(
'R' )
1722 .FriendlyName(
_(
"Run Simulation" ) )
1726 .Name(
"eeschema.Simulation.stopSimulation" )
1728 .FriendlyName(
_(
"Stop Simulation" ) )
1732 .Name(
"eeschema.Simulation.probe" )
1735 .FriendlyName(
_(
"Probe Schematic..." ) )
1736 .Tooltip(
_(
"Add a simulator probe" ) )
1740 .Name(
"eeschema.Simulation.tune" )
1743 .FriendlyName(
_(
"Add Tuned Value..." ) )
1744 .Tooltip(
_(
"Select a value to be tuned" ) )
1748 .Name(
"eeschema.Simulation.editUserDefinedSignals" )
1750 .FriendlyName(
_(
"User-defined Signals..." ) )
1751 .Tooltip(
_(
"Add, edit or delete user-defined simulation signals" ) )
1755 .Name(
"eeschema.Simulation.showNetlist" )
1757 .FriendlyName(
_(
"Show SPICE Netlist" ) )
1761 .Name(
"eeschema.EditorControl.addVariant" )
1763 .FriendlyName(
_(
"Add Variant..." ) )
1764 .Tooltip(
_(
"Add new variant to the schematic." ) ) );
1767 .Name(
"eeschema.EditorControl.removeVariant" )
1769 .FriendlyName(
_(
"Remove Variant..." ) )
1770 .Tooltip(
_(
"Remove an existing variant from the schematic." ) ) );
@ 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 importSymbol
static TOOL_ACTION syncSelection
Selection synchronization (PCB -> SCH)
static TOOL_ACTION newSymbol
static TOOL_ACTION placeNextSymbolUnit
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 deleteDesignBlock
static TOOL_ACTION editSymbolFields
static TOOL_ACTION toggleSimSidePanel
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 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 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 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 toHLabel
static TOOL_ACTION showRemoteSymbolPanel
static TOOL_ACTION repairSchematic
static TOOL_ACTION cutSymbol
static TOOL_ACTION nextNetItem
static TOOL_ACTION drawBezier
static TOOL_ACTION drawWire
static TOOL_ACTION remapSymbols
static TOOL_ACTION lineMode45
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 saveSheetToDesignBlock
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 toggleERCErrors
static TOOL_ACTION incrementAnnotations
static TOOL_ACTION placeSymbolAnchor
static TOOL_ACTION navigatePrevious
static TOOL_ACTION saveSelectionToDesignBlock
static TOOL_ACTION alignCenterX
static TOOL_ACTION rescueSymbols
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 setExcludeFromSimulation
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 changeSheet
static TOOL_ACTION highlightNet
static TOOL_ACTION deleteSymbol
static TOOL_ACTION assignNetclass
static TOOL_ACTION annotate
static TOOL_ACTION showDesignBlockPanel
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 explodeStackedPin
static TOOL_ACTION togglePinAltIcons
static TOOL_ACTION openWorkbook
static TOOL_ACTION toggleERCExclusions
static TOOL_ACTION updateNetHighlighting
static TOOL_ACTION repeatDrawItem
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 syncSheetPins
static TOOL_ACTION toggleLegend
static TOOL_ACTION diffSymbol
static TOOL_ACTION placePower
static TOOL_ACTION navigateUp
static TOOL_ACTION previousUnit
static TOOL_ACTION deriveFromExistingSymbol
static TOOL_ACTION stopSimulation
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