必備TC插件
- 注意!請(qǐng)根據(jù)使用的TC的位數(shù)(32位 or 64位)來(lái)選擇下載對(duì)應(yīng)位數(shù)的插件
安裝插件
-
Autorun:可直接安裝易猫,在zip包上回車(chē)即可,之后:
- 先將 autorun.example.cfg 重命名為 autorun.cfg
( 在 %Commander_path%\WDX\Autorun\ 下,%Commander_path% 為T(mén)C的程序安裝目錄凿歼,下同) - 為了讓插件能夠隨TC啟動(dòng)而運(yùn)行, 按如下步驟創(chuàng)建顏色方案:
- 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 需要分開(kāi)安裝
- 解壓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彪杉,保存在同一目錄下
具體設(shè)置
- 在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=后面的內(nèi)容即之前保存TCFS2.exe和TCFS2.ini的地址 - 配置文件wincmd.ini添加
[TCFS2]
sFNV=1
LV2_Running=0 - 在Configuration-->Misc.下,綁定命令 em_TCFS_longview 到熱鍵
F11
上