Am Freitag, 31. Januar 2014, 23:22:43 schrieb Sven Brauch: > Git commit 245743bb877e3ed5cfd9c94a313393bacd96e1e4 by Sven Brauch. > Committed on 31/01/2014 at 23:17. > Pushed by brauch into branch 'master'. > > Quick open filtering: do path fuzzy matching only on file name > > Matching the whole path generated lots and lots of unrelated results, > especially for shorter queries. And because it is inherently hard to sort > that kind of fuzzy matches, they couldn't even be sorted by match quality. > That was overall not beneficial to QuickOpen's usefulness in practice. > Thus, the next attempt is to only do the fuzzy matching on the last > path segment; that still allows things like "btbrowser" for > "backtracebrowser.cpp" or "cml" for "CMakeLists.txt", but "hello" no longer > matches "/home/user/log/foo.log" or so. > CCMAIL:kevin@kfunk.org > > (snip) Thanks a lot, looking better now! Greets -- Kevin Funk