45 .Name(
"eeschema.InspectionTool.runERC" )
47 .FriendlyName(
_(
"Electrical Rules Checker" ) )
48 .Tooltip(
_(
"Show the electrical rules checker window" ) )
52 .Name(
"eeschema.InspectionTool.checkSymbol" )
54 .FriendlyName(
_(
"Symbol Checker" ) )
55 .Tooltip(
_(
"Show the symbol checker window" ) )
59 .Name(
"eeschema.InspectionTool.diffSymbol" )
61 .FriendlyName(
_(
"Compare Symbol with Library" ) )
62 .Tooltip(
_(
"Show differences between schematic symbol and its library equivalent" ) )
66 .Name(
"eeschema.InspectionTool.showBusSyntaxHelp" )
68 .FriendlyName(
_(
"Show Bus Syntax Help" ) )
72 .Name(
"eeschema.EditorControl.showSimulator" )
74 .FriendlyName(
_(
"Simulator" ) )
75 .Tooltip(
_(
"Show simulation window for running SPICE or IBIS simulations." ) )
82 .Name(
"eeschema.PointEditor.addCorner" )
84 .FriendlyName(
_(
"Create Corner" ) )
88 .Name(
"eeschema.PointEditor.removeCorner" )
90 .FriendlyName(
_(
"Remove Corner" ) )
96 .Name(
"eeschema.InteractiveSelection" )
101 .Name(
"eeschema.InteractiveSelection.SelectNode" )
103 .DefaultHotkey(
MD_ALT +
'3' )
104 .LegacyHotkeyName(
"Select Node" )
105 .FriendlyName(
_(
"Select Node" ) )
106 .Tooltip(
_(
"Select a connection item under the cursor" ) ) );
109 .Name(
"eeschema.InteractiveSelection.SelectConnection" )
111 .DefaultHotkey(
MD_CTRL +
'4' )
112 .LegacyHotkeyName(
"Select Connection" )
113 .FriendlyName(
_(
"Select Connection" ) )
114 .Tooltip(
_(
"Select a complete connection" ) )
118 .Name(
"eeschema.InteractiveSelection.SelectionMenu" )
122 .Name(
"eeschema.InteractiveSelection.AddItemToSel" )
126 .Name(
"eeschema.InteractiveSelection.AddItemsToSel" )
130 .Name(
"eeschema.InteractiveSelection.RemoveItemFromSel" )
134 .Name(
"eeschema.InteractiveSelection.RemoveItemsFromSel" )
138 .Name(
"eeschema.InteractiveSelection.ClearSelection" )
142 .Name(
"eeschema.InteractiveSelection.SyncSelection" )
147 .Name(
"eeschema.SchDesignBlockControl.showDesignBlockPanel" )
149 .FriendlyName(
_(
"Design Blocks" ) )
150 .Tooltip(
_(
"Show/hide design blocks library" ) )
154 .Name(
"eeschema.SchDesignBlockControl.saveSheetAsDesignBlock" )
156 .FriendlyName(
_(
"Save Current Sheet as Design Block..." ) )
157 .Tooltip(
_(
"Create a new design block from the current sheet" ) )
161 .Name(
"eeschema.SchDesignBlockControl.saveSelectionAsDesignBlock" )
163 .FriendlyName(
_(
"Save Selection as Design Block..." ) )
164 .Tooltip(
_(
"Create a new design block from the current selection" ) )
168 .Name(
"eeschema.SchDesignBlockControl.saveDeleteDesignBlock" )
170 .FriendlyName(
_(
"Delete Design Block" ) )
171 .Tooltip(
_(
"Remove the selected design block from its library" ) )
175 .Name(
"eeschema.SchDesignBlockControl.editDesignBlockProperties" )
177 .FriendlyName(
_(
"Properties..." ) )
178 .Tooltip(
_(
"Edit properies of design block" ) )
184 .Name(
"eeschema.SymbolLibraryControl.saveLibraryAs" )
187 .LegacyHotkeyName(
"Save As" )
188 .FriendlyName(
_(
"Save Library As..." ) )
189 .Tooltip(
_(
"Save the current library to a new file" ) ) );
192 .Name(
"eeschema.SymbolLibraryControl.newSymbol" )
194 .DefaultHotkey(
MD_CTRL +
'N' )
195 .FriendlyName(
_(
"New Symbol..." ) )
196 .Tooltip(
_(
"Create a new symbol in an existing library" ) )
200 .Name(
"eeschema.SymbolLibraryControl.deriveFromExistingSymbol" )
202 .FriendlyName(
_(
"Derive from Existing Symbol" ) )
203 .Tooltip(
_(
"Create a new symbol, derived from an existing symbol" ) )
207 .Name(
"eeschema.SymbolLibraryControl.editSymbol" )
209 .FriendlyName(
_(
"Edit Symbol" ) )
210 .Tooltip(
_(
"Show selected symbol on editor canvas" ) )
214 .Name(
"eeschema.SymbolLibraryControl.duplicateSymbol" )
216 .FriendlyName(
_(
"Duplicate Symbol" ) )
220 .Name(
"eeschema.SymbolLibraryControl.renameFootprint" )
222 .FriendlyName(
_(
"Rename Symbol..." ) )
226 .Name(
"eeschema.SymbolLibraryControl.saveSymbolAs" )
228 .FriendlyName(
_(
"Save As..." ) )
229 .Tooltip(
_(
"Save the current symbol to a different library or name" ) )
233 .Name(
"eeschema.SymbolLibraryControl.saveSymbolCopyAs" )
235 .FriendlyName(
_(
"Save Copy As..." ) )
236 .Tooltip(
_(
"Save a copy of the current symbol to a different library or name" ) )
240 .Name(
"eeschema.SymbolLibraryControl.deleteSymbol" )
242 .FriendlyName(
_(
"Delete Symbol" ) )
243 .Tooltip(
_(
"Remove the selected symbol from its library" ) )
247 .Name(
"eeschema.SymbolLibraryControl.cutSymbol" )
249 .FriendlyName(
_(
"Cut" ) )
253 .Name(
"eeschema.SymbolLibraryControl.copySymbol" )
255 .FriendlyName(
_(
"Copy" ) )
259 .Name(
"eeschema.SymbolLibraryControl.pasteSymbol" )
261 .FriendlyName(
_(
"Paste Symbol" ) )
265 .Name(
"eeschema.SymbolLibraryControl.importSymbol" )
267 .FriendlyName(
_(
"Import Symbol..." ) )
268 .Tooltip(
_(
"Import a symbol to the current library" ) )
272 .Name(
"eeschema.SymbolLibraryControl.updateSymbolFields" )
274 .FriendlyName(
_(
"Update Symbol Fields..." ) )
275 .Tooltip(
_(
"Update symbol to match changes made in parent symbol" ) )
279 .Name(
"eeschema.SymbolLibraryControl.setUnitDisplayName" )
281 .FriendlyName(
_(
"Set Unit Display Name..." ) )
282 .Tooltip(
_(
"Set the display name for a particular unit in a multi-unit symbol" ) ) );
285 .Name(
"eeschema.SymbolLibraryControl.addSymbolToSchematic" )
287 .FriendlyName(
_(
"Add Symbol to Schematic" ) )
288 .Tooltip(
_(
"Add the current symbol to the schematic" ) )
292 .Name(
"eeschema.SymbolLibraryControl.showElectricalTypes" )
294 .FriendlyName(
_(
"Show Pin Electrical Types" ) )
295 .Tooltip(
_(
"Annotate pins with their electrical types" ) )
299 .Name(
"eeschema.SymbolLibraryControl.showPinNumbers" )
301 .FriendlyName(
_(
"Show Pin Numbers" ) )
302 .Tooltip(
_(
"Annotate pins with their numbers" ) )
306 .Name(
"eeschema.SymbolLibraryControl.exportSymbolView" )
308 .FriendlyName(
_(
"Export View as PNG..." ) )
309 .Tooltip(
_(
"Create PNG file from the current view" ) )
313 .Name(
"eeschema.SymbolLibraryControl.exportSymbolAsSVG" )
315 .FriendlyName(
_(
"Export Symbol as SVG..." ) )
316 .Tooltip(
_(
"Create SVG file from the current symbol" ) )
320 .Name(
"eeschema.SymbolLibraryControl.toggleSyncedPinsMode" )
322 .FriendlyName(
_(
"Synchronized Pins Mode" ) )
323 .Tooltip(
_(
"Synchronized Pins Mode\n"
324 "When enabled propagates all changes (except pin numbers) to other units.\n"
325 "Enabled by default for multiunit parts with interchangeable units." ) )
329 .Name(
"eeschema.SymbolLibraryControl.showHiddenPins" )
331 .FriendlyName(
_(
"Show Hidden Pins" ) )
335 .Name(
"eeschema.SymbolLibraryControl.showHiddenFields" )
337 .FriendlyName(
_(
"Show Hidden Fields" ) )
344 .Name(
"eeschema.SymbolDrawing.placeSymbolPin" )
346 .DefaultHotkey(
'P' )
347 .LegacyHotkeyName(
"Create Pin" )
348 .FriendlyName(
_(
"Draw Pins" ) )
354 .Name(
"eeschema.SymbolDrawing.placeSymbolText" )
356 .FriendlyName(
_(
"Draw Text" ) )
362 .Name(
"eeschema.SymbolDrawing.drawSymbolTextBox" )
364 .FriendlyName(
_(
"Draw Text Boxes" ) )
369 .Name(
"eeschema.SymbolDrawing.drawSymbolLines" )
371 .FriendlyName(
_(
"Draw Lines" ) )
372 .Tooltip(
_(
"Draw connected graphic lines" ) )
378 .Name(
"eeschema.SymbolDrawing.drawSymbolPolygon" )
380 .FriendlyName(
_(
"Draw Polygons" ) )
386 .Name(
"eeschema.SymbolDrawing.placeSymbolAnchor" )
388 .FriendlyName(
_(
"Move Symbol Anchor" ) )
395 .Name(
"eeschema.PinEditing.pushPinLength" )
397 .FriendlyName(
_(
"Push Pin Length" ) )
398 .Tooltip(
_(
"Copy pin length to other pins in symbol" ) )
402 .Name(
"eeschema.PinEditing.pushPinNameSize" )
404 .FriendlyName(
_(
"Push Pin Name Size" ) )
405 .Tooltip(
_(
"Copy pin name size to other pins in symbol" ) )
409 .Name(
"eeschema.PinEditing.pushPinNumSize" )
411 .FriendlyName(
_(
"Push Pin Number Size" ) )
412 .Tooltip(
_(
"Copy pin number size to other pins in symbol" ) )
419 .Name(
"eeschema.InteractiveDrawing.placeSymbol" )
421 .DefaultHotkey(
'A' )
422 .LegacyHotkeyName(
"Add Symbol" )
423 .FriendlyName(
_(
"Place Symbols" ) )
426 .Parameter<EE_ACTIONS::PLACE_SYMBOL_PARAMS>( {} ) );
429 .Name(
"eeschema.InteractiveDrawing.placeNextSymbolUnit" )
431 .FriendlyName(
_(
"Place Next Symbol Unit" ) )
432 .Tooltip(
_(
"Place the next unit of the current symbol that is missing from the schematic" ) )
435 .Parameter<SCH_SYMBOL*>(
nullptr ) );
438 .Name(
"eeschema.InteractiveDrawing.placePowerSymbol" )
440 .DefaultHotkey(
'P' )
441 .LegacyHotkeyName(
"Add Power" )
442 .FriendlyName(
_(
"Place Power Symbols" ) )
445 .Parameter<SCH_SYMBOL*>(
nullptr ) );
448 .Name(
"eeschema.InteractiveDrawing.placeDesignBlock" )
451 .FriendlyName(
_(
"Place Design Block" ) )
452 .Tooltip(
_(
"Add selected design block to current sheet" ) )
455 .Parameter<DESIGN_BLOCK*>(
nullptr ) );
459 .Name(
"eeschema.InteractiveDrawing.placeNoConnect" )
461 .DefaultHotkey(
'Q' )
462 .LegacyHotkeyName(
"Add No Connect Flag" )
463 .FriendlyName(
_(
"Place No Connect Flags" ) )
469 .Name(
"eeschema.InteractiveDrawing.placeJunction" )
471 .DefaultHotkey(
'J' )
472 .LegacyHotkeyName(
"Add Junction" )
473 .FriendlyName(
_(
"Place Junctions" ) )
479 .Name(
"eeschema.InteractiveDrawing.placeBusWireEntry" )
481 .DefaultHotkey(
'Z' )
482 .LegacyHotkeyName(
"Add Wire Entry" )
483 .FriendlyName(
_(
"Place Wire to Bus Entries" ) )
489 .Name(
"eeschema.InteractiveDrawing.placeLabel" )
491 .DefaultHotkey(
'L' )
492 .LegacyHotkeyName(
"Add Label" )
493 .FriendlyName(
_(
"Place Net Labels" ) )
499 .Name(
"eeschema.InteractiveDrawing.placeClassLabel" )
501 .FriendlyName(
_(
"Place Directive Labels" ) )
506 .Name(
"eeschema.InteractiveDrawing.placeHierarchicalLabel" )
508 .DefaultHotkey(
'H' )
509 .LegacyHotkeyName(
"Add Hierarchical Label" )
510 .FriendlyName(
_(
"Place Hierarchical Labels" ) )
515 .Name(
"eeschema.InteractiveDrawing.drawSheet" )
517 .DefaultHotkey(
'S' )
518 .LegacyHotkeyName(
"Add Sheet" )
519 .FriendlyName(
_(
"Draw Hierarchical Sheets" ) )
525 .Name(
"eeschema.InteractiveDrawing.drawSheetFromFile" )
527 .FriendlyName(
_(
"Draw Sheet from File" ) )
528 .Tooltip(
_(
"Copy sheet into project and draw on current sheet" ) )
531 .Parameter<wxString*> (
nullptr ) );
534 .Name(
"eeschema.InteractiveDrawing.drawSheetFromDesignBlock" )
536 .FriendlyName(
_(
"Draw Sheet from Design Block" ) )
537 .Tooltip(
_(
"Copy design block into project as a sheet on current sheet" ) )
540 .Parameter<DESIGN_BLOCK*> (
nullptr ) );
543 .Name(
"eeschema.InteractiveDrawing.placeSheetPin" )
545 .FriendlyName(
_(
"Place Sheet Pins" ) )
550 .Name(
"eeschema.InteractiveDrawing.syncSheetPins" )
552 .FriendlyName(
_(
"Sync Sheet Pins" ) )
553 .Tooltip(
_(
"Synchronize sheet pins and hierarchical labels" ) )
558 .Name(
"eeschema.InteractiveDrawing.syncAllSheetsPins" )
560 .FriendlyName(
_(
"Sync Sheet Pins" ) )
561 .Tooltip(
_(
"Synchronize sheet pins and hierarchical labels" ) )
566 .Name(
"eeschema.InteractiveDrawing.importSheet" )
568 .FriendlyName(
_(
"Import Sheet" ) )
569 .Tooltip(
_(
"Import sheet into project" ) )
572 .Parameter<wxString*> (
nullptr ) );
575 .Name(
"eeschema.InteractiveDrawing.placeGlobalLabel" )
577 .DefaultHotkey(
MD_CTRL +
'L' )
578 .LegacyHotkeyName(
"Add Global Label" )
579 .FriendlyName(
_(
"Place Global Labels" ) )
584 .Name(
"eeschema.InteractiveDrawing.placeSchematicText" )
586 .DefaultHotkey(
'T' )
587 .LegacyHotkeyName(
"Add Graphic Text" )
588 .FriendlyName(
_(
"Draw Text" ) )
593 .Name(
"eeschema.InteractiveDrawing.drawTextBox" )
595 .FriendlyName(
_(
"Draw Text Boxes" ) )
601 .Name(
"eeschema.InteractiveDrawing.drawTable" )
603 .FriendlyName(
_(
"Draw Tables" ) )
608 .Name(
"eeschema.InteractiveDrawing.drawRectangle" )
610 .FriendlyName(
_(
"Draw Rectangles" ) )
616 .Name(
"eeschema.InteractiveDrawing.drawCircle" )
618 .FriendlyName(
_(
"Draw Circles" ) )
624 .Name(
"eeschema.InteractiveDrawing.drawArc" )
626 .FriendlyName(
_(
"Draw Arcs" ) )
632 .Name(
"eeschema.InteractiveDrawing.drawBezier" )
634 .FriendlyName(
_(
"Draw Bezier Curve" ) )
640 .Name(
"eeschema.InteractiveDrawing.placeImage" )
642 .FriendlyName(
_(
"Place Images" ) )
645 .Parameter<SCH_BITMAP*>(
nullptr ) );
648 .Name(
"eeschema.InteractiveDrawing.drawRuleArea" )
650 .FriendlyName(
_(
"Draw Rule Areas" ) )
656 .Name(
"eeschema.InteractiveDrawing.deleteLastPoint" )
658 .FriendlyName(
_(
"Delete Last Point" ) )
659 .Tooltip(
_(
"Delete the last point added to the current item" ) )
663 .Name(
"eeschema.InteractiveDrawing.closeOutline" )
665 .FriendlyName(
_(
"Close Outline" ) )
666 .Tooltip(
_(
"Close the in-progress outline" ) )
673 .Name(
"eeschema.InteractiveEdit.repeatDrawItem" )
676 .DefaultHotkey( WXK_F1 )
678 .DefaultHotkey( WXK_INSERT )
680 .LegacyHotkeyName(
"Repeat Last Item" )
681 .FriendlyName(
_(
"Repeat Last Item" ) )
682 .Tooltip(
_(
"Duplicates the last drawn item" ) ) );
685 .Name(
"eeschema.InteractiveEdit.rotateCW" )
687 .FriendlyName(
_(
"Rotate Clockwise" ) )
691 .Name(
"eeschema.InteractiveEdit.rotateCCW" )
693 .DefaultHotkey(
'R' )
694 .LegacyHotkeyName(
"Rotate Item" )
695 .FriendlyName(
_(
"Rotate Counterclockwise" ) )
699 .Name(
"eeschema.InteractiveEdit.mirrorV" )
701 .DefaultHotkey(
'Y' )
702 .LegacyHotkeyName(
"Mirror X" )
703 .FriendlyName(
_(
"Mirror Vertically" ) )
704 .Tooltip(
_(
"Flips selected item(s) from top to bottom" ) )
708 .Name(
"eeschema.InteractiveEdit.mirrorH" )
710 .DefaultHotkey(
'X' )
711 .LegacyHotkeyName(
"Mirror Y" )
712 .FriendlyName(
_(
"Mirror Horizontally" ) )
713 .Tooltip(
_(
"Flips selected item(s) from left to right" ) )
717 .Name(
"eeschema.InteractiveEdit.swap" )
719 .DefaultHotkey(
MD_ALT +
'S' )
720 .FriendlyName(
_(
"Swap" ) )
721 .Tooltip(
_(
"Swap positions of selected items" ) )
725 .Name(
"eeschema.InteractiveEdit.properties" )
727 .DefaultHotkey(
'E' )
728 .LegacyHotkeyName(
"Edit Item" )
729 .FriendlyName(
_(
"Properties..." ) )
733 .Name(
"eeschema.InteractiveEdit.editReference" )
735 .DefaultHotkey(
'U' )
736 .LegacyHotkeyName(
"Edit Symbol Reference" )
737 .FriendlyName(
_(
"Edit Reference Designator..." ) )
741 .Name(
"eeschema.InteractiveEdit.editValue" )
743 .DefaultHotkey(
'V' )
744 .LegacyHotkeyName(
"Edit Symbol Value" )
745 .FriendlyName(
_(
"Edit Value..." ) )
749 .Name(
"eeschema.InteractiveEdit.editFootprint" )
751 .DefaultHotkey(
'F' )
752 .LegacyHotkeyName(
"Edit Symbol Footprint" )
753 .FriendlyName(
_(
"Edit Footprint..." ) )
757 .Name(
"eeschema.InteractiveEdit.autoplaceFields" )
759 .DefaultHotkey(
'O' )
760 .LegacyHotkeyName(
"Autoplace Fields" )
761 .FriendlyName(
_(
"Autoplace Fields" ) )
762 .Tooltip(
_(
"Runs the automatic placement algorithm on the symbol's (or sheet's) fields" ) )
766 .Name(
"eeschema.InteractiveEdit.changeSymbols" )
768 .FriendlyName(
_(
"Change Symbols..." ) )
769 .Tooltip(
_(
"Assign different symbols from the library" ) )
773 .Name(
"eeschema.InteractiveEdit.updateSymbols" )
775 .FriendlyName(
_(
"Update Symbols from Library..." ) )
776 .Tooltip(
_(
"Update symbols to include any changes from the library" ) )
780 .Name(
"eeschema.InteractiveEdit.changeSymbol" )
782 .FriendlyName(
_(
"Change Symbol..." ) )
783 .Tooltip(
_(
"Assign a different symbol from the library" ) )
787 .Name(
"eeschema.InteractiveEdit.updateSymbol" )
789 .FriendlyName(
_(
"Update Symbol..." ) )
790 .Tooltip(
_(
"Update symbol to include any changes from the library" ) )
794 .Name(
"eeschema.InteractiveEdit.assignNetclass" )
796 .FriendlyName(
_(
"Assign Netclass..." ) )
797 .Tooltip(
_(
"Assign a netclass to nets matching a pattern" ) )
801 .Name(
"eeschema.InteractiveEdit.toggleDeMorgan" )
803 .FriendlyName(
_(
"De Morgan Conversion" ) )
804 .Tooltip(
_(
"Switch between De Morgan representations" ) )
808 .Name(
"eeschema.InteractiveEdit.showDeMorganStandard" )
810 .FriendlyName(
_(
"De Morgan Standard" ) )
811 .Tooltip(
_(
"Switch to standard De Morgan representation" ) )
815 .Name(
"eeschema.InteractiveEdit.showDeMorganAlternate" )
817 .FriendlyName(
_(
"De Morgan Alternate" ) )
818 .Tooltip(
_(
"Switch to alternate De Morgan representation" ) )
822 .Name(
"eeschema.InteractiveEdit.toLabel" )
824 .FriendlyName(
_(
"Change to Label" ) )
825 .Tooltip(
_(
"Change existing item to a label" ) )
831 .Name(
"eeschema.InteractiveEdit.toCLabel" )
833 .FriendlyName(
_(
"Change to Directive Label" ) )
834 .Tooltip(
_(
"Change existing item to a directive label" ) )
840 .Name(
"eeschema.InteractiveEdit.toHLabel" )
842 .FriendlyName(
_(
"Change to Hierarchical Label" ) )
843 .Tooltip(
_(
"Change existing item to a hierarchical label" ) )
849 .Name(
"eeschema.InteractiveEdit.toGLabel" )
851 .FriendlyName(
_(
"Change to Global Label" ) )
852 .Tooltip(
_(
"Change existing item to a global label" ) )
858 .Name(
"eeschema.InteractiveEdit.toText" )
860 .FriendlyName(
_(
"Change to Text" ) )
861 .Tooltip(
_(
"Change existing item to a text comment" ) )
867 .Name(
"eeschema.InteractiveEdit.toTextBox" )
869 .FriendlyName(
_(
"Change to Text Box" ) )
870 .Tooltip(
_(
"Change existing item to a text box" ) )
876 .Name(
"eeschema.InteractiveEdit.cleanupSheetPins" )
878 .FriendlyName(
_(
"Cleanup Sheet Pins" ) )
879 .Tooltip(
_(
"Delete unreferenced sheet pins" ) ) );
882 .Name(
"eeschema.InteractiveEdit.editTextAndGraphics" )
884 .FriendlyName(
_(
"Edit Text & Graphics Properties..." ) )
885 .Tooltip(
_(
"Edit text and graphics properties globally across schematic" ) )
889 .Name(
"eeschema.InteractiveEdit.symbolProperties" )
891 .FriendlyName(
_(
"Symbol Properties..." ) )
895 .Name(
"eeschema.InteractiveEdit.pinTable" )
897 .FriendlyName(
_(
"Pin Table..." ) )
898 .Tooltip(
_(
"Displays pin table for bulk editing of pins" ) )
902 .Name(
"eeschema.InteractiveEdit.breakWire" )
904 .FriendlyName(
_(
"Break" ) )
905 .Tooltip(
_(
"Divide into connected segments" ) )
909 .Name(
"eeschema.InteractiveEdit.slice" )
911 .FriendlyName(
_(
"Slice" ) )
912 .Tooltip(
_(
"Divide into unconnected segments" ) )
918 .Name(
"eeschema.EditorControl.restartMove" )
922 .Name(
"eeschema.EditorControl.highlightNet" )
924 .DefaultHotkey(
'`' )
925 .FriendlyName(
_(
"Highlight Net" ) )
926 .Tooltip(
_(
"Highlight net under cursor" ) )
930 .Name(
"eeschema.EditorControl.clearHighlight" )
932 .DefaultHotkey(
'~' )
933 .FriendlyName(
_(
"Clear Net Highlighting" ) )
934 .Tooltip(
_(
"Clear any existing net highlighting" ) ) );
937 .Name(
"eeschema.EditorControl.updateNetHighlighting" )
941 .Name(
"eeschema.EditorControl.highlightNetTool" )
943 .FriendlyName(
_(
"Highlight Nets" ) )
944 .Tooltip(
_(
"Highlight wires and pins of a net" ) )
949 .Name(
"eeschema.EditorControl.showNetNavigator" )
951 .FriendlyName(
_(
"Net Navigator" ) )
952 .Tooltip(
_(
"Show/hide the net navigator" ) ) );
955 .Name(
"eeschema.EditorControl.editWithSymbolEditor" )
957 .DefaultHotkey(
MD_CTRL +
'E' )
958 .LegacyHotkeyName(
"Edit with Symbol Editor" )
959 .FriendlyName(
_(
"Edit with Symbol Editor" ) )
960 .Tooltip(
_(
"Open the selected symbol in the Symbol Editor" ) )
964 .Name(
"eeschema.EditorControl.setExcludeFromBOM" )
966 .FriendlyName(
_(
"Exclude from Bill of Materials" ) )
967 .Tooltip(
_(
"Set the exclude from bill of materials attribute" ) ) );
970 .Name(
"eeschema.EditorControl.unsetExcludeFromBOM" )
972 .FriendlyName(
_(
"Include in Bill of Materials" ) )
973 .Tooltip(
_(
"Clear the exclude from bill of materials attribute" ) ) );
976 .Name(
"eeschema.EditorControl.toggleExcludeFromBOM" )
978 .FriendlyName(
_(
"Toggle Exclude from Bill of Materials" ) )
979 .Tooltip(
_(
"Toggle the exclude from bill of materials attribute" ) ) );
982 .Name(
"eeschema.EditorControl.setExcludeFromSimulation" )
984 .FriendlyName(
_(
"Exclude from Simulation" ) )
985 .Tooltip(
_(
"Set the exclude from simulation attribute" ) ) );
988 .Name(
"eeschema.EditorControl.unsetExcludeFromSimulation" )
990 .FriendlyName(
_(
"Include in Simulation" ) )
991 .Tooltip(
_(
"Clear the exclude from simulation attribute" ) ) );
994 .Name(
"eeschema.EditorControl.toggleExcludeFromSimulation" )
996 .FriendlyName(
_(
"Toggle Exclude from Simulation" ) )
997 .Tooltip(
_(
"Toggle the exclude from simulation attribute" ) ) );
1000 .Name(
"eeschema.EditorControl.setExcludeFromBoard" )
1002 .FriendlyName(
_(
"Exclude from Board" ) )
1003 .Tooltip(
_(
"Set the exclude from board attribute" ) ) );
1006 .Name(
"eeschema.EditorControl.unsetExcludeFromBoard" )
1008 .FriendlyName(
_(
"Include on Board" ) )
1009 .Tooltip(
_(
"Clear the exclude from board attribute" ) ) );
1012 .Name(
"eeschema.EditorControl.toggleExcludeFromBoard" )
1014 .FriendlyName(
_(
"Toggle Exclude from Board" ) )
1015 .Tooltip(
_(
"Toggle the exclude from board attribute" ) ) );
1018 .Name(
"eeschema.EditorControl.setDNP" )
1020 .FriendlyName(
_(
"Set Do Not Populate" ) )
1021 .Tooltip(
_(
"Set the do not populate attribute" ) ) );
1024 .Name(
"eeschema.EditorControl.unsetDNP" )
1026 .FriendlyName(
_(
"Unset Do Not Populate" ) )
1027 .Tooltip(
_(
"Clear the do not populate attribute" ) ) );
1030 .Name(
"eeschema.EditorControl.toggleDNP" )
1033 .FriendlyName(
_(
"Toggle Do Not Populate" ) )
1034 .Tooltip(
_(
"Toggle the do not populate attribute" ) ) );
1037 .Name(
"eeschema.EditorControl.editLibSymbolWithSymbolEditor" )
1040 .FriendlyName(
_(
"Edit Library Symbol..." ) )
1041 .Tooltip(
_(
"Open the library symbol in the Symbol Editor" ) )
1045 .Name(
"eeschema.EditorControl.editSymbolFields" )
1047 .FriendlyName(
_(
"Edit Symbol Fields..." ) )
1048 .Tooltip(
_(
"Bulk-edit fields of all symbols in schematic" ) )
1052 .Name(
"eeschema.EditorControl.editSymbolLibraryLinks" )
1054 .FriendlyName(
_(
"Edit Symbol Library Links..." ) )
1055 .Tooltip(
_(
"Edit links between schematic and library symbols" ) )
1059 .Name(
"eeschema.EditorControl.assignFootprints" )
1061 .FriendlyName(
_(
"Assign Footprints..." ) )
1062 .Tooltip(
_(
"Run footprint assignment tool" ) )
1066 .Name(
"eeschema.EditorControl.importFPAssignments" )
1068 .FriendlyName(
_(
"Import Footprint Assignments..." ) )
1069 .Tooltip(
_(
"Import symbol footprint assignments from .cmp file created by board editor" ) )
1073 .Name(
"eeschema.EditorControl.annotate" )
1075 .FriendlyName(
_(
"Annotate Schematic..." ) )
1076 .Tooltip(
_(
"Fill in schematic symbol reference designators" ) )
1080 .Name(
"eeschema.EditorControl.incrementAnnotations" )
1082 .FriendlyName(
_(
"Increment Annotations From..." ) )
1083 .Tooltip(
_(
"Increment a subset of reference designators starting at a particular symbol" ) )
1088 .Name(
"eeschema.EditorControl.schematicSetup" )
1090 .FriendlyName(
_(
"Schematic Setup..." ) )
1091 .Tooltip(
_(
"Edit schematic setup including annotation styles and electrical rules" ) )
1095 .Name(
"eeschema.EditorControl.editPageNumber" )
1097 .FriendlyName(
_(
"Edit Sheet Page Number..." ) )
1098 .Tooltip(
_(
"Edit the page number of the current or selected sheet" ) ) );
1101 .Name(
"eeschema.EditorControl.rescueSymbols" )
1103 .FriendlyName(
_(
"Rescue Symbols..." ) )
1104 .Tooltip(
_(
"Find old symbols in project and rename/rescue them" ) )
1108 .Name(
"eeschema.EditorControl.remapSymbols" )
1110 .FriendlyName(
_(
"Remap Legacy Library Symbols..." ) )
1111 .Tooltip(
_(
"Remap library symbol references in legacy schematics to the symbol library table" ) )
1115 .Name(
"eeschema.EditorControl.drawSheetOnClipboard" )
1117 .FriendlyName(
_(
"Export Drawing to Clipboard" ) )
1118 .Tooltip(
_(
"Export drawing of current sheet to clipboard" ) )
1122 .Name(
"eeschema.EditorControl.importGraphics" )
1125 .LegacyHotkeyName(
"Place DXF" )
1126 .FriendlyName(
_(
"Import Graphics..." ) )
1127 .Tooltip(
_(
"Import 2D drawing file" ) )
1132 .Name(
"eeschema.EditorControl.showPcbNew" )
1134 .FriendlyName(
_(
"Switch to PCB Editor" ) )
1135 .Tooltip(
_(
"Open PCB in board editor" ) )
1139 .Name(
"eeschema.EditorControl.exportNetlist" )
1141 .FriendlyName(
_(
"Export Netlist..." ) )
1142 .Tooltip(
_(
"Export file containing netlist in one of several formats" ) )
1146 .Name(
"eeschema.EditorControl.generateBOM" )
1148 .FriendlyName(
_(
"Generate Bill of Materials..." ) )
1149 .Tooltip(
_(
"Generate a bill of materials for the current schematic" ) )
1153 .Name(
"eeschema.EditorControl.generateBOMLegacy" )
1155 .FriendlyName(
_(
"Generate Legacy Bill of Materials..." ) )
1156 .Tooltip(
_(
"Generate a bill of materials for the current schematic (Legacy Generator)" ) )
1161 .Name(
"eeschema.EditorControl.generateBOMExternal" )
1163 .FriendlyName(
_(
"Generate Bill of Materials (External)..." ) )
1164 .Tooltip(
_(
"Generate a bill of materials for the current schematic using external generator" ) )
1168 .Name(
"eeschema.EditorControl.exportSymbolsToLibrary" )
1170 .FriendlyName(
_(
"Export Symbols to Library..." ) )
1171 .Tooltip(
_(
"Add symbols used in schematic to an existing symbol library\n"
1172 "(does not remove other symbols from this library)" ) )
1176 .Name(
"eeschema.EditorControl.exportSymbolsToNewLibrary" )
1178 .FriendlyName(
_(
"Export Symbols to New Library..." ) )
1179 .Tooltip(
_(
"Create a new symbol library using the symbols used in the schematic\n"
1180 "(if the library already exists it will be replaced)" ) )
1184 .Name(
"eeschema.EditorControl.selectOnPCB" )
1186 .FriendlyName(
_(
"Select on PCB" ) )
1187 .Tooltip(
_(
"Select corresponding items in PCB editor" ) )
1191 .Name(
"eeschema.EditorControl.showHiddenPins" )
1193 .FriendlyName(
_(
"Show Hidden Pins" ) )
1197 .Name(
"eeschema.EditorControl.showHiddenFields" )
1199 .FriendlyName(
_(
"Show Hidden Fields" ) ) );
1202 .Name(
"eeschema.EditorControl.showDirectiveLabels" )
1204 .FriendlyName(
_(
"Show Directive Labels" ) ) );
1207 .Name(
"eeschema.EditorControl.showERCWarnings" )
1209 .FriendlyName(
_(
"Show ERC Warnings" ) )
1210 .Tooltip(
_(
"Show markers for electrical rules checker warnings" ) ) );
1213 .Name(
"eeschema.EditorControl.showERCErrors" )
1215 .FriendlyName(
_(
"Show ERC Errors" ) )
1216 .Tooltip(
_(
"Show markers for electrical rules checker errors" ) ) );
1219 .Name(
"eeschema.EditorControl.showERCExclusions" )
1221 .FriendlyName(
_(
"Show ERC Exclusions" ) )
1222 .Tooltip(
_(
"Show markers for excluded electrical rules checker violations" ) ) );
1225 .Name(
"eeschema.EditorControl.markSimExclusions" )
1227 .FriendlyName(
_(
"Mark items excluded from simulation" ) )
1228 .Tooltip(
_(
"Draw 'X's over items which have been excluded from simulation" ) ) );
1231 .Name(
"eeschema.EditorControl.showOperatingPointVoltages" )
1233 .FriendlyName(
_(
"Show OP Voltages" ) )
1234 .Tooltip(
_(
"Show operating point voltage data from simulation" ) ) );
1237 .Name(
"eeschema.EditorControl.showOperatingPointCurrents" )
1239 .FriendlyName(
_(
"Show OP Currents" ) )
1240 .Tooltip(
_(
"Show operating point current data from simulation" ) ) );
1243 .Name(
"eeschema.EditorControl.togglePinAltIcons" )
1245 .FriendlyName(
_(
"Show Pin Alternate Icons" ) )
1246 .Tooltip(
_(
"Show indicator icons for pins with alternate modes" ) ) );
1249 .Name(
"eeschema.EditorControl.lineModeFree" )
1251 .FriendlyName(
_(
"Line Mode for Wires and Buses" ) )
1252 .Tooltip(
_(
"Draw and drag at any angle" ) )
1258 .Name(
"eeschema.EditorControl.lineModeOrthonal" )
1260 .FriendlyName(
_(
"Line Mode for Wires and Buses" ) )
1261 .Tooltip(
_(
"Constrain drawing and dragging to horizontal or vertical motions" ) )
1267 .Name(
"eeschema.EditorControl.lineMode45" )
1269 .FriendlyName(
_(
"Line Mode for Wires and Buses" ) )
1270 .Tooltip(
_(
"Constrain drawing and dragging to horizontal, vertical, or 45-degree angle motions" ) )
1276 .Name(
"eeschema.EditorControl.lineModeNext" )
1278 .DefaultHotkey(
MD_SHIFT +
static_cast<int>( WXK_SPACE ) )
1279 .FriendlyName(
_(
"Line Mode for Wires and Buses" ) )
1280 .Tooltip(
_(
"Switch to next line mode" ) ) );
1283 .Name(
"eeschema.EditorControl.annotateAutomatically" )
1285 .FriendlyName(
_(
"Annotate Automatically" ) )
1286 .Tooltip(
_(
"Toggle automatic annotation of new symbols" ) )
1290 .Name(
"eeschema.EditorControl.repairSchematic" )
1292 .FriendlyName(
_(
"Repair Schematic" ) )
1293 .Tooltip(
_(
"Run various diagnostics and attempt to repair schematic" ) )
1297 .Name(
"eeschema.EditorControl.previousUnit" )
1299 .FriendlyName(
_(
"Previous Symbol Unit" ) )
1300 .Tooltip(
_(
"Open the previous unit of the symbol" ) )
1301 .Parameter<int>( -1 ) );
1304 .Name(
"eeschema.EditorControl.nextUnit" )
1306 .FriendlyName(
_(
"Next Symbol Unit" ) )
1307 .Tooltip(
_(
"Open the next unit of the symbol" ) )
1308 .Parameter<int>( 1 ) );
1312 .Name(
"eeschema.EditorControl.showPythonConsole" )
1314 .FriendlyName(
_(
"Scripting Console" ) )
1315 .Tooltip(
_(
"Show the Python scripting console" ) )
1321 .Name(
"eeschema.NavigateTool.changeSheet" )
1323 .FriendlyName(
_(
"Change Sheet" ) )
1324 .Tooltip(
_(
"Change to provided sheet's contents in the schematic editor" ) )
1328 .Name(
"eeschema.NavigateTool.enterSheet" )
1330 .FriendlyName(
_(
"Enter Sheet" ) )
1331 .Tooltip(
_(
"Display the selected sheet's contents in the schematic editor" ) )
1335 .Name(
"eeschema.NavigateTool.leaveSheet" )
1337 .DefaultHotkey(
MD_ALT +
static_cast<int>( WXK_BACK ) )
1338 .LegacyHotkeyName(
"Leave Sheet" )
1339 .FriendlyName(
_(
"Leave Sheet" ) )
1340 .Tooltip(
_(
"Display the parent sheet in the schematic editor" ) )
1344 .Name(
"eeschema.NavigateTool.up" )
1346 .DefaultHotkey(
MD_ALT +
static_cast<int>( WXK_UP ) )
1347 .FriendlyName(
_(
"Navigate Up" ) )
1348 .Tooltip(
_(
"Navigate up one sheet in the hierarchy" ) )
1352 .Name(
"eeschema.NavigateTool.back" )
1354 .DefaultHotkey(
MD_ALT +
static_cast<int>( WXK_LEFT ) )
1355 .FriendlyName(
_(
"Navigate Back" ) )
1356 .Tooltip(
_(
"Move backward in sheet navigation history" ) )
1360 .Name(
"eeschema.NavigateTool.forward" )
1362 .DefaultHotkey(
MD_ALT +
static_cast<int>( WXK_RIGHT ) )
1363 .FriendlyName(
_(
"Navigate Forward" ) )
1364 .Tooltip(
_(
"Move forward in sheet navigation history" ) )
1368 .Name(
"eeschema.NavigateTool.previous" )
1370 .DefaultHotkey( WXK_PAGEUP )
1371 .FriendlyName(
_(
"Previous Sheet" ) )
1372 .Tooltip(
_(
"Move to previous sheet by number" ) )
1376 .Name(
"eeschema.NavigateTool.next" )
1378 .DefaultHotkey( WXK_PAGEDOWN )
1379 .FriendlyName(
_(
"Next Sheet" ) )
1380 .Tooltip(
_(
"Move to next sheet by number" ) )
1384 .Name(
"eeschema.EditorTool.showHierarchy" )
1386 .DefaultHotkey(
MD_CTRL +
'H' )
1387 .FriendlyName(
_(
"Hierarchy Navigator" ) )
1388 .Tooltip(
_(
"Show/hide the schematic sheet hierarchy navigator" ) )
1396 .Name(
"eeschema.InteractiveDrawingLineWireBus.drawWires" )
1398 .DefaultHotkey(
'W' )
1399 .LegacyHotkeyName(
"Begin Wire" )
1400 .FriendlyName(
_(
"Draw Wires" ) )
1407 .Name(
"eeschema.InteractiveDrawingLineWireBus.drawBuses" )
1409 .DefaultHotkey(
'B' )
1410 .LegacyHotkeyName(
"Begin Bus" )
1411 .FriendlyName(
_(
"Draw Buses" ) )
1417 .Name(
"eeschema.InteractiveDrawingLineWireBus.unfoldBus" )
1419 .DefaultHotkey(
'C' )
1420 .LegacyHotkeyName(
"Unfold from Bus" )
1421 .FriendlyName(
_(
"Unfold from Bus" ) )
1422 .Tooltip(
_(
"Break a wire out of a bus" ) )
1425 .Parameter<wxString*>(
nullptr ) );
1429 .Name(
"eeschema.InteractiveDrawingLineWireBus.drawLines" )
1431 .DefaultHotkey(
'I' )
1432 .LegacyHotkeyName(
"Add Graphic PolyLine" )
1433 .FriendlyName(
_(
"Draw Lines" ) )
1439 .Name(
"eeschema.InteractiveDrawingLineWireBus.undoLastSegment")
1441 .DefaultHotkey( WXK_BACK )
1442 .FriendlyName(
_(
"Undo Last Segment" ) )
1443 .Tooltip(
_(
"Walks the current line back one segment." ) )
1447 .Name(
"eeschema.InteractiveDrawingLineWireBus.switchPosture" )
1449 .DefaultHotkey(
'/' )
1450 .FriendlyName(
_(
"Switch Segment Posture" ) )
1451 .Tooltip(
_(
"Switches posture of the current segment." ) )
1458 .Name(
"eeschema.InteractiveMove.move" )
1460 .DefaultHotkey(
'M' )
1461 .LegacyHotkeyName(
"Move Item" )
1462 .FriendlyName(
_(
"Move" ) )
1467 .Name(
"eeschema.InteractiveMove.drag" )
1469 .DefaultHotkey(
'G' )
1470 .LegacyHotkeyName(
"Drag Item" )
1471 .FriendlyName(
_(
"Drag" ) )
1472 .Tooltip(
_(
"Move items while keeping their connections" ) )
1477 .Name(
"eeschema.AlignToGrid" )
1479 .FriendlyName(
_(
"Align Items to Grid" ) )
1485 .Name(
"eeschema.EditorControl.saveCurrSheetCopyAs" )
1487 .FriendlyName(
_(
"Save Current Sheet Copy As..." ) )
1488 .Tooltip(
_(
"Save a copy of the current sheet to another location or name" ) )
1493 .Name(
"eeschema.EditorControl.ddAppendFile" )
1498 .Name(
"eeschema.Simulation.newAnalysisTab" )
1500 .DefaultHotkey(
MD_CTRL +
'N' )
1501 .LegacyHotkeyName(
"New" )
1502 .FriendlyName(
_(
"New Analysis Tab..." ) )
1503 .Tooltip(
_(
"Create a new tab containing a simulation analysis" ) )
1507 .Name(
"eeschema.Simulation.openWorkbook" )
1509 .DefaultHotkey(
MD_CTRL +
'O' )
1510 .LegacyHotkeyName(
"Open" )
1511 .FriendlyName(
_(
"Open Workbook..." ) )
1512 .Tooltip(
_(
"Open a saved set of analysis tabs and settings" ) )
1516 .Name(
"eeschema.Simulation.saveWorkbook" )
1518 .DefaultHotkey(
MD_CTRL +
'S' )
1519 .LegacyHotkeyName(
"Save" )
1520 .FriendlyName(
_(
"Save Workbook" ) )
1521 .Tooltip(
_(
"Save the current set of analysis tabs and settings" ) )
1525 .Name(
"eeschema.Simulation.saveWorkbookAs" )
1528 .LegacyHotkeyName(
"Save As" )
1529 .FriendlyName(
_(
"Save Workbook As..." ) )
1530 .Tooltip(
_(
"Save the current set of analysis tabs and settings to another location" ) )
1534 .Name(
"eeschema.Simulator.exportPNG" )
1536 .FriendlyName(
_(
"Export Current Plot as PNG..." ) )
1540 .Name(
"eeschema.Simulator.exportCSV" )
1542 .FriendlyName(
_(
"Export Current Plot as CSV..." ) )
1546 .Name(
"eeschema.Simulator.exportToClipboard" )
1548 .FriendlyName(
_(
"Export Current Plot to Clipboard" ) )
1552 .Name(
"eeschema.Simulator.exportPlotToSchematic" )
1554 .FriendlyName(
_(
"Export Current Plot to Schematic" ) )
1558 .Name(
"eeschema.Simulator.toggleLegend" )
1560 .FriendlyName(
_(
"Show Legend" ) )
1564 .Name(
"eeschema.Simulator.toggleDottedSecondary" )
1566 .FriendlyName(
_(
"Dotted Current/Phase" ) )
1567 .Tooltip(
_(
"Draw secondary signal trace (current or phase) with a dotted line" ) ) );
1570 .Name(
"eeschema.Simulator.toggleDarkModePlots" )
1572 .FriendlyName(
_(
"Dark Mode Plots" ) )
1573 .Tooltip(
_(
"Draw plots with a black background" ) ) );
1576 .Name(
"eeschema.Simulation.simAnalysisProperties" )
1578 .FriendlyName(
_(
"Edit Analysis Tab..." ) )
1579 .Tooltip(
_(
"Edit the current analysis tab's SPICE command and plot setup" ) )
1583 .Name(
"eeschema.Simulation.runSimulation" )
1585 .DefaultHotkey(
'R' )
1586 .FriendlyName(
_(
"Run Simulation" ) )
1590 .Name(
"eeschema.Simulation.stopSimulation" )
1592 .FriendlyName(
_(
"Stop Simulation" ) )
1596 .Name(
"eeschema.Simulation.probe" )
1598 .DefaultHotkey(
'P' )
1599 .FriendlyName(
_(
"Probe Schematic..." ) )
1600 .Tooltip(
_(
"Add a simulator probe" ) )
1604 .Name(
"eeschema.Simulation.tune" )
1606 .DefaultHotkey(
'T' )
1607 .FriendlyName(
_(
"Add Tuned Value..." ) )
1608 .Tooltip(
_(
"Select a value to be tuned" ) )
1612 .Name(
"eeschema.Simulation.editUserDefinedSignals" )
1614 .FriendlyName(
_(
"User-defined Signals..." ) )
1615 .Tooltip(
_(
"Add, edit or delete user-defined simulation signals" ) )
1619 .Name(
"eeschema.Simulation.showNetlist" )
1621 .FriendlyName(
_(
"Show SPICE Netlist" ) )
@ add_symbol_to_schematic
@ add_hierarchical_subsheet
@ net_highlight_schematic
@ import_hierarchical_label
static TOOL_ACTION importFPAssignments
static TOOL_ACTION drawSheetFromFile
static TOOL_ACTION deleteSymbol
static TOOL_ACTION mirrorV
static TOOL_ACTION simAnalysisProperties
static TOOL_ACTION repairSchematic
static TOOL_ACTION deleteDesignBlock
static TOOL_ACTION drawSheetFromDesignBlock
static TOOL_ACTION remapSymbols
static TOOL_ACTION unsetDNP
static TOOL_ACTION runERC
Inspection and Editing.
static TOOL_ACTION alignToGrid
static TOOL_ACTION selectionActivate
Activation of the selection tool.
static TOOL_ACTION toggleAnnotateAuto
static TOOL_ACTION placeDesignBlock
static TOOL_ACTION properties
static TOOL_ACTION toggleExcludeFromSimulation
static TOOL_ACTION unsetExcludeFromSimulation
static TOOL_ACTION cutSymbol
static TOOL_ACTION lineMode90
static TOOL_ACTION toggleHiddenPins
static TOOL_ACTION highlightNet
static TOOL_ACTION setExcludeFromBoard
static TOOL_ACTION addItemsToSel
Selects a list of items (specified as the event parameter)
static TOOL_ACTION editUserDefinedSignals
static TOOL_ACTION changeSheet
static TOOL_ACTION openWorkbook
static TOOL_ACTION clearHighlight
static TOOL_ACTION drawTable
static TOOL_ACTION stopSimulation
static TOOL_ACTION syncAllSheetsPins
static TOOL_ACTION selectConnection
If current selection is a wire or bus, expand to entire connection.
static TOOL_ACTION pointEditorRemoveCorner
static TOOL_ACTION pinTable
static TOOL_ACTION toggleLegend
static TOOL_ACTION toGLabel
static TOOL_ACTION toggleExcludeFromBoard
static TOOL_ACTION navigateForward
static TOOL_ACTION setDNP
static TOOL_ACTION saveSymbolAs
static TOOL_ACTION cleanupSheetPins
static TOOL_ACTION assignNetclass
static TOOL_ACTION placeSymbol
static TOOL_ACTION clearSelection
Clears the current selection.
static TOOL_ACTION navigateBack
static TOOL_ACTION placeSymbolAnchor
static TOOL_ACTION saveWorkbook
static TOOL_ACTION saveWorkbookAs
static TOOL_ACTION selectionMenu
Runs a selection menu to select from a list of items.
static TOOL_ACTION showHiddenFields
static TOOL_ACTION toText
static TOOL_ACTION exportPlotAsCSV
static TOOL_ACTION drawSymbolPolygon
static TOOL_ACTION showPythonConsole
static TOOL_ACTION generateBOMExternal
static TOOL_ACTION toggleERCWarnings
static TOOL_ACTION simTune
static TOOL_ACTION duplicateSymbol
static TOOL_ACTION drawRuleArea
static TOOL_ACTION toggleERCExclusions
static TOOL_ACTION placeClassLabel
static TOOL_ACTION drawWire
static TOOL_ACTION placeNextSymbolUnit
static TOOL_ACTION showDeMorganAlternate
static TOOL_ACTION toggleExcludeFromBOM
static TOOL_ACTION newSymbol
static TOOL_ACTION lineModeNext
static TOOL_ACTION autoplaceFields
static TOOL_ACTION closeOutline
static TOOL_ACTION pushPinNameSize
static TOOL_ACTION drawCircle
static TOOL_ACTION showDeMorganStandard
static TOOL_ACTION removeItemsFromSel
static TOOL_ACTION pushPinNumSize
static TOOL_ACTION rotateCCW
static TOOL_ACTION lineModeFree
static TOOL_ACTION editLibSymbolWithLibEdit
static TOOL_ACTION incrementAnnotations
static TOOL_ACTION editSymbol
static TOOL_ACTION drawBus
static TOOL_ACTION editValue
static TOOL_ACTION saveLibraryAs
static TOOL_ACTION toggleDarkModePlots
static TOOL_ACTION generateBOMLegacy
static TOOL_ACTION placeSymbolText
static TOOL_ACTION selectNode
Select the junction, wire or bus segment under the cursor.
static TOOL_ACTION toggleERCErrors
static TOOL_ACTION toLabel
static TOOL_ACTION pointEditorAddCorner
static TOOL_ACTION exportPlotAsPNG
static TOOL_ACTION placePower
static TOOL_ACTION addSymbolToSchematic
static TOOL_ACTION deleteLastPoint
static TOOL_ACTION toTextBox
static TOOL_ACTION showPinNumbers
static TOOL_ACTION breakWire
static TOOL_ACTION placeSheetPin
static TOOL_ACTION drawLines
static TOOL_ACTION toggleOPCurrents
static TOOL_ACTION restartMove
static TOOL_ACTION mirrorH
static TOOL_ACTION showSimulator
static TOOL_ACTION showNetlist
static TOOL_ACTION highlightNetTool
static TOOL_ACTION updateNetHighlighting
static TOOL_ACTION syncSheetPins
static TOOL_ACTION rotateCW
static TOOL_ACTION exportNetlist
static TOOL_ACTION assignFootprints
static TOOL_ACTION unsetExcludeFromBOM
static TOOL_ACTION selectOnPCB
static TOOL_ACTION togglePinAltIcons
static TOOL_ACTION diffSymbol
static TOOL_ACTION rescueSymbols
static TOOL_ACTION pushPinLength
static TOOL_ACTION importGraphics
static TOOL_ACTION leaveSheet
static TOOL_ACTION toggleHiddenFields
static TOOL_ACTION editWithLibEdit
static TOOL_ACTION simProbe
static TOOL_ACTION placeGlobalLabel
static TOOL_ACTION removeItemFromSel
static TOOL_ACTION exportSymbolAsSVG
static TOOL_ACTION importSymbol
static TOOL_ACTION toggleDottedSecondary
static TOOL_ACTION ddAppendFile
static TOOL_ACTION exportSymbolsToLibrary
static TOOL_ACTION placeHierLabel
static TOOL_ACTION drawSheetOnClipboard
static TOOL_ACTION addItemToSel
Selects an item (specified as the event parameter).
static TOOL_ACTION editSymbolFields
static TOOL_ACTION saveSymbolCopyAs
static TOOL_ACTION drawTextBox
static TOOL_ACTION symbolProperties
static TOOL_ACTION showNetNavigator
static TOOL_ACTION checkSymbol
static TOOL_ACTION editPageNumber
static TOOL_ACTION drawRectangle
static TOOL_ACTION changeSymbol
static TOOL_ACTION annotate
static TOOL_ACTION undoLastSegment
static TOOL_ACTION placeImage
static TOOL_ACTION editFootprint
static TOOL_ACTION exportPlotToSchematic
static TOOL_ACTION enterSheet
static TOOL_ACTION setUnitDisplayName
static TOOL_ACTION toggleDirectiveLabels
static TOOL_ACTION editReference
static TOOL_ACTION copySymbol
static TOOL_ACTION updateSymbols
static TOOL_ACTION syncSelection
Selection synchronization (PCB -> SCH)
static TOOL_ACTION showHierarchy
static TOOL_ACTION placeSchematicText
static TOOL_ACTION setExcludeFromBOM
static TOOL_ACTION drawSymbolTextBox
static TOOL_ACTION toggleOPVoltages
static TOOL_ACTION changeSymbols
static TOOL_ACTION setExcludeFromSimulation
static TOOL_ACTION unsetExcludeFromBoard
static TOOL_ACTION showDesignBlockPanel
static TOOL_ACTION drawSymbolLines
static TOOL_ACTION unfoldBus
static TOOL_ACTION renameSymbol
static TOOL_ACTION drawArc
static TOOL_ACTION previousUnit
static TOOL_ACTION toggleSyncedPinsMode
static TOOL_ACTION nextUnit
static TOOL_ACTION toCLabel
static TOOL_ACTION lineMode45
static TOOL_ACTION drawSheet
static TOOL_ACTION drawBezier
static TOOL_ACTION runSimulation
static TOOL_ACTION markSimExclusions
static TOOL_ACTION navigateNext
static TOOL_ACTION navigateUp
static TOOL_ACTION editSymbolLibraryLinks
static TOOL_ACTION placeLabel
static TOOL_ACTION repeatDrawItem
static TOOL_ACTION switchSegmentPosture
static TOOL_ACTION showHiddenPins
static TOOL_ACTION toHLabel
static TOOL_ACTION saveCurrSheetCopyAs
static TOOL_ACTION saveSheetAsDesignBlock
static TOOL_ACTION updateSymbolFields
static TOOL_ACTION editTextAndGraphics
static TOOL_ACTION showPcbNew
static TOOL_ACTION exportSymbolView
static TOOL_ACTION placeBusWireEntry
static TOOL_ACTION toggleDNP
static TOOL_ACTION placeSymbolPin
static TOOL_ACTION placeJunction
static TOOL_ACTION deriveFromExistingSymbol
static TOOL_ACTION importSheet
static TOOL_ACTION generateBOM
static TOOL_ACTION saveSelectionAsDesignBlock
static TOOL_ACTION editDesignBlockProperties
static TOOL_ACTION navigatePrevious
static TOOL_ACTION newAnalysisTab
static TOOL_ACTION placeNoConnect
static TOOL_ACTION pasteSymbol
static TOOL_ACTION toggleDeMorgan
static TOOL_ACTION updateSymbol
static TOOL_ACTION showBusSyntaxHelp
static TOOL_ACTION exportPlotToClipboard
static TOOL_ACTION schematicSetup
static TOOL_ACTION showElectricalTypes
static TOOL_ACTION exportSymbolsToNewLibrary
@ ARC
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