View Issue Details

IDProjectCategoryView StatusLast Update
0000087VisualDifferFiles differpublic2012-01-14 08:50
Reportervasechka Assigned Toadmin  
PrioritynormalSeverityminorReproducibilityalways
Status assignedResolutionopen 
PlatformMacOSOS XOS Version10.7.2
Product Version1.2 
Summary0000087: not correctly identifying changed lines
DescriptionI've made couple major changes to my script and wanted to use your app to compare differences.
As you can see on screenshot attached,
line 31left and line 40right are same. Your app compares instead line 32left and line 40right.
It would help if instead it would compare line 31left to line 40right (no change)
and then compare line 32left to line41right.

And there are many times I've seen this while using your app.
I understand it's hard to figure out, but should be possible.
TagsNo tags attached.

Activities

vasechka

2012-01-13 19:55

reporter  

admin

2012-01-14 08:50

administrator   ~0000077

You are right, actually VisualDiffer uses the unix diff (unified) algorithm and the wrong "alignment" comes from it.

I'm working to a new different algorithm, totally independent from the unix diff.
I hope to ship it in a few of months, next release (released before February) will contain a modified version (that work very good with UTF-8 charset) but always based on unified unix diff.

thanks for your feedback

Issue History

Date Modified Username Field Change
2012-01-13 19:55 vasechka New Issue
2012-01-13 19:55 vasechka Status new => assigned
2012-01-13 19:55 vasechka Assigned To => admin
2012-01-13 19:55 vasechka File Added: Screen Shot 2012-01-13 at 1.48.56 PM.png
2012-01-14 08:50 admin Note Added: 0000077