40 .Name(
"cvpcb.FootprintViewerInteractiveSelection" )
46 .Name(
"cvpcb.Control" )
53 .Name(
"cvpcb.Control.ShowFootprintViewer" )
55 .FriendlyName(
_(
"View Selected Footprint" ) )
61 .Name(
"cvpcb.Control.ShowEquFileTable" )
63 .FriendlyName(
_(
"Manage Footprint Association Files..." ) )
64 .Tooltip(
_(
"Edit the footprint association files list. These files are used to "
65 "automatically assign footprints based on symbol values." ) ) );
68 .Name(
"cvpcb.Control.SaveAssociationsToSchematic" )
71 .LegacyHotkeyName(
"Save" )
72 .FriendlyName(
_(
"Save to Schematic" ) )
73 .Tooltip(
_(
"Save footprint assignments in 'footprint' fields of schematic symbols" ) )
77 .Name(
"cvpcb.Control.SaveAssociationsToFile" )
80 .LegacyHotkeyName(
"Save" )
81 .FriendlyName(
_(
"Save to Schematic and File" ) )
82 .Tooltip(
_(
"Save footprint assignments in 'footprint' fields of schematic symbols and then save schematic files" ) )
87 .Name(
"cvpcb.Control.changeFocusRight" )
89 .DefaultHotkey( WXK_TAB )
94 .Name(
"cvpcb.Control.changeFocusLeft" )
96 .DefaultHotkey(
MD_SHIFT +
static_cast<int>( WXK_TAB ) )
102 .Name(
"cvpcb.Control.GotoNextNA" )
104 .FriendlyName(
_(
"Select Next Unassigned Symbol" ) )
105 .Tooltip(
_(
"Select next symbol with no footprint assignment" ) )
111 .Name(
"cvpcb.Control.GotoPreviousNA" )
113 .FriendlyName(
_(
"Select Previous Unassigned Symbol" ) )
114 .Tooltip(
_(
"Select previous symbol with no footprint assignment" ) )
122 .Name(
"cvpcb.Association.Associate" )
124 .DefaultHotkey( WXK_RETURN )
125 .FriendlyName(
_(
"Assign Footprint" ) )
129 .Name(
"cvpcb.Association.AutoAssociate" )
131 .FriendlyName(
_(
"Automatically Assign Footprints" ) )
132 .Tooltip(
_(
"Assign footprints automatically using a footprint association file" ) )
136 .Name(
"cvpcb.Association.Delete" )
138 .DefaultHotkey( WXK_DELETE )
139 .FriendlyName(
_(
"Delete Footprint Assignment" ) )
143 .Name(
"cvpcb.Association.DeleteAll" )
145 .FriendlyName(
_(
"Delete All Footprint Assignments" ) )
151 .Name(
"cvpcb.Control.FilterFPbyFPFilters" )
153 .FriendlyName(
_(
"Use symbol footprint filters" ) )
154 .Tooltip(
_(
"Filter footprint list by footprint filters defined in the symbol" ) )
160 .Name(
"cvpcb.Control.FilterFPByPin" )
162 .FriendlyName(
_(
"Filter by pin count" ) )
163 .Tooltip(
_(
"Filter footprint list by pin count" ) )
169 .Name(
"cvpcb.Control.FilterFPbyLibrary" )
171 .FriendlyName(
_(
"Filter by library" ) )
172 .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
static TOOL_ACTION FilterFPbyFPFilters
Footprint Filtering actions.
static TOOL_ACTION saveAssociationsToSchematic
Management actions.
static TOOL_ACTION showFootprintViewer
Open the footprint viewer.
static TOOL_ACTION selectionActivate
Activation actions.
@ ITEM_NEXT
The next item.
@ ITEM_PREV
The previous item.