Hi there,
I like the tool very much. Still there are some things I miss:
1.) Multi Line "Details area"
When comparing files with lots of diffs (near to each other) and browsing through the diffs with CTRL-N, it is a bit annoying for the eyes to "search" the current diff on the whole screen. When only one line was changed it is a lot easier to rest the focus on the "Details area" where the current lines are displayed. But with this method you miss changes, when diffs consist of more than one lines.
It would be a major improvement if you could make the details area allways display the whole diff (consisting of more than one lines), or as an alternative allways display a fixed number of lines as context. This last method could include the possibility for the user to adapt the number of lines simply by widening the Details area with the mouse.
2.) Advanced (auto) saved sessions
It would be nice if the tool could remember all the tabs (including cursor position) that were open, when the tool was closed last time.
Additionally it could be helpful if it would not simply store the pathnames of the files, but also the whole contents of them. Thereby the diffs shown would not be lost, if anyone changed the files in between (e.g. on a dynamic view).
3.) Recognition of moved lines
Example of a moved line between file A and B:
File A:
test
Voodoo
test
test
test
File B:
test
test
test
Voodoo
test
In this case BC shows the diff as a deletion plus an add. It would be nice to relate the two and instantly see, that the line was only moved (as in Notepad++ for example).
I like the tool very much. Still there are some things I miss:
1.) Multi Line "Details area"
When comparing files with lots of diffs (near to each other) and browsing through the diffs with CTRL-N, it is a bit annoying for the eyes to "search" the current diff on the whole screen. When only one line was changed it is a lot easier to rest the focus on the "Details area" where the current lines are displayed. But with this method you miss changes, when diffs consist of more than one lines.
It would be a major improvement if you could make the details area allways display the whole diff (consisting of more than one lines), or as an alternative allways display a fixed number of lines as context. This last method could include the possibility for the user to adapt the number of lines simply by widening the Details area with the mouse.
2.) Advanced (auto) saved sessions
It would be nice if the tool could remember all the tabs (including cursor position) that were open, when the tool was closed last time.
Additionally it could be helpful if it would not simply store the pathnames of the files, but also the whole contents of them. Thereby the diffs shown would not be lost, if anyone changed the files in between (e.g. on a dynamic view).
3.) Recognition of moved lines
Example of a moved line between file A and B:
File A:
test
Voodoo
test
test
test
File B:
test
test
test
Voodoo
test
In this case BC shows the diff as a deletion plus an add. It would be nice to relate the two and instantly see, that the line was only moved (as in Notepad++ for example).
Comment