Hi there,
i am trying to find out how i can configure Beyond Compare to treat sections as atomic.
E.g.
File1:
Start
var 1 = 1
var 2 = 1
End
File2:
Start
var 1 = 2
var 2 = 1
End
File3:
Start
var 1 = 1
var 2 = 2
End
Now normally BeyondCompare would be able to automerge this, but i want to teach it to treat sections as atomic. How do i do that?
i am trying to find out how i can configure Beyond Compare to treat sections as atomic.
E.g.
File1:
Start
var 1 = 1
var 2 = 1
End
File2:
Start
var 1 = 2
var 2 = 1
End
File3:
Start
var 1 = 1
var 2 = 2
End
Now normally BeyondCompare would be able to automerge this, but i want to teach it to treat sections as atomic. How do i do that?
Comment