<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/D22477">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>This disables the current behaviour where if no match is found,<br />
completions that "contain" the word to-be-completed, and that are at<br />
a word beginning (marked by a capital letter or an underscore), are added<br />
to the list of completion items; e.g. Foo will match BarFoo and Bar_Foo.</p>

<p>BUG: 381024<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 document in kate and type the following:</li>
</ul>

<p>Foo<br />
BarFoo<br />
Bar_Foo</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">Enable the new config option and type Foo; check if BarFoo or Bar_Foo are offered as completions</li>
<li class="remarkup-list-item">Diable the config and repeat the above step.</li>
</ul></div></div><br /><div><strong>REPOSITORY</strong><div><div>R39 KTextEditor</div></div></div><br /><div><strong>BRANCH</strong><div><div>autocompletion-backwards-matching (branched from master)</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D22477">https://phabricator.kde.org/D22477</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>autotests/src/completion_test.cpp<br />
src/completion/katecompletionmodel.cpp<br />
src/dialogs/completionconfigtab.ui<br />
src/dialogs/katedialogs.cpp<br />
src/utils/kateconfig.cpp<br />
src/utils/kateconfig.h</div></div></div><br /><div><strong>To: </strong>ahmadsamir, KTextEditor, cullmann, dhaumann<br /><strong>Cc: </strong>kwrite-devel, kde-frameworks-devel, LeGast00n, sbergeron, domson, michaelh, ngraham, bruns, demsking, cullmann, sars, dhaumann<br /></div>