<table><tr><td style="">ahmadsamir created this revision.<br />ahmadsamir added reviewers: KTextEditor, cullmann, dhaumann.<br />Herald added projects: Kate, Frameworks.<br />ahmadsamir 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/D22276">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>Currently pressing Enter to insert a new line, KTextEditor will,<br />
in most cases, indent the new line with the same indentation as<br />
the previous line, which makes sense when writing code. But there<br />
is a viable use case where a user may want to insert a new line to<br />
separate blocks of code that have different context/functionality<br />
inside a function, in that case that line should be non-indented,<br />
having trailing spaces on an empty line isn't good, IMHO.</p>

<p>The new action can be triggered with Ctrl+Enter. And the current<br />
default behaviour is preserved.</p>

<p>BUG: 314395<br />
FIXED-IN: 5.61.0</p></div></div><br /><div><strong>TEST PLAN</strong><div><ul class="remarkup-list">
<li class="remarkup-list-item">Open a file with some C++ code, put the cursor at the end of an indented line, and press Enter to insert a new line</li>
<li class="remarkup-list-item">Note that the new line is indented</li>
<li class="remarkup-list-item">Repeat the first step, but press Ctrl+Enter; the newly inserted line has no indentation</li>
</ul></div></div><br /><div><strong>REPOSITORY</strong><div><div>R39 KTextEditor</div></div></div><br /><div><strong>BRANCH</strong><div><div>regular-newline (branched from master)</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D22276">https://phabricator.kde.org/D22276</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/document/katedocument.cpp<br />
src/document/katedocument.h<br />
src/view/kateview.cpp<br />
src/view/kateview.h</div></div></div><br /><div><strong>To: </strong>ahmadsamir, KTextEditor, cullmann, dhaumann<br /><strong>Cc: </strong>kde-frameworks-devel, kwrite-devel, LeGast00n, domson, michaelh, ngraham, bruns, demsking, cullmann, sars, dhaumann<br /></div>