📄 configurations.xml
字号:
<?xml version="1.0" encoding="UTF-8"?>
<configurationDescriptor version="35">
<logicalFolder name="root" displayName="root" projectFiles="true">
<logicalFolder name="SourceFiles"
displayName="Source Files"
projectFiles="true">
<itemPath>welcome.cc</itemPath>
</logicalFolder>
<logicalFolder name="HeaderFiles"
displayName="Header Files"
projectFiles="true">
<itemPath>welcome.h</itemPath>
</logicalFolder>
<logicalFolder name="ResourceFiles"
displayName="Resource Files"
projectFiles="true">
</logicalFolder>
<logicalFolder name="ExternalFiles"
displayName="Important Files"
projectFiles="false">
<itemPath>Makefile</itemPath>
</logicalFolder>
</logicalFolder>
<projectmakefile>Makefile</projectmakefile>
<defaultConf>0</defaultConf>
<confs>
<conf name="Debug" type="1">
<toolsSet>
<compilerSet>Cygwin</compilerSet>
<cRequired>true</cRequired>
<cppRequired>true</cppRequired>
<fortranRequired>false</fortranRequired>
<platform>3</platform>
</toolsSet>
<compileType>
<linkerTool>
<output>dist/Debug/welcome</output>
<linkerLibItems>
</linkerLibItems>
</linkerTool>
</compileType>
<item path="welcome.cc">
<itemTool>1</itemTool>
</item>
<item path="welcome.h">
<itemTool>3</itemTool>
</item>
</conf>
<conf name="Release" type="1">
<toolsSet>
<compilerSet>Cygwin</compilerSet>
<cRequired>true</cRequired>
<cppRequired>true</cppRequired>
<fortranRequired>false</fortranRequired>
<platform>3</platform>
</toolsSet>
<compileType>
<cCompilerTool>
<developmentMode>5</developmentMode>
</cCompilerTool>
<ccCompilerTool>
<developmentMode>5</developmentMode>
</ccCompilerTool>
<linkerTool>
<output>dist/Release/welcome</output>
<linkerLibItems>
</linkerLibItems>
</linkerTool>
</compileType>
<item path="welcome.cc">
<itemTool>1</itemTool>
</item>
<item path="welcome.h">
<itemTool>3</itemTool>
</item>
</conf>
</confs>
</configurationDescriptor>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -