<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/D11939">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>Working on one codebase, I regularly fail to quickly find some<br />
files I'm looking for because they use generic names that are also<br />
part of the project path. We used to match from the start and<br />
grouped all fuzzy matches together in the OtherMatch group, thus<br />
the sort order for the following files is the same for the filter<br />
strings "home", "sources" or "project":</p>

<p>/home/user/sources/project/src/something_home.cpp<br />
/home/user/sources/project/src/something_sources.cpp<br />
/home/user/sources/project/src/something_project.cpp</p>

<p>Now, we sort the OtherMatches by how close we matched towards<br />
the end of the path. Thus we split up the sort order for the three<br />
paths and the corresponding three filter strings. We will now prefer<br />
"something_home.cpp" for "home", "something_sources.cpp" for "sources"<br />
and "something_project.cpp" for "project".</p>

<p>I could not see any noteworthy changes in the benchmark runtimes.</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/D11939">https://phabricator.kde.org/D11939</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>kdevplatform/language/interfaces/abbreviations.cpp<br />
plugins/quickopen/tests/test_quickopen.cpp</div></div></div><br /><div><strong>To: </strong>mwolff<br /><strong>Cc: </strong>kdevelop-devel<br /></div>