문제

I really like the fuzzy matching search algorithm that Sublime Text 2 uses for its command palette and I was hoping to create something similar that runs through the Windows 7 Start menu search.

I already found the Windows API Code Pack for .NET Framework but that only seems to provide API hooks for using the existing Windows Search inside my own applications.

Is there any way to modify or replace the search algorithm that the Start menu search uses for searching installed applications and files?

도움이 되었습니까?

해결책

I am pretty sure that is not possible. But it shouldn't be hard to program a little something that overlays the search box and (if there is something in the search box) also the results area. With this custom gadget it wouldn't be hard to use any search algo you want.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top