<table><tr><td style="">cullmann added a comment.
</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/D19491">View Revision</a></tr></table><br /><div><div><p>I think some extra keys are not avoidable to be compatible with the old stuff.<br />
See e.g.</p>

<p>// BEGIN ConfigInterface stff<br />
QStringList KTextEditor::DocumentPrivate::configKeys() const<br />
{</p>

<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">static const QStringList keys = {
    QLatin1String("backup-on-save-local"),
    QLatin1String("backup-on-save-suffix"),
    QLatin1String("backup-on-save-prefix"),
    QLatin1String("replace-tabs"),
    QLatin1String("indent-pasted-text"),
    QLatin1String("tab-width"),
    QLatin1String("indent-width"),
    QLatin1String("on-the-fly-spellcheck"),
};
return keys;</pre></div>

<p>}</p>

<p>If we have these as extra keys, we can just auto-generate that stringlist (and have all settings exposed for free).<br />
The configValue() + setConfigValue() can then just call directly the setValue()... things, too, after looking up the enum from a hash.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R39 KTextEditor</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D19491">https://phabricator.kde.org/D19491</a></div></div><br /><div><strong>To: </strong>cullmann, KTextEditor, dhaumann, loh.tar<br /><strong>Cc: </strong>kwrite-devel, kde-frameworks-devel, gennad, domson, michaelh, ngraham, bruns, demsking, cullmann, sars, dhaumann<br /></div>