📄 compiler_menu.xrc
字号:
<?xml version="1.0" ?>
<resource>
<object class="wxMenu" name="compiler_menu">
<object class="wxMenuItem" name="idCompilerMenuCompile">
<label>&Build</label>
<accel>Ctrl-F9</accel>
<help>Build current project</help>
</object>
<object class="wxMenuItem" name="idCompilerMenuCompileFile">
<label>Compile current &file</label>
<accel>Ctrl-Shift-F9</accel>
<help>Compile current file</help>
</object>
<object class="wxMenuItem" name="idCompilerMenuRun">
<label>&Run</label>
<accel>Ctrl-F10</accel>
<help>Run current project</help>
</object>
<object class="wxMenuItem" name="idCompilerMenuCompileAndRun">
<label>Bui&ld && run</label>
<accel>F9</accel>
<help>Build and run current project</help>
</object>
<object class="wxMenuItem" name="idCompilerMenuRebuild">
<label>Rebuil&d</label>
<accel>Ctrl-F11</accel>
<help>Rebuild current project</help>
</object>
<object class="separator"/>
<object class="wxMenuItem" name="idCompilerMenuClean">
<label>&Clean</label>
<help>Clean current project</help>
</object>
<object class="wxMenuItem" name="idCompilerMenuDistClean">
<label>Di&st-clean</label>
<help>Clean current project (dependencies too)</help>
</object>
<object class="separator"/>
<object class="wxMenuItem" name="idCompilerMenuCompileAll">
<label>Build &workspace</label>
<help>Build all projects in workspace</help>
</object>
<object class="wxMenuItem" name="idCompilerMenuRebuildAll">
<label>Reb&uild workspace</label>
<help>Rebuild all projects in workspace</help>
</object>
<object class="separator"/>
<object class="wxMenuItem" name="idCompilerMenuKillProcess">
<label>&Abort</label>
<help>Abort the running build process</help>
</object>
<object class="separator"/>
<object class="wxMenu" name="idCompilerMenuErrors">
<label>&Errors</label>
<object class="wxMenuItem" name="idCompilerMenuPreviousError">
<label>&Previous error</label>
<accel>Alt-F1</accel>
<help>Go to previous compilation error</help>
</object>
<object class="wxMenuItem" name="idCompilerMenuNextError">
<label>&Next error</label>
<accel>Alt-F2</accel>
<help>Go to next compilation error</help>
</object>
<object class="separator"/>
<object class="wxMenuItem" name="idCompilerMenuClearErrors">
<label>&Clear all errors</label>
<help>Clear all compilation errors</help>
</object>
</object>
<object class="wxMenu" name="idCompilerMenuSelectTarget">
<label>Select target...</label>
</object>
<object class="separator"/>
<object class="wxMenuItem" name="idCompilerMenuCreateDist">
<label>Create distribution</label>
<help>Create a source distribution package</help>
</object>
<object class="wxMenuItem" name="idCompilerMenuExportMakefile">
<label>E&xport Makefile</label>
<help>Export Makefile so that you can build the program from the command line</help>
</object>
<object class="separator"/>
<object class="wxMenuItem" name="idCompilerMenuSettings">
<label>Compiler &options</label>
<help>Global Compiler Options</help>
</object>
</object>
</resource>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -