Hi,
With "cm_CompareFilesByContent" a compare is made per CRLF.
If a file is a dump of an array, everything is in one line. Comparing two files with one row does not work well.
Is it possible to add to "cm_CompareFilesByContent" the following:
- An option to 'word-wrap' (perhaps after the compare has been made)
- An option to insert a character that will be used as delimiter (The character should have the same behaviour as an CRLF before the compare). In my case that would be an ";".
Thanks in advance.
Compare: Add word-wrap and delimiter
Moderators: Hacker, petermad, Stefan2, white