I know this has been hashed over a few times...but I don't think the current functionality is working quite right yet...
When I press Ctrl-N, the text details scrolls to the position of the first difference in the line. This is the expected functionality when the difference would otherwise be off the screen (i.e. comparing lines that are longer than the text details field).
However, when the lines being compared are shorter than the text details field, then the entire line should be displayed in the text details and it should not be scrolled to the first difference.
Also, the line should not scroll so far that the majority of the text details is blank. If the first difference is at the end of a long line, then I would expect the end of the line to positioned at the right end of the text details field and the difference appear in the middle of the text details instead of at the very beginning followed by a mostly blank line.
I don't know how the horizontal scrollbar for the text details is defined, but it seems to me that these problems would not occur if the scroll area were defined to length of longest line currently visible in the text details section. This would make it impossible to scroll the text off of the screen and would eliminate both of the problems described above.
When I press Ctrl-N, the text details scrolls to the position of the first difference in the line. This is the expected functionality when the difference would otherwise be off the screen (i.e. comparing lines that are longer than the text details field).
However, when the lines being compared are shorter than the text details field, then the entire line should be displayed in the text details and it should not be scrolled to the first difference.
Also, the line should not scroll so far that the majority of the text details is blank. If the first difference is at the end of a long line, then I would expect the end of the line to positioned at the right end of the text details field and the difference appear in the middle of the text details instead of at the very beginning followed by a mostly blank line.
I don't know how the horizontal scrollbar for the text details is defined, but it seems to me that these problems would not occur if the scroll area were defined to length of longest line currently visible in the text details section. This would make it impossible to scroll the text off of the screen and would eliminate both of the problems described above.
Comment