<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><blockquote style="border-left: 3px solid #8C98B8;
          color: #6B748C;
          font-style: italic;
          margin: 4px 0 12px 0;
          padding: 8px 12px;
          background-color: #F8F9FC;">
<div style="font-style: normal;
          padding-bottom: 4px;">In <a href="https://phabricator.kde.org/D19491#424808" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;">D19491#424808</a>, <a href="https://phabricator.kde.org/p/dhaumann/" style="
              border-color: #f1f7ff;
              color: #19558d;
              background-color: #f1f7ff;
                border: 1px solid transparent;
                border-radius: 3px;
                font-weight: bold;
                padding: 0 4px;">@dhaumann</a> wrote:</div>
<div style="margin: 0;
          padding: 0;
          border: 0;
          color: rgb(107, 116, 140);"><p>Currently, one cannot 'unset' a value, but I guess that is ok, since we did not have that before</p>

<p>In general this approach is OK. Some thoughts on this:</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">is it as fast as before, if you start Kate with e.g. 100 documents open?</li>
</ul></div>
</blockquote>

<p>:=) No idea, for each setting you now dow a hash lookup.<br />
We could optimize that to use a vector with the enum as index, given we enumerate them from 0...<br />
But I think we can only judge that after one has converted close to all things.</p>

<blockquote style="border-left: 3px solid #a7b5bf; color: #464c5c; font-style: italic; margin: 4px 0 12px 0; padding: 4px 12px; background-color: #f8f9fc;"><ul class="remarkup-list">
<li class="remarkup-list-item">will this allow easy access through the KTextEditor::Config interface? This is a Document and View extension interface.</li>
</ul></blockquote>

<p>I think we can just add a second key for that to the ConfigEntry specifying its name there</p>

<blockquote style="border-left: 3px solid #a7b5bf; color: #464c5c; font-style: italic; margin: 4px 0 12px 0; padding: 4px 12px; background-color: #f8f9fc;"><ul class="remarkup-list">
<li class="remarkup-list-item">can we allow modification of the config values through a generic KTextEditor::Command? I.e. set <key> <value>? Maybe also reset <key>?</li>
</ul></blockquote>

<p>We can use the same key there and we have with the defaultValue QVariant even the type of the config entry.<br />
Reset is easy, too, as we just can clear it from the hash (for the local configs), for the global config I don't think it makes sense (we could go to the hard-coded default, thought)</p>

<blockquote style="border-left: 3px solid #a7b5bf; color: #464c5c; font-style: italic; margin: 4px 0 12px 0; padding: 4px 12px; background-color: #f8f9fc;"><ul class="remarkup-list">
<li class="remarkup-list-item">Can we make this accessible through the upcoming variable interface, e.g. as ${CurrentDocument:Config:<key>}?</li>
</ul></blockquote>

<p>Same as above, either extra key or "CamlCase" the key we use for the command-line/kate: var line</p>

<blockquote style="border-left: 3px solid #a7b5bf; color: #464c5c; font-style: italic; margin: 4px 0 12px 0; padding: 4px 12px; background-color: #f8f9fc;"><p>As you can see, I am trying to push this concept a bit further...</p></blockquote>

<p>:=) Yes, and that is clever.<br />
I think given we now encode each config entry as "data", it should be easy to add all these things.</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>