Announcement

Collapse
No announcement yet.

Automatic Allignment

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Automatic Allignment

    I am comparing changes in the following file:
    Original File:
    Code:
    if condition
        a1
        b1
        c1
    End if
    Modified File:
    Code:
    if new condition 'My correction
        if condition
            a1
            b1
            c1
        End if
    'My correction starts
    Else
        a1
        b1
        c1
    End if
    'My correction end
    Now when i use beyond compare the results is as follows:

    Click image for larger version

Name:	b1.PNG
Views:	100
Size:	24.8 KB
ID:	80503
    I want it to be :

    Click image for larger version

Name:	b2.PNG
Views:	65
Size:	24.9 KB
ID:	80504
    I have tried varies combination of settings in Session menu -> Session Settings -> Alignment tab ,unable to replicate the same Automatically.
    Please help , i have lot of correction of the same nature.

  • #2
    Hello,

    In the Text Compare's Session menu -> Session Settings, Alignment tab, switch to Patience Diff to help align this example set in the way you expect. You can set this alignment for this view, or update the dropdown to "also update session defaults" to use it for the default for future text comparisons.
    Aaron P Scooter Software

    Comment

    Working...
    X