必备TC插件
- 注意!请根据使用的TC的位数(32位 or 64位)来选择下载对应位数的插件
安装插件
-
Autorun:可直接安装,在zip包上回车即可,之后:
- 先将 autorun.example.cfg 重命名为 autorun.cfg
( 在 %Commander_path%\WDX\Autorun\ 下,%Commander_path% 为TC的程序安装目录,下同) - 为了让插件能够随TC启动而运行, 按如下步骤创建颜色方案:
- On the "Configuration-->Display-->Color" page press "Define colors by file type..." button.
- In the "Define colors by file type" dialog set cursor in any place in the list, and press "Add..." button.
- Press "Define..." button.
- In the "Define selection" dialog move to "Plugins" tab.
- Select in "Plugin" dropdown list "autorun".
- Select in "Property" dropdown list "Autorun" (there will not be more properties).
- Select in "OP" dropdown list "=" and set in following field any integer, for example 1.
- Press "Save" button, give the template some name , for example "Autorun".
- Next, repeatedly press OK button in all dialogs until options dialog will be closed.
- Restart TC.
- 先将 autorun.example.cfg 重命名为 autorun.cfg
-
TCFS2 与 TCFS2Tools 需要分开安装
- 解压TCFS2.exe、TCFS2.ini,保存在同一目录下
比如:%Commander_path%\Tools\TCFS2\ - 将TCFS2Tools.dll置于 %Commander_path%\WDX\Autorun\plugins\ 中
在autorun.cfg中添加如下字段:
LoadLibrary Plugins\TCFS2Tools.dll
- 解压TCFS2.exe、TCFS2.ini,保存在同一目录下
具体设置
- 在Configuration->Display->Tabstops下,勾选 Adjust Tabs to window width
- 配置文件TCFS2.ini中,分别在[Items],[Macros],[Actions]这三字段中分别添加以下代码
[Items]
vt0=tcm(305)
sp_sw_50_100=run_item(sp_set_active, sepPos == 50 ? 100 : 50)
lv2=set_tcini(TCFS2, LV2_Running, 1) run_action(lv) set_tcini(TCFS2, LV2_Running, 0), tcini(TCFS2, LV2_Running, 0)
lv=set_tcini(TCFS2, sFNV, 0) run_action(longview), test(shortFileNameView) | set_tcini(TCFS2, sFNV, 1) run_action(longview_undo)
[Macros]
shortFileNameView=tcini(TCFS2, sFNV, 1)
[Actions]
longview=sp_sw_50_100 vt0
longview_undo=vt0 sp_sw_50_100
lv=lv
lv2=lv2 - 配置文件usercmd.ini中添加
[em_TCFS_longview]
cmd=TCFS2 lv2
path=%Commander_path%\Tools\TCFS2
这里path=后面的内容即之前保存TCFS2.exe和TCFS2.ini的地址 - 配置文件wincmd.ini添加
[TCFS2]
sFNV=1
LV2_Running=0 - 在Configuration-->Misc.下,绑定命令 em_TCFS_longview 到热键
F11
上