Warning, /kdevelop/kdevelop/kdevplatform/shell/settings/projectconfig.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0003       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0004       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0005       http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
0006   <include>QtCore/QDir</include>
0007   <kcfgfile name="kdeveloprc"/>
0008   <group name="Project Manager">
0009     <entry name="parseAllProjectSources" key="Parse All Project Sources" type="Bool">
0010         <default>true</default>
0011         <label>Schedule all project source code to be parsed by the language support in the background</label>
0012         <whatsthis>If this option is set, KDevelop will schedule all source code
0013         found by the current build system for parsing by the appropriate language
0014         support part.  This will enable more complete language support, but may
0015         be slower.</whatsthis>
0016     </entry>
0017     <entry name="projectsBaseDirectory" key="Projects Base Directory" type="Url">
0018         <default code="true">QUrl::fromLocalFile(QDir::homePath()+QLatin1String("/projects"))</default>
0019         <whatsthis>Chooses the base directory where new projects are created.</whatsthis>
0020     </entry>
0021     <entry name="saveDocuments" key="Save All Documents Before Building" type="Bool">
0022         <default>true</default>
0023         <label>Save all open documents before building anything</label>
0024         <whatsthis>If this option is set all open documents will be automatically saved before any build is started.</whatsthis>
0025     </entry>
0026   </group>
0027 </kcfg>