2
tuska
Sorry for the late response! If it still helps, here is a description of my configuration. The only dependencies are TCFS2 and TCFS2Tools.
1. Download TCFS2 and TCFS2Tools, and extract them into the Plugins directory. My file structure:
Code: Select all
%COMMANDER_PATH%\Plugins\TCFS2Tools
│ TCFS2Tools.dll
│ TCFS2Tools.dll64
│ Readme.txt
└─ TCFS2
TCFS2.exe
TCFS2.Core.ini
Readme.txt
2. Register TCFS2Tools. I follow the manual way outlined in the "Loading module on TC start" section of TCFS2Tools's Readme.txt, namely:
2a) Add TCFS2Tools as a WDX plugin. Configuration - Plugins - Content plugins (.WDX) - Configure - Add, and select the TCFS2Tools.dll64 file (in the 64-bit version of TC). The extension doesn't have to be renamed to .wdx64 or .wdx. The 32-bit version of TC will work automatically.
2b) Configure TCFS2Tools to automatically run. Configuration - Color - Define colors by file type - Add - TCFS2Tools (or any name) - Define - Plugins - TCFSTools.Autorun > 0 - save as TCFS2Tools (or any name). Then restart TC to load it.
3. Add a user command in usercmd.ini. I don't need a button, just a command that can be invoked via a shortcut key. But a button will work all the same.
Code: Select all
[em_ToggleFullPanel]
button=wcmicons.dll,86
cmd=%COMMANDER_PATH%\Plugins\TCFS2Tools\TCFS2\TCFS2.exe /ef tcm(305) if(tcm(65555),tcm(910),tcm(909))
menu=Toggle between one horizontal and two vertical panels
4. Add a shortcut key to invoke the em_ToggleFullPanel user command. I use Alt+Shift+V, because Alt+V has been used for cm_VerticalPanels.