Adaptive comparison..

Post your new features ideas and suggestions here.
Post Reply
Arnaud Lapiere

Adaptive comparison..

Post by Arnaud Lapiere »

.. is great ! but can be ehanced..
I think it should have some 'syntax language' plugin, like Ultraedit syntax files, automatically choosed depending on the file extension.
For example, when you compare2 html files:
<tr>
<td>BLAH1</td>
</tr>
<tr>
<td>BLAH3</td>
</tr>
and
<tr>
<td>BLAH1</td>
</tr>
<tr>
<td>BLAH2</td>
</tr>
<tr>
<td>BLAH3</td>
</tr>
, it find that the
<td>BLAH2</td>
</tr>
<tr>
has been inserted.. whereas the adaptive comparison should of course find that

Code: Select all

<tr>
<td>BLAH2</td>
</tr>
has been inserted.
Ok, that's a though task, but I think it worth the effort !
don't you think so ?

grigsoft
Site Admin
Posts: 1673
Joined: Tue Sep 23, 2003 7:37 pm
Contact:

Post by grigsoft »

Thank you for suggestion. Currently Adaptive comparison only works for inline comparison. But of course, results like you have describe are worth fighting for, and I will search for a way to solve it.

Arnaud Lapiere

Post by Arnaud Lapiere »

thank you for taking my suggestion into account, and ,btw, thank you for continuing to make this piece of software always greater !
I use it all day long since I have buyed the license, mainly for comparing 2 versions on cvs repository, and I couldn't do without it !

I especially appreciate the 'find move sections' fonctionality.

- Arnaud (FRANCE)

Post Reply