I am experimenting with different settings for character alignment in order to find in-line diffs for VC++ 6.0 project files. Here are the two lines I'm working with (each is a single line even if gets wrapped by forum formatting):
# ADD CPP /nologo /MD /W3 /GX /O2 /D "NDEBUG" /D "_MBCS" /D "WIN32" /D "_WINDOWS" /D "_AFXDLL" /FAcs /Fr /FD /c
# ADD CPP /nologo /MD /W3 /GX /O2 /D "NDEBUG" /D "_MBCS" /D "WIN32" /D "_WINDOWS" /D "_AFXDLL" /D ID3LIB_LINKOPTION=3 /FAcs /Fr /FD /c
When character alignment is set to simple or standard, the "find next difference in line" command indicates it can't find any in-line differences, although I can scroll over in the file viewer and see the diff:

If I set character alignment to column-based, then the find next difference in line command does show the diff, but it marks the rest of the line as one big difference since the columns don't line up:

Is there a way to have BC2 find in-line differences such as this one? I'm using version 2.3.1 and line alignment is set to standard/2400.
Thanks,
Kevin Sikes
# ADD CPP /nologo /MD /W3 /GX /O2 /D "NDEBUG" /D "_MBCS" /D "WIN32" /D "_WINDOWS" /D "_AFXDLL" /FAcs /Fr /FD /c
# ADD CPP /nologo /MD /W3 /GX /O2 /D "NDEBUG" /D "_MBCS" /D "WIN32" /D "_WINDOWS" /D "_AFXDLL" /D ID3LIB_LINKOPTION=3 /FAcs /Fr /FD /c
When character alignment is set to simple or standard, the "find next difference in line" command indicates it can't find any in-line differences, although I can scroll over in the file viewer and see the diff:

If I set character alignment to column-based, then the find next difference in line command does show the diff, but it marks the rest of the line as one big difference since the columns don't line up:

Is there a way to have BC2 find in-line differences such as this one? I'm using version 2.3.1 and line alignment is set to standard/2400.
Thanks,
Kevin Sikes
Comment