39 .Name(
"kicad.Control.newProject" )
42 .LegacyHotkeyName(
"New Project" )
43 .FriendlyName(
_(
"New Project..." ) )
44 .Tooltip(
_(
"Create a new, blank project" ) )
48 .Name(
"kicad.Control.newFromTemplate" )
51 .LegacyHotkeyName(
"New Project From Template" )
52 .FriendlyName(
_(
"New Project from Template..." ) )
53 .Tooltip(
_(
"Create a new project based on an existing project" ) )
57 .Name(
"kicad.Control.newFromRepository" )
59 .LegacyHotkeyName(
"Clone Project From Repository" )
60 .FriendlyName(
_(
"Clone Project from Repository..." ) )
64 .Name(
"kicad.Control.newJobs" )
66 .LegacyHotkeyName(
"New Jobset File" )
67 .FriendlyName(
_(
"New Jobset File..." ) )
71 .Name(
"kicad.Control.openDemoProject" )
73 .LegacyHotkeyName(
"Open Demo Project" )
74 .FriendlyName(
_(
"Open Demo Project..." ) )
78 .Name(
"kicad.Control.openProject" )
81 .LegacyHotkeyName(
"Open Project" )
82 .FriendlyName(
_(
"Open Project..." ) )
86 .Name(
"kicad.Control.closeProject" )
88 .LegacyHotkeyName(
"Close Project" )
89 .FriendlyName(
_(
"Close Project" ) )
93 .Name(
"kicad.Control.loadProject" )
95 .Parameter<wxString*>(
nullptr ) );
98 .Name(
"kicad.Control.viewDroppedGerbers" )
100 .Parameter<wxString*>(
nullptr ) );
103 .Name(
"kicad.Control.editSchematic" )
105 .DefaultHotkey(
MD_CTRL +
'E' )
106 .LegacyHotkeyName(
"Run Eeschema" )
107 .FriendlyName(
_(
"Schematic Editor" ) )
108 .Tooltip(
_(
"Edit schematic in schematic editor" ) )
114 .Name(
"kicad.Control.editSymbols" )
116 .DefaultHotkey(
MD_CTRL +
'L' )
117 .LegacyHotkeyName(
"Run LibEdit" )
118 .FriendlyName(
_(
"Symbol Editor" ) )
119 .Tooltip(
_(
"Create, delete and edit schematic symbols" ) )
125 .Name(
"kicad.Control.editPCB" )
127 .DefaultHotkey(
MD_CTRL +
'P' )
128 .LegacyHotkeyName(
"Run Pcbnew" )
129 .FriendlyName(
_(
"PCB Editor" ) )
130 .Tooltip(
_(
"Edit PCB in PCB editor" ) )
136 .Name(
"kicad.Control.editFootprints" )
138 .DefaultHotkey(
MD_CTRL +
'F' )
139 .LegacyHotkeyName(
"Run FpEditor" )
140 .FriendlyName(
_(
"Footprint Editor" ) )
141 .Tooltip(
_(
"Create, delete and edit PCB footprints" ) )
147 .Name(
"kicad.Control.viewGerbers" )
149 .DefaultHotkey(
MD_CTRL +
'G' )
150 .LegacyHotkeyName(
"Run Gerbview" )
151 .FriendlyName(
_(
"Gerber Viewer" ) )
152 .Tooltip(
_(
"Preview Gerber output files" ) )
154 .Parameter<wxString*>(
nullptr ) );
157 .Name(
"kicad.Control.convertImage" )
159 .DefaultHotkey(
MD_CTRL +
'B' )
160 .LegacyHotkeyName(
"Run Bitmap2Component" )
161 .FriendlyName(
_(
"Image Converter" ) )
162 .Tooltip(
_(
"Convert bitmap images to schematic or PCB components" ) )
164 .Parameter<wxString*>(
nullptr ) );
167 .Name(
"kicad.Control.showCalculator" )
169 .LegacyHotkeyName(
"Run PcbCalculator" )
170 .FriendlyName(
_(
"Calculator Tools" ) )
171 .Tooltip(
_(
"Run component calculations, track width calculations, etc." ) )
173 .Parameter<wxString*>(
nullptr ) );
176 .Name(
"kicad.Control.editDrawingSheet" )
178 .DefaultHotkey(
MD_CTRL +
'Y' )
179 .LegacyHotkeyName(
"Run PlEditor" )
180 .FriendlyName(
_(
"Drawing Sheet Editor" ) )
181 .Tooltip(
_(
"Edit drawing sheet borders and title block" ) )
183 .Parameter<wxString*>(
nullptr ) );
186 .Name(
"kicad.Control.pluginContentManager" )
188 .DefaultHotkey(
MD_CTRL +
'M' )
189 .FriendlyName(
_(
"Plugin and Content Manager" ) )
190 .Tooltip(
_(
"Run Plugin and Content Manager" ) )
194 .Name(
"kicad.Control.openTextEditor" )
196 .FriendlyName(
_(
"Open Text Editor" ) )
197 .Tooltip(
_(
"Launch preferred text editor" ) )
199 .Parameter<wxString*>(
nullptr ) );
202 .Name(
"kicad.Control.editOtherSch" )
204 .Parameter<wxString*>(
nullptr ) );
207 .Name(
"kicad.Control.editOtherPCB" )
209 .Parameter<wxString*>(
nullptr ) );
@ icon_bitmap2component_24
@ new_project_from_template
@ icon_pagelayout_editor_24
static TOOL_ACTION viewDroppedGerbers
static TOOL_ACTION openDemoProject
static TOOL_ACTION editPCB
static TOOL_ACTION loadProject
static TOOL_ACTION editOtherPCB
static TOOL_ACTION newProject
static TOOL_ACTION editOtherSch
static TOOL_ACTION editSchematic
static TOOL_ACTION openTextEditor
static TOOL_ACTION openProject
static TOOL_ACTION closeProject
static TOOL_ACTION convertImage
static TOOL_ACTION editDrawingSheet
static TOOL_ACTION newJobsetFile
static TOOL_ACTION editFootprints
static TOOL_ACTION showPluginManager
static TOOL_ACTION showCalculator
static TOOL_ACTION viewGerbers
static TOOL_ACTION newFromRepository
static TOOL_ACTION newFromTemplate
static TOOL_ACTION editSymbols
@ FRAME_SCH_SYMBOL_EDITOR