<table><tr><td style="">nibags created this revision.<br />nibags added reviewers: KTextEditor, dhaumann, cullmann.<br />Herald added projects: Kate, Frameworks.<br />Herald added subscribers: kde-frameworks-devel, kwrite-devel.<br />nibags requested review of this revision.
</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/D23688">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>The diff <a href="https://phabricator.kde.org/D23516" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: line-through;">D23516</a> introduce a regression: it isn't possible to customize the bold, italic, underline and strikeout attributes from the settings (Settings > Configure Kate... > Fonts & Colors > Default Text Styles), for KSyntaxHighligting themes.</p>

<p>By using <tt style="background: #ebebeb; font-size: 13px;">format.isValid()</tt>, the attributes of the KSyntaxHighligting theme are being overwritten to the theme already applied by KTextEditor and to the theme customizations by the user.</p>

<p>The <tt style="background: #ebebeb; font-size: 13px;">format.isValid()</tt> verification is removed, only the attributes set in the syntax definition files are applied.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R39 KTextEditor</div></div></div><br /><div><strong>BRANCH</strong><div><div>fix-attributes</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D23688">https://phabricator.kde.org/D23688</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/syntax/katehighlight.cpp</div></div></div><br /><div><strong>To: </strong>nibags, KTextEditor, dhaumann, cullmann<br /><strong>Cc: </strong>kwrite-devel, kde-frameworks-devel, LeGast00n, GB_2, domson, michaelh, ngraham, bruns, demsking, cullmann, sars, dhaumann<br /></div>