As the title suggest, the patch add the current column number in the footer.
What it's look like:
Differential D7144
Add the current column number of the text in the bottom right Authored by Valentin (Poulpator) on Mar 14 2020, 2:39 AM.
Details
As the title suggest, the patch add the current column number in the footer. What it's look like:
Diff Detail Event TimelineComment Actions Maybe this should be tied to the line numbers setting, and then that setting could be renamed to be about column and line numbers? Just to avoid clutter when it's not needed. Comment Actions Need to add a right alignment. The "Col" is wrong word, there must be either a full word or a period to indicate that it is an abbreviation. row.separator_spacer() sub = row.row() sub.alignment = 'RIGHT' sub.active = False sub.label(text="Line 101, Column 80")
| |||||||||||||||