<table><tr><td style="">antonanikin updated the summary for this revision. <a href="https://phabricator.kde.org/transactions/detail/PHID-XACT-DREV-px42kqcmgtpwaqc/" rel="noreferrer">(Show Details)</a>
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D4079" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>EDIT DETAILS</strong><div><div style="white-space: pre-wrap; color: #74777D;"><div style="padding: 8px 0;">...</div>6) Selected parameters will be "dropped" and replaced by it's default values. For example<span style="padding: 0 2px; color: #3e6d35; background: rgba(151, 234, 151, .6);">,</span> build type <span style="padding: 0 2px; color: #802b2b; background: rgba(251, 175, 175, .7);">always set to</span><span style="padding: 0 2px; color: #3e6d35; background: rgba(151, 234, 151, .6);">will have</span> `Release`<span style="padding: 0 2px; color: #3e6d35; background: rgba(151, 234, 151, .6);"> value</span>.<br />
<br />
As a result<span style="padding: 0 2px; color: #3e6d35; background: rgba(151, 234, 151, .6);">,</span> user can't set any CMake parameters for new build directory - all new directories will be <span style="padding: 0 2px; color: #802b2b; background: rgba(251, 175, 175, .7);">"</span><span style="padding: 0 2px; color: #3e6d35; background: rgba(151, 234, 151, .6);">`</span>Release<span style="padding: 0 2px; color: #802b2b; background: rgba(251, 175, 175, .7);">"</span><span style="padding: 0 2px; color: #3e6d35; background: rgba(151, 234, 151, .6);">`</span> build<span style="padding: 0 2px; color: #3e6d35; background: rgba(151, 234, 151, .6);">s</span> with default settings.<br />
<br />
This caused by wrong order in the `CMakePreferences::createBuildDir()` method: it<span style="padding: 0 2px; color: #802b2b; background: rgba(251, 175, 175, .7);">'s</span> first adds new directory into combo box and then save parameters values to config. But adding directory to the combo box leads to calling `CMakePreferences::buildDirChanged()` method, which will try to read not yet populated config.</div></div></div><br /><div><strong>REPOSITORY</strong><div><div>R32 KDevelop</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D4079" rel="noreferrer">https://phabricator.kde.org/D4079</a></div></div><br /><div><strong>EMAIL PREFERENCES</strong><div><a href="https://phabricator.kde.org/settings/panel/emailpreferences/" rel="noreferrer">https://phabricator.kde.org/settings/panel/emailpreferences/</a></div></div><br /><div><strong>To: </strong>antonanikin, KDevelop<br /><strong>Cc: </strong>kdevelop-devel<br /></div>