<table><tr><td style="">mwolff created this revision.<br />Restricted Application added a subscriber: kdevelop-devel.<br />mwolff 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/D11940">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>This is a refinement of the previous patch, which isn't perfect yet:<br />
Assume you have a project at /A/B/C. Now, you have<br />
these two files in there:</p>

<p>/A/B/C/D/file<br />
/A/B/C/C/E/file</p>

<p>Note also how quickopen trims the shared prefix path when it displays<br />
the results:</p>

<p>D/file<br />
C/E/file</p>

<p>When you search for C/file, both files used to get the same quality,<br />
even though the former one matches only in the shared prefix path<br />
of the project.</p>

<p>This patch adds a penalty when the match happens in the shared<br />
prefix. Thus, when you search for C/file you'd now get the second<br />
path preferred. This is imo much more desirable.</p>

<p>The benchmark timings are still pretty much the same.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R32 KDevelop</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D11940">https://phabricator.kde.org/D11940</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>kdevplatform/language/interfaces/abbreviations.cpp<br />
kdevplatform/language/interfaces/abbreviations.h<br />
kdevplatform/language/interfaces/quickopenfilter.h<br />
plugins/quickopen/projectfilequickopen.h<br />
plugins/quickopen/tests/quickopentestbase.h<br />
plugins/quickopen/tests/test_quickopen.cpp</div></div></div><br /><div><strong>To: </strong>mwolff<br /><strong>Cc: </strong>kdevelop-devel<br /></div>