Search found 4 matches

by Chaoses Ib
Sun Apr 03, 2022 6:53 am
Forum: Development, plugins and third party software
Topic: IbEverythingExt - 拼音搜索扩展 (for Chinese users)
Replies: 9
Views: 20378

Re: IbEverythingExt - 拼音搜索扩展 (for Chinese users)

在我搜索历史记录里发现,IbEverythingExt插件把每个输入的搜索都串转化为一大串正则表达式来实现拼音首字检索的效果。 对此我提个建议:不要把生成后的正则表达式写入搜索历史,让搜索历史记录里仍然只保存原始的输入内容。 不好意思,现在才看到你的回复。这个问题实际上是由拼音搜索的两个模式引起的,因为默认的 PCRE 模式不支持 v1.5.0.1301,v0.5 扩展会自动回落到 Edit 模式,从而引发 ;py 和搜索历史的问题。v0.6 已经删除了自动回落,也支持了 v1.5.0.1305,可以更新下看看。 https://github.com/Chaoses-Ib/IbEveryth...
by Chaoses Ib
Sun Apr 03, 2022 6:46 am
Forum: Development, plugins and third party software
Topic: IbEverythingExt - 拼音搜索扩展 (for Chinese users)
Replies: 9
Views: 20378

Re: IbEverythingExt - 拼音搜索扩展 (for Chinese users)

popyoung wrote: Sun Nov 14, 2021 7:48 am 这个插件挺好用的。
我刚刚在建议区发了个帖子。希望作者增加一个功能,就是直接搜索其他窗口中的选中文字。比如在edge中我选中了“拼音搜索扩展”,然后按快捷键,直接跳出搜索框,关键词自动填入“拼音搜索扩展”。看了你的帖子我在想是不是可以自己做这个东西……虽然hook相关的内容我不太熟
这个功能的话不需要 hook 就可以实现,比如用 AutoHotkey 注册一个热键,触发时按 Ctrl+C 复制文本,然后获取剪切板文本,再用命令行传入 Everything。
by Chaoses Ib
Mon Sep 27, 2021 6:46 am
Forum: Development, plugins and third party software
Topic: IbEverythingExt - 拼音搜索扩展 (for Chinese users)
Replies: 9
Views: 20378

Re: IbEverythingExt - 拼音搜索扩展 (for Chinese users)

huqiu2 wrote: Mon Sep 27, 2021 3:38 am不能用
确定安装运行库了吗?你系统版本和 Everything 版本是多少?
by Chaoses Ib
Sun Sep 26, 2021 3:57 pm
Forum: Development, plugins and third party software
Topic: IbEverythingExt - 拼音搜索扩展 (for Chinese users)
Replies: 9
Views: 20378

IbEverythingExt - 拼音搜索扩展 (for Chinese users)

(This is an open-source plugin for Everything to enable Chinese users to quickly search for Chinese characters by their pinyin initials.) 预览: https://github.com/Chaoses-Ib/IbEverythingExt/raw/main/docs/preview.png 搜索说明: 拼音搜索支持包括辅助平面在内的 Unicode 汉字。 默认小写字母匹配拼音或字母,大写字母只匹配字母。 修饰符 py: 小写字母只匹配拼音 nopy: 禁用拼...