Hi,
Is there any way to configure how many lines the compare function will hold until it decides that a given line in file A is not in file B?
I don't know exactly the terms here, but I have two files which are pretty much the same save for a big comment at the start of one of them, the compare attempts to show differences between the comment and the start of the other file and does not realize the start matches what comes after the comment.
I assume it is because after looking X lines ahead in the comment and not finding the match it just gives up. My question: can I increase this X? (I know it would take more memory, cpu, whatever... I don't mind)
Thanks!
Look-ahead window in File Compare
Moderators: Hacker, petermad, Stefan2, white
- SanskritFritz
- Power Member
- Posts: 3693
- Joined: 2003-07-24, 09:25 UTC
- Location: Budapest, Hungary
You can integrate WinMerge in TC, in case you don't know.
Either make a startmenu entry (possibility for a hotkey) or a button:
Now all you have to do is move cursor on [..] in both panels to compare directories or move it on one file in left and one is the right panel.
Icfu
Either make a startmenu entry (possibility for a hotkey) or a button:
Code: Select all
Command: X:\path\to\WinMergeU.exe
Parameter: %p%n %t%m
Icfu
This account is for sale
- SanskritFritz
- Power Member
- Posts: 3693
- Joined: 2003-07-24, 09:25 UTC
- Location: Budapest, Hungary
Also you can try this:
http://ghisler.ch/board/viewtopic.php?p=51711#51711
http://ghisler.ch/board/viewtopic.php?p=51711#51711
I switched to Linux, bye and thanks for all the fish!