Search found 3 matches

by harper
Sat Nov 16, 2013 4:22 am
Forum: Support (DiffMerge)
Topic: Applying only parts
Replies: 5
Views: 8450

Re: Applying only parts

Try doing a Ctrl+Click on the change. When the control key is down, we treat the changed region line-by-line. jeff Ah, I found it in the help under "Aggregating Changes". I just want to do the opposite of aggregate, i.e. split the change. The help might get a slightly different caption. B...
by harper
Thu Nov 14, 2013 11:31 pm
Forum: Support (DiffMerge)
Topic: Applying only parts
Replies: 5
Views: 8450

Re: Applying only parts

We've had other comments about this. See if this post explains the issues: http://support.sourcegear.com/viewtopic.php?f=33&t=21943 Sorry, I missed how this is related. The referred post asked somthing to a feature that omits unimportant lines. I don't have any line that is detected as unimport...
by harper
Thu Nov 14, 2013 1:49 pm
Forum: Support (DiffMerge)
Topic: Applying only parts
Replies: 5
Views: 8450

Applying only parts

I have often the need to compare C sources file that shall be merged line by line. Imagine you have this file at the left hand side: // AAAAA int foo; // TODO: remove this int bar // BBBBB and this right file: // AAAAA // BBBBB Now I compare both files and DiffMerge detects the three lines from &quo...