In doing a 3-way merge, I am seeing that myself and another developer added different brand new sections to the file. Beyond compare analyzes those two sections and sees some similarities - closing tags etc. and aligns parts of them up. The problem is that the alignment is completely wrong. Yes, a tag is the same here and there, but these are two completely separate new blocks of code. The merge needs to be resolved by taking all of the left side then all of the right. Unfortunately, take left, then right doesn't work due to what beyond compare see's as aligned. It seems that if we could tell beyond compare that something should unaligned this could help. Instead i have to manually select the section on the left side and copy it to the merged file, select the section on the right side and copy it to the merged file, then get rid of the extra junk in the merged file that beyond compare thinks lined up. I'm I doing this the hard way? I see this frequently in my workflow.
I added a picture to illustrate this
I added a picture to illustrate this

Comment