Page 1 of 1

Comparing of two files: ProcMon traces,...

Posted: 2012-12-04, 17:11 UTC
by Romaschka
Hi @all!

It would be great to have comparing of two files feature some more specific. For example it could be nice to use tools like http://github.com/patraulea/LogDiff in comparing window or ignore characters seems like date/time while comparing of two logs. The usage could be like "F3" (list file) +1,2,3,4,5...

Romaschka.

Posted: 2012-12-04, 17:49 UTC
by MVV
You can define custom visual compare tool (help section 4.b):
Comparetool=
Set external compare tool for "Compare by contents", e.g. WinMerge

Posted: 2012-12-05, 08:36 UTC
by Romaschka
Sure, but I would like to switch between tools.

Romaschka.

Posted: 2012-12-05, 12:18 UTC
by MVV
You can add any number of tools onto your buttonbar, or assign hotkeys for them, just pass filenames from panels to them using corresponding parameters.

Posted: 2012-12-05, 13:43 UTC
by Romaschka
Thanks, I knew this.

See, why do Christian need suggestions, if there are possibilities to do it another way, but they are not optimal?

Romaschka.

Posted: 2012-12-05, 13:58 UTC
by MVV
I think that if you want to choose compare tool on every compare process, you need some proxy tool that will choose desired comparer, or if you want to compare using different algorithms, you need some compare plugin.

Also I think that 'suggestion' should contain exact description of some feature and not only abstract words.

Posted: 2012-12-05, 15:04 UTC
by Romaschka
ok, I'll try it again...

If you use internal viewer, you can choose with 1..7+A+S+V between different options, how to see the file. The same procedure can be used for the comparing tool to compare different file types with different options or different compare tools behind the buttons.

Romaschka

Posted: 2012-12-19, 13:43 UTC
by patraulea
As the developer of the LogDiff tool Romaschka mentioned, I could add support for loading input files from the command line if this would make it easier to start the diff from Total Commander.

Posted: 2012-12-19, 14:30 UTC
by MVV
patraulea, command line support is always great feature, especially if logic allows it. In your case it does - simply pass two filepaths in command line (maybe with some /options before). Since TC allows to pass names of selected files, it is quite useful.