srwi / EverythingToolbar

Everything integration for the Windows taskbar.
Other
9.91k stars 436 forks source link

Any possibility to support IbEverythingExt? #205

Closed okey2k closed 3 years ago

okey2k commented 3 years ago

IbEverythingExt works fine with everything to enable search filename with Pinyin Initials.

It looks not being effective while searching from Everything toolbar.

Any possibility to accommodate it?

thanks.

https://github.com/Chaoses-Ib/IbEverythingExt

image

Chaoses-Ib commented 3 years ago

It's not EverythingToolbar's fault. It's that IbEverythingExt v0.2 didn't handle IPC calls, and v0.3 has added support for that:

srwi commented 3 years ago

Sorry, I don't understand what this is about. Could you please explain the problem in more detail? I don't speak any Chinese and I am not familiar with Pinyin.

Chaoses-Ib commented 3 years ago

IbEverythingExt is an extension that enables Everything to search for Chinese characters by Pinyin, like searching for "γ" by "gamma" or "g". In IbEverythingExt v0.2, it didn't handle IPC calls from the Everything SDK, so the Pinyin search function is not available in EverythingToolbar. This is not a matter for EverythingToolbar. And in IbEverythingExt v0.3, this problem has been solved. You can now close this issue.

srwi commented 3 years ago

Thank you for your response!