一、前言
在Windows系统上,有很多文字是无法选中进行复制的,比如警告对话框、报错对话框、按钮文字等等。
今天刚好需要用,打开以前的Textify提示已经有新版本了,于是去官网下载了一个,但是只有安装版。于是,想自己打包个绿色版并且把自动检测更新去掉,于是有了这篇文章。
发文自查:
准备发文前发现已经有很多类似的,但是版本不同、且都已经超过2个月关闭回复功能。于是发个不一样的。
二、软件运行截图
三、绿化版制作过程 - 授人以鱼不如授人以渔
1、从官网下载最新的安装包,目前:textify_setup-v1.10.3.exe
https://ramensoftware.com/textify
2、用7-zip解压
右键textify_setup-v1.10.3.exe选择7-zip的提取到“textify_setup-v1.10.3\",遇到报错直接关闭即可,那是打包方面的原因。
3、删除解压得到的以下文件及文件夹
$PLUGINSDIR
[NSIS].nsi
uninstall.exe.nsis
4、替换文件
下载我准备好的 icons与优化配置文件.7z,解压后覆盖官方程序解压的文件。
最后重新打包整个文件夹,即可得到绿化版的去更新并优化了web搜索按钮的版本。
四、Textify.ini配置解释
1、去更新
只需要修改Textify.ini文件的check_for_updates=1为check_for_updates=0,即可关闭自动检查更新。
check_for_updates=0
2、web搜索按钮
这个参考了这篇文章https://www.52pojie.cn/thread-1726640-1-1.html提供的配置文件内容。
web搜索按钮部分配置:
[web_button_1]
name=Baidu Translate
icon=icons\BaiDu_translate.ico
command=https://fanyi.baidu.com/#auto/zh/%s
width=400
height=700
[web_button_2]
name=Google Translate
icon=icons\google_translate.ico
command=https://translate.google.cn/#auto/zh-CN/%s
width=400
height=700
[web_button_3]
name=BaiDu
icon=icons\Baidu.ico
command=https://www.baidu.com/s?wd=%s
width=400
height=700
[web_button_4]
name=Bing
icon=icons\Bing.ico
command=https://www.bing.com/search?q=%s
width=400
height=700
[web_button_5]
name=Google
icon=icons\google.ico
command=https://www.google.com/search?q=%s
width=400
height=700
[web_button_6]
name=Wechat WenZhang
icon=icons\sougou.ico
command=https://weixin.sogou.com/weixin?type=2&s_from=input&query=%s
width=400
height=700
[web_button_7]
name=Wechat GongZhongHao
icon=icons\sougou.ico
command=https://weixin.sogou.com/weixin?type=1&s_from=input&query=%s
width=400
height=700
[web_button_8]
name=f_sou
icon=icons\f_sou.ico
command=https://fsoufsou.com/search?q=%s
width=400
height=700
[web_button_9]
name=ZhiWang
icon=icons\zhiwang.ico
command=https://kns.cnki.net/kns8/DefaultResult/Index?dbcode=CFLS&kw=%s&korder=SU
width=400
height=700
[web_button_10]
name=Yandex
icon=icons\Yandex.ico
command=https://yandex.com/search/?text=%s
width=400
height=700
[web_button_11]
name=DuckDuckGo
icon=icons\duckduckgo.ico
command=popup-web!https://duckduckgo.com/?q=%s
width=400
height=700
[web_button_12]
name=Wikipedia
icon=icons\wikipedia.ico
command=popup-web!https://en.m.wikipedia.org/w/index.php?search=%s
width=400
height=700
五、下载
Textify_不检测更新绿色版_v1.10.3.7z - 蓝奏云
icons与优化配置文件.7z - 蓝奏云