<table><tr><td style="">poboiko created this revision.<br />poboiko added reviewers: Frameworks, mlaurent, ahmadsamir, dfaure.<br />Herald added a project: Frameworks.<br />poboiko 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/D28854">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>This patch adds support of different headings (essentially, HTML h1..h6 tags).<br />
Those might be pretty useful when formatting a rich text (I'm having KJots - note taking app - in mind)</p>

<p><tt style="background: #ebebeb; font-size: 13px;">QTextBlockFormat</tt> supports <tt style="background: #ebebeb; font-size: 13px;">headingLevel</tt> since Qt 5.12; however, as stated in the documentation,<br />
<tt style="background: #ebebeb; font-size: 13px;">setHeadingLevel</tt> does not adjust style (font size, etc), so we have to take care of it on our own.</p>

<p>It also adds a <tt style="background: #ebebeb; font-size: 13px;">KSelectAction</tt> to choose between different headings.</p>

<p>There are few behavior nuances:</p>

<ol class="remarkup-list">
<li class="remarkup-list-item">If user presses <tt style="background: #ebebeb; font-size: 13px;">Enter</tt> at the end of heading line, cursor should switch to <tt style="background: #ebebeb; font-size: 13px;">basic text</tt></li>
<li class="remarkup-list-item">If user presses <tt style="background: #ebebeb; font-size: 13px;">Enter</tt> in the middle of the heading, line just breaks into two headings</li>
<li class="remarkup-list-item">If user presses <tt style="background: #ebebeb; font-size: 13px;">Backspace</tt> at the beginning of a line after the heading, the line is merged with the previous one (and thus becomes heading itself)</li>
<li class="remarkup-list-item">The same with <tt style="background: #ebebeb; font-size: 13px;">Delete</tt> at the end of heading line: the next line should become heading too.</li>
</ol></div></div><br /><div><strong>TEST PLAN</strong><div><p>See the video of <tt style="background: #ebebeb; font-size: 13px;">KRichTextEditor</tt> from <tt style="background: #ebebeb; font-size: 13px;">KXmlGui</tt> (I had to add <tt style="background: #ebebeb; font-size: 13px;">format_heading_level</tt> to rc-file).</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R310 KTextWidgets</div></div></div><br /><div><strong>BRANCH</strong><div><div>textwidget-heading (branched from master)</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D28854">https://phabricator.kde.org/D28854</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/widgets/krichtextedit.cpp<br />
src/widgets/krichtextedit.h<br />
src/widgets/krichtextwidget.cpp<br />
src/widgets/krichtextwidget.h</div></div></div><br /><div><strong>To: </strong>poboiko, Frameworks, mlaurent, ahmadsamir, dfaure<br /><strong>Cc: </strong>kde-frameworks-devel, LeGast00n, cblack, michaelh, ngraham, bruns<br /></div>