Page 1 of 1

CbC edit mode: display column/line number in status line

Posted: 2007-10-18, 18:59 UTC
by StatusQuo
In Compare by Content, edit mode, for the current cursor position:
The column number is not displayed at all.
The line number is displayed on the left, but scrolled out of the display with horizontal scrolling.

I suggest to display both in the status line, like (for line 530, column 70):

Code: Select all

(530, 70)
This would simplify editing/synchronizing
(e.g. adding comments in different lines at the same column position in source code).

Posted: 2007-10-18, 19:20 UTC
by Hacker
You mean the compare by contents edit mode?

Roman

Posted: 2007-10-18, 20:54 UTC
by StatusQuo
Hacker wrote:You mean the compare by contents edit mode?
Yes, thanks and sorry. A popular mistake by me. :)
(Updated the initial post.)