Search found 3 matches

by qb.zero
Fri May 30, 2014 4:49 pm
Forum: Feature Request
Topic: Pluggable diff/file comparison algorithms
Replies: 6
Views: 3882

Re: Pluggable diff/file comparison algorithms

Hi,

the pluggable comparision algorithms are for XML files.

Their user will help me ignore the differences in the order of the elements of a file, ignore the presence of an optional attribute, or ignore differences in the cases of attributes values (TRUE vs. True).

Thank you
by qb.zero
Wed May 28, 2014 6:08 pm
Forum: Feature Request
Topic: Pluggable diff/file comparison algorithms
Replies: 6
Views: 3882

Re: Pluggable diff/file comparison algorithms

Hello, this is a bit offtopic, but can you please tell me if it is possible to obtain this kind of behavior using a plugin (I plan to write one) which will use parts of the diffFiles application? I have been studying the plugin developer guide, but it seems to me that in order to obtain this behavio...
by qb.zero
Thu May 22, 2014 3:55 pm
Forum: Feature Request
Topic: Pluggable diff/file comparison algorithms
Replies: 6
Views: 3882

Pluggable diff/file comparison algorithms

It would be a great feature if you could let users develop their own diff/file comparison algorithms and provide a mechanism for their automatic integration with the rest of the application. The Diff Files tool will search for the user defined algorithms - it will discover all the implementations of...