39 .Name(
"cvpcb.Control" )
46 .Name(
"cvpcb.Control.ShowFootprintViewer" )
48 .FriendlyName(
_(
"View Selected Footprint" ) )
54 .Name(
"cvpcb.Control.ShowEquFileTable" )
56 .FriendlyName(
_(
"Manage Footprint Association Files..." ) )
57 .Tooltip(
_(
"Edit the footprint association files list. These files are used to "
58 "automatically assign footprints based on symbol values." ) ) );
61 .Name(
"cvpcb.Control.SaveAssociationsToSchematic" )
64 .LegacyHotkeyName(
"Save" )
65 .FriendlyName(
_(
"Save to Schematic" ) )
66 .Tooltip(
_(
"Save footprint assignments in 'footprint' fields of schematic symbols" ) )
70 .Name(
"cvpcb.Control.SaveAssociationsToFile" )
73 .LegacyHotkeyName(
"Save" )
74 .FriendlyName(
_(
"Save to Schematic and File" ) )
75 .Tooltip(
_(
"Save footprint assignments in 'footprint' fields of schematic symbols and "
76 "then save schematic files" ) )
81 .Name(
"cvpcb.Control.changeFocusRight" )
83 .DefaultHotkey( WXK_TAB )
88 .Name(
"cvpcb.Control.changeFocusLeft" )
90 .DefaultHotkey(
MD_SHIFT +
static_cast<int>( WXK_TAB ) )
96 .Name(
"cvpcb.Control.GotoNextNA" )
98 .FriendlyName(
_(
"Select Next Unassigned Symbol" ) )
99 .Tooltip(
_(
"Select next symbol with no footprint assignment" ) )
105 .Name(
"cvpcb.Control.GotoPreviousNA" )
107 .FriendlyName(
_(
"Select Previous Unassigned Symbol" ) )
108 .Tooltip(
_(
"Select previous symbol with no footprint assignment" ) )
116 .Name(
"cvpcb.Association.Associate" )
118 .DefaultHotkey( WXK_RETURN )
119 .FriendlyName(
_(
"Assign Footprint" ) )
123 .Name(
"cvpcb.Association.AutoAssociate" )
125 .FriendlyName(
_(
"Automatically Assign Footprints" ) )
126 .Tooltip(
_(
"Assign footprints automatically using a footprint association file" ) )
130 .Name(
"cvpcb.Association.Delete" )
132 .DefaultHotkey( WXK_DELETE )
133 .FriendlyName(
_(
"Delete Footprint Assignment" ) )
137 .Name(
"cvpcb.Association.DeleteAll" )
139 .FriendlyName(
_(
"Delete All Footprint Assignments" ) )
144 .Name(
"cvpcb.Control.FilterFPbyFPFilters" )
146 .FriendlyName(
_(
"Use symbol footprint filters" ) )
147 .Tooltip(
_(
"Filter footprint list by footprint filters defined in the symbol" ) )
154 .Name(
"cvpcb.Control.FilterFPByPin" )
156 .FriendlyName(
_(
"Filter by pin count" ) )
157 .Tooltip(
_(
"Filter footprint list by pin count" ) )
164 .Name(
"cvpcb.Control.FilterFPbyLibrary" )
166 .FriendlyName(
_(
"Filter by library" ) )
167 .Tooltip(
_(
"Filter footprint list by library" ) )
@ module_pin_filtered_list
static TOOL_ACTION deleteAll
static TOOL_ACTION showEquFileTable
static TOOL_ACTION gotoPreviousNA
Navigate the component tree.
static TOOL_ACTION changeFocusLeft
static TOOL_ACTION gotoNextNA
static TOOL_ACTION saveAssociationsToFile
static TOOL_ACTION FilterFPbyLibrary
static TOOL_ACTION filterFPbyPin
static TOOL_ACTION deleteAssoc
static TOOL_ACTION associate
static TOOL_ACTION changeFocusRight
Window control actions.
static TOOL_ACTION autoAssociate
Footprint Association actions.
static TOOL_ACTION controlActivate
Activation actions.
static TOOL_ACTION FilterFPbyFPFilters
Footprint Filtering actions.
static TOOL_ACTION saveAssociationsToSchematic
Management actions.
static TOOL_ACTION showFootprintViewer
Open the footprint viewer.
@ ITEM_NEXT
The next item.
@ ITEM_PREV
The previous item.