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.exportSymbol" )
274 .FriendlyName(
_(
"Export..." ) )
275 .Tooltip(
_(
"Export a symbol to a new library file" ) )
279 .Name(
"eeschema.SymbolLibraryControl.updateSymbolFields" )
281 .FriendlyName(
_(
"Update Symbol Fields..." ) )
282 .Tooltip(
_(
"Update symbol to match changes made in parent symbol" ) )
286 .Name(
"eeschema.SymbolLibraryControl.setUnitDisplayName" )
288 .FriendlyName(
_(
"Set Unit Display Name..." ) )
289 .Tooltip(
_(
"Set the display name for a particular unit in a multi-unit symbol" ) ) );
292 .Name(
"eeschema.SymbolLibraryControl.addSymbolToSchematic" )
294 .FriendlyName(
_(
"Add Symbol to Schematic" ) )
295 .Tooltip(
_(
"Add the current symbol to the schematic" ) )
299 .Name(
"eeschema.SymbolLibraryControl.showElectricalTypes" )
301 .FriendlyName(
_(
"Show Pin Electrical Types" ) )
302 .Tooltip(
_(
"Annotate pins with their electrical types" ) )
307 .Name(
"eeschema.SymbolLibraryControl.showPinNumbers" )
309 .FriendlyName(
_(
"Show Pin Numbers" ) )
310 .Tooltip(
_(
"Annotate pins with their numbers" ) )
315 .Name(
"eeschema.SymbolLibraryControl.exportSymbolView" )
317 .FriendlyName(
_(
"Export View as PNG..." ) )
318 .Tooltip(
_(
"Create PNG file from the current view" ) )
322 .Name(
"eeschema.SymbolLibraryControl.exportSymbolAsSVG" )
324 .FriendlyName(
_(
"Export Symbol as SVG..." ) )
325 .Tooltip(
_(
"Create SVG file from the current symbol" ) )
329 .Name(
"eeschema.SymbolLibraryControl.toggleSyncedPinsMode" )
331 .FriendlyName(
_(
"Synchronized Pins Mode" ) )
332 .Tooltip(
_(
"Synchronized Pins Mode\n"
333 "When enabled propagates all changes (except pin numbers) to other units.\n"
334 "Enabled by default for multiunit parts with interchangeable units." ) )
339 .Name(
"eeschema.SymbolLibraryControl.showHiddenPins" )
341 .FriendlyName(
_(
"Show Hidden Pins" ) )
346 .Name(
"eeschema.SymbolLibraryControl.showHiddenFields" )
348 .FriendlyName(
_(
"Show Hidden Fields" ) )
356 .Name(
"eeschema.SymbolDrawing.placeSymbolPin" )
358 .DefaultHotkey(
'P' )
359 .LegacyHotkeyName(
"Create Pin" )
360 .FriendlyName(
_(
"Draw Pins" ) )
367 .Name(
"eeschema.SymbolDrawing.placeSymbolText" )
369 .FriendlyName(
_(
"Draw Text" ) )
376 .Name(
"eeschema.SymbolDrawing.drawSymbolTextBox" )
378 .FriendlyName(
_(
"Draw Text Boxes" ) )
384 .Name(
"eeschema.SymbolDrawing.drawSymbolLines" )
386 .FriendlyName(
_(
"Draw Lines" ) )
387 .Tooltip(
_(
"Draw connected graphic lines" ) )
394 .Name(
"eeschema.SymbolDrawing.drawSymbolPolygon" )
396 .FriendlyName(
_(
"Draw Polygons" ) )
403 .Name(
"eeschema.SymbolDrawing.placeSymbolAnchor" )
405 .FriendlyName(
_(
"Move Symbol Anchor" ) )
413 .Name(
"eeschema.PinEditing.pushPinLength" )
415 .FriendlyName(
_(
"Push Pin Length" ) )
416 .Tooltip(
_(
"Copy pin length to other pins in symbol" ) )
420 .Name(
"eeschema.PinEditing.pushPinNameSize" )
422 .FriendlyName(
_(
"Push Pin Name Size" ) )
423 .Tooltip(
_(
"Copy pin name size to other pins in symbol" ) )
427 .Name(
"eeschema.PinEditing.pushPinNumSize" )
429 .FriendlyName(
_(
"Push Pin Number Size" ) )
430 .Tooltip(
_(
"Copy pin number size to other pins in symbol" ) )
437 .Name(
"eeschema.InteractiveDrawing.placeSymbol" )
439 .DefaultHotkey(
'A' )
440 .LegacyHotkeyName(
"Add Symbol" )
441 .FriendlyName(
_(
"Place Symbols" ) )
445 .Parameter<SCH_ACTIONS::PLACE_SYMBOL_PARAMS>( {} ) );
448 .Name(
"eeschema.InteractiveDrawing.placeNextSymbolUnit" )
450 .FriendlyName(
_(
"Place Next Symbol Unit" ) )
451 .Tooltip(
_(
"Place the next unit of the current symbol that is missing from the schematic" ) )
454 .Parameter<SCH_SYMBOL*>(
nullptr ) );
457 .Name(
"eeschema.InteractiveDrawing.placePowerSymbol" )
459 .DefaultHotkey(
'P' )
460 .LegacyHotkeyName(
"Add Power" )
461 .FriendlyName(
_(
"Place Power Symbols" ) )
465 .Parameter<SCH_ACTIONS::PLACE_SYMBOL_PARAMS>( {} ) );
468 .Name(
"eeschema.InteractiveDrawing.placeDesignBlock" )
471 .FriendlyName(
_(
"Place Design Block" ) )
472 .Tooltip(
_(
"Add selected design block to current sheet" ) )
475 .Parameter<DESIGN_BLOCK*>(
nullptr ) );
479 .Name(
"eeschema.InteractiveDrawing.placeNoConnect" )
481 .DefaultHotkey(
'Q' )
482 .LegacyHotkeyName(
"Add No Connect Flag" )
483 .FriendlyName(
_(
"Place No Connect Flags" ) )
490 .Name(
"eeschema.InteractiveDrawing.placeJunction" )
492 .DefaultHotkey(
'J' )
493 .LegacyHotkeyName(
"Add Junction" )
494 .FriendlyName(
_(
"Place Junctions" ) )
501 .Name(
"eeschema.InteractiveDrawing.placeBusWireEntry" )
503 .DefaultHotkey(
'Z' )
504 .LegacyHotkeyName(
"Add Wire Entry" )
505 .FriendlyName(
_(
"Place Wire to Bus Entries" ) )
512 .Name(
"eeschema.InteractiveDrawing.placeLabel" )
514 .DefaultHotkey(
'L' )
515 .LegacyHotkeyName(
"Add Label" )
516 .FriendlyName(
_(
"Place Net Labels" ) )
522 .Name(
"eeschema.InteractiveDrawing.placeClassLabel" )
524 .FriendlyName(
_(
"Place Directive Labels" ) )
530 .Name(
"eeschema.InteractiveDrawing.placeHierarchicalLabel" )
532 .DefaultHotkey(
'H' )
533 .LegacyHotkeyName(
"Add Hierarchical Label" )
534 .FriendlyName(
_(
"Place Hierarchical Labels" ) )
540 .Name(
"eeschema.InteractiveDrawing.drawSheet" )
542 .DefaultHotkey(
'S' )
543 .LegacyHotkeyName(
"Add Sheet" )
544 .FriendlyName(
_(
"Draw Hierarchical Sheets" ) )
551 .Name(
"eeschema.InteractiveDrawing.drawSheetFromFile" )
553 .FriendlyName(
_(
"Draw Sheet from File" ) )
554 .Tooltip(
_(
"Copy sheet into project and draw on current sheet" ) )
557 .Parameter<wxString*> (
nullptr ) );
560 .Name(
"eeschema.InteractiveDrawing.drawSheetFromDesignBlock" )
562 .FriendlyName(
_(
"Draw Sheet from Design Block" ) )
563 .Tooltip(
_(
"Copy design block into project as a sheet on current sheet" ) )
566 .Parameter<DESIGN_BLOCK*> (
nullptr ) );
569 .Name(
"eeschema.InteractiveDrawing.placeSheetPin" )
571 .FriendlyName(
_(
"Place Sheet Pins" ) )
577 .Name(
"eeschema.InteractiveDrawing.autoplaceAllSheetPins" )
579 .FriendlyName(
_(
"Autoplace All Sheet Pins" ) )
580 .Tooltip(
_(
"Imports and auto places all sheet pins" ) ) );
583 .Name(
"eeschema.InteractiveDrawing.syncSheetPins" )
585 .FriendlyName(
_(
"Sync Sheet Pins..." ) )
586 .Tooltip(
_(
"Synchronize sheet pins and hierarchical labels" ) )
591 .Name(
"eeschema.InteractiveDrawing.syncAllSheetsPins" )
593 .FriendlyName(
_(
"Sync Sheet Pins..." ) )
594 .Tooltip(
_(
"Synchronize sheet pins and hierarchical labels" ) )
599 .Name(
"eeschema.InteractiveDrawing.importSheet" )
601 .FriendlyName(
_(
"Import Sheet..." ) )
602 .Tooltip(
_(
"Import sheet into project" ) )
605 .Parameter<wxString*> (
nullptr ) );
608 .Name(
"eeschema.InteractiveDrawing.placeGlobalLabel" )
610 .DefaultHotkey(
MD_CTRL +
'L' )
611 .LegacyHotkeyName(
"Add Global Label" )
612 .FriendlyName(
_(
"Place Global Labels" ) )
618 .Name(
"eeschema.InteractiveDrawing.placeSchematicText" )
620 .DefaultHotkey(
'T' )
621 .LegacyHotkeyName(
"Add Graphic Text" )
622 .FriendlyName(
_(
"Draw Text" ) )
628 .Name(
"eeschema.InteractiveDrawing.drawTextBox" )
630 .FriendlyName(
_(
"Draw Text Boxes" ) )
637 .Name(
"eeschema.InteractiveDrawing.drawTable" )
639 .FriendlyName(
_(
"Draw Tables" ) )
645 .Name(
"eeschema.InteractiveDrawing.drawRectangle" )
647 .FriendlyName(
_(
"Draw Rectangles" ) )
654 .Name(
"eeschema.InteractiveDrawing.drawCircle" )
656 .FriendlyName(
_(
"Draw Circles" ) )
663 .Name(
"eeschema.InteractiveDrawing.drawArc" )
665 .FriendlyName(
_(
"Draw Arcs" ) )
672 .Name(
"eeschema.InteractiveDrawing.drawBezier" )
674 .FriendlyName(
_(
"Draw Bezier Curve" ) )
681 .Name(
"eeschema.InteractiveDrawing.placeImage" )
683 .FriendlyName(
_(
"Place Images" ) )
687 .Parameter<SCH_BITMAP*>(
nullptr ) );
690 .Name(
"eeschema.InteractiveDrawing.drawRuleArea" )
692 .FriendlyName(
_(
"Draw Rule Areas" ) )
699 .Name(
"eeschema.InteractiveDrawing.deleteLastPoint" )
701 .FriendlyName(
_(
"Delete Last Point" ) )
702 .Tooltip(
_(
"Delete the last point added to the current item" ) )
706 .Name(
"eeschema.InteractiveDrawing.closeOutline" )
708 .FriendlyName(
_(
"Close Outline" ) )
709 .Tooltip(
_(
"Close the in-progress outline" ) )
716 .Name(
"eeschema.InteractiveEdit.repeatDrawItem" )
719 .DefaultHotkey( WXK_F1 )
721 .DefaultHotkey( WXK_INSERT )
723 .LegacyHotkeyName(
"Repeat Last Item" )
724 .FriendlyName(
_(
"Repeat Last Item" ) )
725 .Tooltip(
_(
"Duplicates the last drawn item" ) ) );
728 .Name(
"eeschema.InteractiveEdit.rotateCW" )
730 .FriendlyName(
_(
"Rotate Clockwise" ) )
734 .Name(
"eeschema.InteractiveEdit.rotateCCW" )
736 .DefaultHotkey(
'R' )
737 .LegacyHotkeyName(
"Rotate Item" )
738 .FriendlyName(
_(
"Rotate Counterclockwise" ) )
742 .Name(
"eeschema.InteractiveEdit.mirrorV" )
744 .DefaultHotkey(
'Y' )
745 .LegacyHotkeyName(
"Mirror X" )
746 .FriendlyName(
_(
"Mirror Vertically" ) )
747 .Tooltip(
_(
"Flips selected item(s) from top to bottom" ) )
751 .Name(
"eeschema.InteractiveEdit.mirrorH" )
753 .DefaultHotkey(
'X' )
754 .LegacyHotkeyName(
"Mirror Y" )
755 .FriendlyName(
_(
"Mirror Horizontally" ) )
756 .Tooltip(
_(
"Flips selected item(s) from left to right" ) )
760 .Name(
"eeschema.InteractiveEdit.swap" )
762 .DefaultHotkey(
MD_ALT +
'S' )
763 .FriendlyName(
_(
"Swap" ) )
764 .Tooltip(
_(
"Swap positions of selected items" ) )
768 .Name(
"eeschema.InteractiveEdit.properties" )
770 .DefaultHotkey(
'E' )
771 .LegacyHotkeyName(
"Edit Item" )
772 .FriendlyName(
_(
"Properties..." ) )
776 .Name(
"eeschema.InteractiveEdit.editReference" )
778 .DefaultHotkey(
'U' )
779 .LegacyHotkeyName(
"Edit Symbol Reference" )
780 .FriendlyName(
_(
"Edit Reference Designator..." ) )
784 .Name(
"eeschema.InteractiveEdit.editValue" )
786 .DefaultHotkey(
'V' )
787 .LegacyHotkeyName(
"Edit Symbol Value" )
788 .FriendlyName(
_(
"Edit Value..." ) )
792 .Name(
"eeschema.InteractiveEdit.editFootprint" )
794 .DefaultHotkey(
'F' )
795 .LegacyHotkeyName(
"Edit Symbol Footprint" )
796 .FriendlyName(
_(
"Edit Footprint..." ) )
800 .Name(
"eeschema.InteractiveEdit.autoplaceFields" )
802 .DefaultHotkey(
'O' )
803 .LegacyHotkeyName(
"Autoplace Fields" )
804 .FriendlyName(
_(
"Autoplace Fields" ) )
805 .Tooltip(
_(
"Runs the automatic placement algorithm on the symbol's (or sheet's) fields" ) )
809 .Name(
"eeschema.InteractiveEdit.changeSymbols" )
811 .FriendlyName(
_(
"Change Symbols..." ) )
812 .Tooltip(
_(
"Assign different symbols from the library" ) )
816 .Name(
"eeschema.InteractiveEdit.updateSymbols" )
818 .FriendlyName(
_(
"Update Symbols from Library..." ) )
819 .Tooltip(
_(
"Update symbols to include any changes from the library" ) )
823 .Name(
"eeschema.InteractiveEdit.changeSymbol" )
825 .FriendlyName(
_(
"Change Symbol..." ) )
826 .Tooltip(
_(
"Assign a different symbol from the library" ) )
830 .Name(
"eeschema.InteractiveEdit.updateSymbol" )
832 .FriendlyName(
_(
"Update Symbol..." ) )
833 .Tooltip(
_(
"Update symbol to include any changes from the library" ) )
837 .Name(
"eeschema.InteractiveEdit.assignNetclass" )
839 .FriendlyName(
_(
"Assign Netclass..." ) )
840 .Tooltip(
_(
"Assign a netclass to nets matching a pattern" ) )
844 .Name(
"eeschema.InteractiveEdit.toggleDeMorgan" )
846 .FriendlyName(
_(
"De Morgan Conversion" ) )
847 .Tooltip(
_(
"Switch between De Morgan representations" ) )
851 .Name(
"eeschema.InteractiveEdit.showDeMorganStandard" )
853 .FriendlyName(
_(
"De Morgan Standard" ) )
854 .Tooltip(
_(
"Switch to standard De Morgan representation" ) )
859 .Name(
"eeschema.InteractiveEdit.showDeMorganAlternate" )
861 .FriendlyName(
_(
"De Morgan Alternate" ) )
862 .Tooltip(
_(
"Switch to alternate De Morgan representation" ) )
867 .Name(
"eeschema.InteractiveEdit.toLabel" )
869 .FriendlyName(
_(
"Change to Label" ) )
870 .Tooltip(
_(
"Change existing item to a label" ) )
876 .Name(
"eeschema.InteractiveEdit.toCLabel" )
878 .FriendlyName(
_(
"Change to Directive Label" ) )
879 .Tooltip(
_(
"Change existing item to a directive label" ) )
885 .Name(
"eeschema.InteractiveEdit.toHLabel" )
887 .FriendlyName(
_(
"Change to Hierarchical Label" ) )
888 .Tooltip(
_(
"Change existing item to a hierarchical label" ) )
894 .Name(
"eeschema.InteractiveEdit.toGLabel" )
896 .FriendlyName(
_(
"Change to Global Label" ) )
897 .Tooltip(
_(
"Change existing item to a global label" ) )
903 .Name(
"eeschema.InteractiveEdit.toText" )
905 .FriendlyName(
_(
"Change to Text" ) )
906 .Tooltip(
_(
"Change existing item to a text comment" ) )
912 .Name(
"eeschema.InteractiveEdit.toTextBox" )
914 .FriendlyName(
_(
"Change to Text Box" ) )
915 .Tooltip(
_(
"Change existing item to a text box" ) )
921 .Name(
"eeschema.InteractiveEdit.cleanupSheetPins" )
923 .FriendlyName(
_(
"Cleanup Sheet Pins" ) )
924 .Tooltip(
_(
"Delete unreferenced sheet pins" ) ) );
927 .Name(
"eeschema.InteractiveEdit.editTextAndGraphics" )
929 .FriendlyName(
_(
"Edit Text & Graphics Properties..." ) )
930 .Tooltip(
_(
"Edit text and graphics properties globally across schematic" ) )
934 .Name(
"eeschema.InteractiveEdit.symbolProperties" )
936 .FriendlyName(
_(
"Symbol Properties..." ) )
940 .Name(
"eeschema.InteractiveEdit.pinTable" )
942 .FriendlyName(
_(
"Pin Table..." ) )
943 .Tooltip(
_(
"Displays pin table for bulk editing of pins" ) )
947 .Name(
"eeschema.InteractiveEdit.breakWire" )
949 .FriendlyName(
_(
"Break" ) )
950 .Tooltip(
_(
"Divide into connected segments" ) )
954 .Name(
"eeschema.InteractiveEdit.slice" )
956 .FriendlyName(
_(
"Slice" ) )
957 .Tooltip(
_(
"Divide into unconnected segments" ) )
963 .Name(
"eeschema.EditorControl.restartMove" )
967 .Name(
"eeschema.EditorControl.highlightNet" )
969 .DefaultHotkey(
'`' )
970 .FriendlyName(
_(
"Highlight Net" ) )
971 .Tooltip(
_(
"Highlight net under cursor" ) )
975 .Name(
"eeschema.EditorControl.clearHighlight" )
977 .DefaultHotkey(
'~' )
978 .FriendlyName(
_(
"Clear Net Highlighting" ) )
979 .Tooltip(
_(
"Clear any existing net highlighting" ) ) );
982 .Name(
"eeschema.EditorControl.updateNetHighlighting" )
986 .Name(
"eeschema.EditorControl.highlightNetTool" )
988 .FriendlyName(
_(
"Highlight Nets" ) )
989 .Tooltip(
_(
"Highlight wires and pins of a net" ) )
995 .Name(
"eeschema.EditorControl.showNetNavigator" )
997 .FriendlyName(
_(
"Net Navigator" ) )
998 .Tooltip(
_(
"Show/hide the net navigator" ) ) );
1001 .Name(
"eeschema.EditorControl.editWithSymbolEditor" )
1003 .DefaultHotkey(
MD_CTRL +
'E' )
1004 .LegacyHotkeyName(
"Edit with Symbol Editor" )
1005 .FriendlyName(
_(
"Edit with Symbol Editor" ) )
1006 .Tooltip(
_(
"Open the selected symbol in the Symbol Editor" ) )
1010 .Name(
"eeschema.EditorControl.setExcludeFromBOM" )
1012 .FriendlyName(
_(
"Exclude from Bill of Materials" ) )
1013 .Tooltip(
_(
"Set the exclude from bill of materials attribute" ) ) );
1016 .Name(
"eeschema.EditorControl.setExcludeFromSimulation" )
1018 .FriendlyName(
_(
"Exclude from Simulation" ) )
1019 .Tooltip(
_(
"Set the exclude from simulation attribute" ) ) );
1022 .Name(
"eeschema.EditorControl.setExcludeFromBoard" )
1024 .FriendlyName(
_(
"Exclude from Board" ) )
1025 .Tooltip(
_(
"Set the exclude from board attribute" ) ) );
1028 .Name(
"eeschema.EditorControl.setDNP" )
1030 .FriendlyName(
_(
"Do not Populate" ) )
1031 .Tooltip(
_(
"Set the do not populate attribute" ) ) );
1034 .Name(
"eeschema.EditorControl.editLibSymbolWithSymbolEditor" )
1037 .FriendlyName(
_(
"Edit Library Symbol..." ) )
1038 .Tooltip(
_(
"Open the library symbol in the Symbol Editor" ) )
1042 .Name(
"eeschema.EditorControl.editSymbolFields" )
1044 .FriendlyName(
_(
"Edit Symbol Fields..." ) )
1045 .Tooltip(
_(
"Bulk-edit fields of all symbols in schematic" ) )
1049 .Name(
"eeschema.EditorControl.editSymbolLibraryLinks" )
1051 .FriendlyName(
_(
"Edit Symbol Library Links..." ) )
1052 .Tooltip(
_(
"Edit links between schematic and library symbols" ) )
1056 .Name(
"eeschema.EditorControl.assignFootprints" )
1058 .FriendlyName(
_(
"Assign Footprints..." ) )
1059 .Tooltip(
_(
"Run footprint assignment tool" ) )
1063 .Name(
"eeschema.EditorControl.importFPAssignments" )
1065 .FriendlyName(
_(
"Import Footprint Assignments..." ) )
1066 .Tooltip(
_(
"Import symbol footprint assignments from .cmp file created by board editor" ) )
1070 .Name(
"eeschema.EditorControl.annotate" )
1072 .FriendlyName(
_(
"Annotate Schematic..." ) )
1073 .Tooltip(
_(
"Fill in schematic symbol reference designators" ) )
1077 .Name(
"eeschema.EditorControl.incrementAnnotations" )
1079 .FriendlyName(
_(
"Increment Annotations From..." ) )
1080 .Tooltip(
_(
"Increment a subset of reference designators starting at a particular symbol" ) )
1085 .Name(
"eeschema.EditorControl.schematicSetup" )
1087 .FriendlyName(
_(
"Schematic Setup..." ) )
1088 .Tooltip(
_(
"Edit schematic setup including annotation styles and electrical rules" ) )
1092 .Name(
"eeschema.EditorControl.editPageNumber" )
1094 .FriendlyName(
_(
"Edit Sheet Page Number..." ) )
1095 .Tooltip(
_(
"Edit the page number of the current or selected sheet" ) ) );
1098 .Name(
"eeschema.EditorControl.rescueSymbols" )
1100 .FriendlyName(
_(
"Rescue Symbols..." ) )
1101 .Tooltip(
_(
"Find old symbols in project and rename/rescue them" ) )
1105 .Name(
"eeschema.EditorControl.remapSymbols" )
1107 .FriendlyName(
_(
"Remap Legacy Library Symbols..." ) )
1108 .Tooltip(
_(
"Remap library symbol references in legacy schematics to the symbol library table" ) )
1112 .Name(
"eeschema.EditorControl.nextNetItem" )
1114 .DefaultHotkey( WXK_TAB )
1115 .FriendlyName(
_(
"Next Net Item" ) )
1116 .Tooltip(
_(
"Select next item on the current net" ) ) );
1119 .Name(
"eeschema.EditorControl.previousNetItem" )
1121 .DefaultHotkey(
MD_SHIFT +
static_cast<int>( WXK_TAB ) )
1122 .FriendlyName(
_(
"Previous Net Item" ) )
1123 .Tooltip(
_(
"Select previous item on the current net" ) ) );
1126 .Name(
"eeschema.EditorControl.drawSheetOnClipboard" )
1128 .FriendlyName(
_(
"Export Drawing to Clipboard" ) )
1129 .Tooltip(
_(
"Export drawing of current sheet to clipboard" ) )
1133 .Name(
"eeschema.EditorControl.importGraphics" )
1136 .LegacyHotkeyName(
"Place DXF" )
1137 .FriendlyName(
_(
"Import Graphics..." ) )
1138 .Tooltip(
_(
"Import 2D drawing file" ) )
1143 .Name(
"eeschema.EditorControl.showPcbNew" )
1145 .FriendlyName(
_(
"Switch to PCB Editor" ) )
1146 .Tooltip(
_(
"Open PCB in board editor" ) )
1150 .Name(
"eeschema.EditorControl.exportNetlist" )
1152 .FriendlyName(
_(
"Export Netlist..." ) )
1153 .Tooltip(
_(
"Export file containing netlist in one of several formats" ) )
1157 .Name(
"eeschema.EditorControl.generateBOM" )
1159 .FriendlyName(
_(
"Generate Bill of Materials..." ) )
1160 .Tooltip(
_(
"Generate a bill of materials for the current schematic" ) )
1164 .Name(
"eeschema.EditorControl.generateBOMLegacy" )
1166 .FriendlyName(
_(
"Generate Legacy Bill of Materials..." ) )
1167 .Tooltip(
_(
"Generate a bill of materials for the current schematic (Legacy Generator)" ) )
1172 .Name(
"eeschema.EditorControl.generateBOMExternal" )
1174 .FriendlyName(
_(
"Generate Bill of Materials (External)..." ) )
1175 .Tooltip(
_(
"Generate a bill of materials for the current schematic using external generator" ) )
1179 .Name(
"eeschema.EditorControl.exportSymbolsToLibrary" )
1181 .FriendlyName(
_(
"Export Symbols to Library..." ) )
1182 .Tooltip(
_(
"Add symbols used in schematic to an existing symbol library\n"
1183 "(does not remove other symbols from this library)" ) )
1187 .Name(
"eeschema.EditorControl.exportSymbolsToNewLibrary" )
1189 .FriendlyName(
_(
"Export Symbols to New Library..." ) )
1190 .Tooltip(
_(
"Create a new symbol library using the symbols used in the schematic\n"
1191 "(if the library already exists it will be replaced)" ) )
1195 .Name(
"eeschema.EditorControl.selectOnPCB" )
1197 .FriendlyName(
_(
"Select on PCB" ) )
1198 .Tooltip(
_(
"Select corresponding items in PCB editor" ) )
1202 .Name(
"eeschema.EditorControl.showHiddenPins" )
1204 .FriendlyName(
_(
"Show Hidden Pins" ) )
1209 .Name(
"eeschema.EditorControl.showHiddenFields" )
1211 .FriendlyName(
_(
"Show Hidden Fields" ) )
1215 .Name(
"eeschema.EditorControl.showDirectiveLabels" )
1217 .FriendlyName(
_(
"Show Directive Labels" ) )
1221 .Name(
"eeschema.EditorControl.showERCWarnings" )
1223 .FriendlyName(
_(
"Show ERC Warnings" ) )
1224 .Tooltip(
_(
"Show markers for electrical rules checker warnings" ) )
1228 .Name(
"eeschema.EditorControl.showERCErrors" )
1230 .FriendlyName(
_(
"Show ERC Errors" ) )
1231 .Tooltip(
_(
"Show markers for electrical rules checker errors" ) )
1235 .Name(
"eeschema.EditorControl.showERCExclusions" )
1237 .FriendlyName(
_(
"Show ERC Exclusions" ) )
1238 .Tooltip(
_(
"Show markers for excluded electrical rules checker violations" ) )
1242 .Name(
"eeschema.EditorControl.markSimExclusions" )
1244 .FriendlyName(
_(
"Mark items excluded from simulation" ) )
1245 .Tooltip(
_(
"Draw 'X's over items which have been excluded from simulation" ) )
1249 .Name(
"eeschema.EditorControl.showOperatingPointVoltages" )
1251 .FriendlyName(
_(
"Show OP Voltages" ) )
1252 .Tooltip(
_(
"Show operating point voltage data from simulation" ) )
1256 .Name(
"eeschema.EditorControl.showOperatingPointCurrents" )
1258 .FriendlyName(
_(
"Show OP Currents" ) )
1259 .Tooltip(
_(
"Show operating point current data from simulation" ) )
1263 .Name(
"eeschema.EditorControl.togglePinAltIcons" )
1265 .FriendlyName(
_(
"Show Pin Alternate Icons" ) )
1266 .Tooltip(
_(
"Show indicator icons for pins with alternate modes" ) )
1270 .Name(
"eeschema.EditorControl.lineModeFree" )
1272 .FriendlyName(
_(
"Line Mode for Wires and Buses" ) )
1273 .Tooltip(
_(
"Draw and drag at any angle" ) )
1280 .Name(
"eeschema.EditorControl.lineModeOrthonal" )
1282 .FriendlyName(
_(
"Line Mode for Wires and Buses" ) )
1283 .Tooltip(
_(
"Constrain drawing and dragging to horizontal or vertical motions" ) )
1290 .Name(
"eeschema.EditorControl.lineMode45" )
1292 .FriendlyName(
_(
"Line Mode for Wires and Buses" ) )
1293 .Tooltip(
_(
"Constrain drawing and dragging to horizontal, vertical, or 45-degree angle motions" ) )
1300 .Name(
"eeschema.EditorControl.lineModeNext" )
1302 .DefaultHotkey(
MD_SHIFT +
static_cast<int>( WXK_SPACE ) )
1303 .FriendlyName(
_(
"Line Mode for Wires and Buses" ) )
1304 .Tooltip(
_(
"Switch to next line mode" ) ) );
1307 .Name(
"eeschema.EditorControl.annotateAutomatically" )
1309 .FriendlyName(
_(
"Annotate Automatically" ) )
1310 .Tooltip(
_(
"Toggle automatic annotation of new symbols" ) )
1315 .Name(
"eeschema.EditorControl.repairSchematic" )
1317 .FriendlyName(
_(
"Repair Schematic" ) )
1318 .Tooltip(
_(
"Run various diagnostics and attempt to repair schematic" ) )
1322 .Name(
"eeschema.EditorControl.previousUnit" )
1324 .FriendlyName(
_(
"Previous Symbol Unit" ) )
1325 .Tooltip(
_(
"Open the previous unit of the symbol" ) )
1326 .Parameter<int>( -1 ) );
1329 .Name(
"eeschema.EditorControl.nextUnit" )
1331 .FriendlyName(
_(
"Next Symbol Unit" ) )
1332 .Tooltip(
_(
"Open the next unit of the symbol" ) )
1333 .Parameter<int>( 1 ) );
1338 .Name(
"eeschema.NavigateTool.changeSheet" )
1340 .FriendlyName(
_(
"Change Sheet" ) )
1341 .Tooltip(
_(
"Change to provided sheet's contents in the schematic editor" ) )
1345 .Name(
"eeschema.NavigateTool.enterSheet" )
1347 .FriendlyName(
_(
"Enter Sheet" ) )
1348 .Tooltip(
_(
"Display the selected sheet's contents in the schematic editor" ) )
1352 .Name(
"eeschema.NavigateTool.leaveSheet" )
1354 .DefaultHotkey(
MD_ALT +
static_cast<int>( WXK_BACK ) )
1355 .LegacyHotkeyName(
"Leave Sheet" )
1356 .FriendlyName(
_(
"Leave Sheet" ) )
1357 .Tooltip(
_(
"Display the parent sheet in the schematic editor" ) )
1361 .Name(
"eeschema.NavigateTool.up" )
1363 .DefaultHotkey(
MD_ALT +
static_cast<int>( WXK_UP ) )
1364 .FriendlyName(
_(
"Navigate Up" ) )
1365 .Tooltip(
_(
"Navigate up one sheet in the hierarchy" ) )
1369 .Name(
"eeschema.NavigateTool.back" )
1371 .DefaultHotkey(
MD_ALT +
static_cast<int>( WXK_LEFT ) )
1372 .FriendlyName(
_(
"Navigate Back" ) )
1373 .Tooltip(
_(
"Move backward in sheet navigation history" ) )
1377 .Name(
"eeschema.NavigateTool.forward" )
1379 .DefaultHotkey(
MD_ALT +
static_cast<int>( WXK_RIGHT ) )
1380 .FriendlyName(
_(
"Navigate Forward" ) )
1381 .Tooltip(
_(
"Move forward in sheet navigation history" ) )
1385 .Name(
"eeschema.NavigateTool.previous" )
1387 .DefaultHotkey( WXK_PAGEUP )
1388 .FriendlyName(
_(
"Previous Sheet" ) )
1389 .Tooltip(
_(
"Move to previous sheet by number" ) )
1393 .Name(
"eeschema.NavigateTool.next" )
1395 .DefaultHotkey( WXK_PAGEDOWN )
1396 .FriendlyName(
_(
"Next Sheet" ) )
1397 .Tooltip(
_(
"Move to next sheet by number" ) )
1401 .Name(
"eeschema.EditorTool.showHierarchy" )
1403 .DefaultHotkey(
MD_CTRL +
'H' )
1404 .FriendlyName(
_(
"Hierarchy Navigator" ) )
1405 .Tooltip(
_(
"Show/hide the schematic sheet hierarchy navigator" ) )
1414 .Name(
"eeschema.InteractiveDrawingLineWireBus.drawWires" )
1416 .DefaultHotkey(
'W' )
1417 .LegacyHotkeyName(
"Begin Wire" )
1418 .FriendlyName(
_(
"Draw Wires" ) )
1426 .Name(
"eeschema.InteractiveDrawingLineWireBus.drawBuses" )
1428 .DefaultHotkey(
'B' )
1429 .LegacyHotkeyName(
"Begin Bus" )
1430 .FriendlyName(
_(
"Draw Buses" ) )
1437 .Name(
"eeschema.InteractiveDrawingLineWireBus.unfoldBus" )
1439 .DefaultHotkey(
'C' )
1440 .LegacyHotkeyName(
"Unfold from Bus" )
1441 .FriendlyName(
_(
"Unfold from Bus" ) )
1442 .Tooltip(
_(
"Break a wire out of a bus" ) )
1445 .Parameter<wxString*>(
nullptr ) );
1449 .Name(
"eeschema.InteractiveDrawingLineWireBus.drawLines" )
1451 .DefaultHotkey(
'I' )
1452 .LegacyHotkeyName(
"Add Graphic PolyLine" )
1453 .FriendlyName(
_(
"Draw Lines" ) )
1460 .Name(
"eeschema.InteractiveDrawingLineWireBus.undoLastSegment")
1462 .DefaultHotkey( WXK_BACK )
1463 .FriendlyName(
_(
"Undo Last Segment" ) )
1464 .Tooltip(
_(
"Walks the current line back one segment." ) )
1468 .Name(
"eeschema.InteractiveDrawingLineWireBus.switchPosture" )
1470 .DefaultHotkey(
'/' )
1471 .FriendlyName(
_(
"Switch Segment Posture" ) )
1472 .Tooltip(
_(
"Switches posture of the current segment." ) )
1479 .Name(
"eeschema.InteractiveMove.move" )
1481 .DefaultHotkey(
'M' )
1482 .LegacyHotkeyName(
"Move Item" )
1483 .FriendlyName(
_(
"Move" ) )
1488 .Name(
"eeschema.InteractiveMove.drag" )
1490 .DefaultHotkey(
'G' )
1491 .LegacyHotkeyName(
"Drag Item" )
1492 .FriendlyName(
_(
"Drag" ) )
1493 .Tooltip(
_(
"Move items while keeping their connections" ) )
1498 .Name(
"eeschema.AlignToGrid" )
1500 .FriendlyName(
_(
"Align Items to Grid" ) )
1506 .Name(
"eeschema.EditorControl.saveCurrSheetCopyAs" )
1508 .FriendlyName(
_(
"Save Current Sheet Copy As..." ) )
1509 .Tooltip(
_(
"Save a copy of the current sheet to another location or name" ) )
1514 .Name(
"eeschema.EditorControl.ddAppendFile" )
1519 .Name(
"eeschema.Simulation.newAnalysisTab" )
1521 .DefaultHotkey(
MD_CTRL +
'N' )
1522 .LegacyHotkeyName(
"New" )
1523 .FriendlyName(
_(
"New Analysis Tab..." ) )
1524 .Tooltip(
_(
"Create a new tab containing a simulation analysis" ) )
1528 .Name(
"eeschema.Simulation.openWorkbook" )
1530 .DefaultHotkey(
MD_CTRL +
'O' )
1531 .LegacyHotkeyName(
"Open" )
1532 .FriendlyName(
_(
"Open Workbook..." ) )
1533 .Tooltip(
_(
"Open a saved set of analysis tabs and settings" ) )
1537 .Name(
"eeschema.Simulation.saveWorkbook" )
1539 .DefaultHotkey(
MD_CTRL +
'S' )
1540 .LegacyHotkeyName(
"Save" )
1541 .FriendlyName(
_(
"Save Workbook" ) )
1542 .Tooltip(
_(
"Save the current set of analysis tabs and settings" ) )
1546 .Name(
"eeschema.Simulation.saveWorkbookAs" )
1549 .LegacyHotkeyName(
"Save As" )
1550 .FriendlyName(
_(
"Save Workbook As..." ) )
1551 .Tooltip(
_(
"Save the current set of analysis tabs and settings to another location" ) )
1555 .Name(
"eeschema.Simulator.exportPNG" )
1557 .FriendlyName(
_(
"Export Current Plot as PNG..." ) )
1561 .Name(
"eeschema.Simulator.exportCSV" )
1563 .FriendlyName(
_(
"Export Current Plot as CSV..." ) )
1567 .Name(
"eeschema.Simulator.exportToClipboard" )
1569 .FriendlyName(
_(
"Export Current Plot to Clipboard" ) )
1573 .Name(
"eeschema.Simulator.exportPlotToSchematic" )
1575 .FriendlyName(
_(
"Export Current Plot to Schematic" ) )
1579 .Name(
"eeschema.Simulator.toggleLegend" )
1581 .FriendlyName(
_(
"Show Legend" ) )
1585 .Name(
"eeschema.Simulator.toggleDottedSecondary" )
1587 .FriendlyName(
_(
"Dotted Current/Phase" ) )
1588 .Tooltip(
_(
"Draw secondary signal trace (current or phase) with a dotted line" ) ) );
1591 .Name(
"eeschema.Simulator.toggleDarkModePlots" )
1593 .FriendlyName(
_(
"Dark Mode Plots" ) )
1594 .Tooltip(
_(
"Draw plots with a black background" ) ) );
1597 .Name(
"eeschema.Simulation.simAnalysisProperties" )
1599 .FriendlyName(
_(
"Edit Analysis Tab..." ) )
1600 .Tooltip(
_(
"Edit the current analysis tab's SPICE command and plot setup" ) )
1604 .Name(
"eeschema.Simulation.runSimulation" )
1606 .DefaultHotkey(
'R' )
1607 .FriendlyName(
_(
"Run Simulation" ) )
1611 .Name(
"eeschema.Simulation.stopSimulation" )
1613 .FriendlyName(
_(
"Stop Simulation" ) )
1617 .Name(
"eeschema.Simulation.probe" )
1620 .FriendlyName(
_(
"Probe Schematic..." ) )
1621 .Tooltip(
_(
"Add a simulator probe" ) )
1625 .Name(
"eeschema.Simulation.tune" )
1628 .FriendlyName(
_(
"Add Tuned Value..." ) )
1629 .Tooltip(
_(
"Select a value to be tuned" ) )
1633 .Name(
"eeschema.Simulation.editUserDefinedSignals" )
1635 .FriendlyName(
_(
"User-defined Signals..." ) )
1636 .Tooltip(
_(
"Add, edit or delete user-defined simulation signals" ) )
1640 .Name(
"eeschema.Simulation.showNetlist" )
1642 .FriendlyName(
_(
"Show SPICE Netlist" ) )
@ 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 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 drawSheetFromFile
static TOOL_ACTION exportPlotToClipboard
static TOOL_ACTION toggleOPCurrents
static TOOL_ACTION clearHighlight
static TOOL_ACTION clearSelection
Clears the current selection.
static TOOL_ACTION saveSelectionAsDesignBlock
static TOOL_ACTION showBusSyntaxHelp
static TOOL_ACTION placeGlobalLabel
static TOOL_ACTION saveWorkbookAs
static TOOL_ACTION deleteDesignBlock
static TOOL_ACTION editSymbolFields
static TOOL_ACTION pushPinLength
static TOOL_ACTION checkSymbol
static TOOL_ACTION importFPAssignments
static TOOL_ACTION changeSymbols
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 editLibSymbolWithLibEdit
static TOOL_ACTION closeOutline
static TOOL_ACTION exportPlotAsCSV
static TOOL_ACTION showDeMorganAlternate
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 toCLabel
static TOOL_ACTION properties
static TOOL_ACTION editReference
static TOOL_ACTION leaveSheet
static TOOL_ACTION exportSymbolAsSVG
static TOOL_ACTION breakWire
static TOOL_ACTION toggleDeMorgan
static TOOL_ACTION renameSymbol
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 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 exportSymbolsToNewLibrary
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 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 toggleDarkModePlots
static TOOL_ACTION exportPlotAsPNG
static TOOL_ACTION pointEditorAddCorner
static TOOL_ACTION generateBOM
static TOOL_ACTION showHierarchy
static TOOL_ACTION exportPlotToSchematic
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 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 navigateForward
static TOOL_ACTION generateBOMExternal
static TOOL_ACTION toggleERCErrors
static TOOL_ACTION incrementAnnotations
static TOOL_ACTION placeSymbolAnchor
static TOOL_ACTION navigatePrevious
static TOOL_ACTION rescueSymbols
static TOOL_ACTION showHiddenPins
static TOOL_ACTION editUserDefinedSignals
static TOOL_ACTION showPinNumbers
static TOOL_ACTION removeItemFromSel
static TOOL_ACTION setUnitDisplayName
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 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 removeItemsFromSel
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 enterSheet
static TOOL_ACTION pushPinNumSize
static TOOL_ACTION undoLastSegment
static TOOL_ACTION showNetlist
static TOOL_ACTION editFootprint
static TOOL_ACTION selectionMenu
Runs a selection menu to select from a list of items.
static TOOL_ACTION togglePinAltIcons
static TOOL_ACTION openWorkbook
static TOOL_ACTION addItemToSel
Selects an item (specified as the event parameter).
static TOOL_ACTION toggleERCExclusions
static TOOL_ACTION updateNetHighlighting
static TOOL_ACTION repeatDrawItem
static TOOL_ACTION editTextAndGraphics
static TOOL_ACTION exportNetlist
static TOOL_ACTION addItemsToSel
Selects a list of items (specified as the event parameter)
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 showDeMorganStandard
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 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 selectionActivate
Activation of the selection tool.
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