wxwidgets.template
来自「非常好用的可移植的多平台C/C++源代码编辑器」· TEMPLATE 代码 · 共 23 行
TEMPLATE
23 行
<?xml version="1.0"?>
<!DOCTYPE Code::Blocks_template_file>
<Code::Blocks_template_file>
<Template name="wxWidgets" title="wxWidgets Application" category="GUI" bitmap="wxwidgets.png">
<FileSet name="s" title="No header file">
<File source="wx-main-s.cpp" destination="main.cpp"/>
</FileSet>
<FileSet name="sh" title="With header file">
<File source="wx-main-sh.cpp" destination="main.cpp"/>
<File source="wx-main-sh.h" destination="main.h"/>
</FileSet>
<FileSet name="ash" title="Use separate wxApp, wxFrame files">
<File source="wx-app-ash.cpp" destination="app.cpp"/>
<File source="wx-app-ash.h" destination="app.h"/>
<File source="wx-main-ash.cpp" destination="main.cpp"/>
<File source="wx-main-ash.h" destination="main.h"/>
</FileSet>
<Option name="wxWidgets Application">
<Project file="wxwidgets.cbp"/>
</Option>
</Template>
</Code::Blocks_template_file>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?