Page 1 of 1

File comparison tool: Add a ''string compare'' feature

Posted: 2019-01-22, 12:14 UTC
by wanderer
TC at this moment has a decent file comparison tool. It would be nice if there was a way (probably in a screen similar to the existing one) to paste some text in each of the panels (instead of loading files) and let TC compare them.

The whole comparison process already exists, it just works with files only, which is very inconvenient for a quick-compare when needed (and personally, i have wished for such a tool many times).

Re: String compare

Posted: 2019-01-22, 21:41 UTC
by ts4242
Support++

For now, you can create two temporarily files in %temp% folder and run TC with a button similar to the following one

Code: Select all

TOTALCMD#BAR#DATA
%COMMANDER_PATH%\TOTALCMD64.EXE
/s=c %%temp%%\1.txt %%temp%%\2.txt
%COMMANDER_PATH%\WCMICONS.DLL,49
TOTALCMD64
%COMMANDER_PATH%\

-1
After launching Compare tool, enter Edit mode and paste text you want to compare.