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.openJobset" )
88 .LegacyHotkeyName(
"Open Jobset File" )
89 .FriendlyName(
_(
"Open Jobset File..." ) )
93 .Name(
"kicad.Control.closeProject" )
95 .LegacyHotkeyName(
"Close Project" )
96 .FriendlyName(
_(
"Close Project" ) )
100 .Name(
"kicad.Control.loadProject" )
102 .Parameter<wxString*>(
nullptr ) );
105 .Name(
"kicad.Control.viewDroppedGerbers" )
107 .Parameter<wxString*>(
nullptr ) );
110 .Name(
"kicad.Control.editSchematic" )
112 .DefaultHotkey(
MD_CTRL +
'E' )
113 .LegacyHotkeyName(
"Run Eeschema" )
114 .FriendlyName(
_(
"Schematic Editor" ) )
115 .Tooltip(
_(
"Edit schematic in schematic editor" ) )
121 .Name(
"kicad.Control.editSymbols" )
123 .DefaultHotkey(
MD_CTRL +
'L' )
124 .LegacyHotkeyName(
"Run LibEdit" )
125 .FriendlyName(
_(
"Symbol Editor" ) )
126 .Tooltip(
_(
"Create, delete and edit schematic symbols" ) )
132 .Name(
"kicad.Control.editPCB" )
134 .DefaultHotkey(
MD_CTRL +
'P' )
135 .LegacyHotkeyName(
"Run Pcbnew" )
136 .FriendlyName(
_(
"PCB Editor" ) )
137 .Tooltip(
_(
"Edit PCB in PCB editor" ) )
143 .Name(
"kicad.Control.editFootprints" )
145 .DefaultHotkey(
MD_CTRL +
'F' )
146 .LegacyHotkeyName(
"Run FpEditor" )
147 .FriendlyName(
_(
"Footprint Editor" ) )
148 .Tooltip(
_(
"Create, delete and edit PCB footprints" ) )
154 .Name(
"kicad.Control.viewGerbers" )
156 .DefaultHotkey(
MD_CTRL +
'G' )
157 .LegacyHotkeyName(
"Run Gerbview" )
158 .FriendlyName(
_(
"Gerber Viewer" ) )
159 .Tooltip(
_(
"Preview Gerber output files" ) )
161 .Parameter<wxString*>(
nullptr ) );
164 .Name(
"kicad.Control.convertImage" )
166 .DefaultHotkey(
MD_CTRL +
'B' )
167 .LegacyHotkeyName(
"Run Bitmap2Component" )
168 .FriendlyName(
_(
"Image Converter" ) )
169 .Tooltip(
_(
"Convert bitmap images to schematic or PCB components" ) )
171 .Parameter<wxString*>(
nullptr ) );
174 .Name(
"kicad.Control.showCalculator" )
176 .LegacyHotkeyName(
"Run PcbCalculator" )
177 .FriendlyName(
_(
"Calculator Tools" ) )
178 .Tooltip(
_(
"Run component calculations, track width calculations, etc." ) )
180 .Parameter<wxString*>(
nullptr ) );
183 .Name(
"kicad.Control.editDrawingSheet" )
185 .DefaultHotkey(
MD_CTRL +
'Y' )
186 .LegacyHotkeyName(
"Run PlEditor" )
187 .FriendlyName(
_(
"Drawing Sheet Editor" ) )
188 .Tooltip(
_(
"Edit drawing sheet borders and title block" ) )
190 .Parameter<wxString*>(
nullptr ) );
193 .Name(
"kicad.Control.pluginContentManager" )
195 .DefaultHotkey(
MD_CTRL +
'M' )
196 .FriendlyName(
_(
"Plugin and Content Manager" ) )
197 .Tooltip(
_(
"Run Plugin and Content Manager" ) )
201 .Name(
"kicad.Control.openTextEditor" )
203 .FriendlyName(
_(
"Open Text Editor" ) )
204 .Tooltip(
_(
"Launch preferred text editor" ) )
206 .Parameter<wxString*>(
nullptr ) );
209 .Name(
"kicad.Control.editOtherSch" )
211 .Parameter<wxString*>(
nullptr ) );
214 .Name(
"kicad.Control.editOtherPCB" )
216 .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 openJobsetFile
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