Another way to describe it
Posted: Fri Sep 25, 2009 6:28 pm
Humm, it could be seen like that, or almost, it would rather be: "to select the pairs in the Diff Directories window and with one action to start a Diff Files window for ALL pairS of files from the selection".
I'd like to do what I do with the DiffFiles but I'd like to be able to select more than one file in the left and in the right drop-down lists, rather than only one. Meaning, select several files at once and run the diff only once for them all. And then I'd like to have all files open in the same view and be able to see the differences line by line of content just as I do when I'm comparing only one pair of files.
Another way to explain it. Imagine I want to compare old1.xml with new1.xml, old2.xml with new2.xml ... and oldn.xml with newn.xml, and I run a
$ cat old*.xml > all_old_files.xml
$ cat new*.xml > all_new_files.xml
and then I compare all_old_files.xml with all_new_files.xml files but I can still see the limits between each original file (i.e. I can still see to what original file the differences belong to) and if I edited one file in the diff view it is the original file what is edited. Is this clearer or still more confuse??
Do you not think this would be useful? It's very frequently that I must compare the contents of whole batches of files, not just two.
Best regards and thanks a lot for your replies!
Manuel
I'd like to do what I do with the DiffFiles but I'd like to be able to select more than one file in the left and in the right drop-down lists, rather than only one. Meaning, select several files at once and run the diff only once for them all. And then I'd like to have all files open in the same view and be able to see the differences line by line of content just as I do when I'm comparing only one pair of files.
Another way to explain it. Imagine I want to compare old1.xml with new1.xml, old2.xml with new2.xml ... and oldn.xml with newn.xml, and I run a
$ cat old*.xml > all_old_files.xml
$ cat new*.xml > all_new_files.xml
and then I compare all_old_files.xml with all_new_files.xml files but I can still see the limits between each original file (i.e. I can still see to what original file the differences belong to) and if I edited one file in the diff view it is the original file what is edited. Is this clearer or still more confuse??

Do you not think this would be useful? It's very frequently that I must compare the contents of whole batches of files, not just two.
Best regards and thanks a lot for your replies!
Manuel