We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the status bar has this format:
Ln ... Col ... Sel N
Where N = number of selected bytes.
N
Update it to form ... Sel M : N where M = number of selected lines (minimum 1).
... Sel M : N
M
For rectangular selection, it's currently ... Sel --. If it's not too complex, make it ... Sel M (i.e. omitting N), otherwise leave it at Sel --.
... Sel --
... Sel M
Sel --
The text was updated successfully, but these errors were encountered:
Show line count for selection #204
489140c
Fixed. Please note: View > Long Line Marker affects the Col value format.
View > Long Line Marker
Col
Sorry, something went wrong.
ProgerXP
No branches or pull requests
Currently the status bar has this format:
Where
N
= number of selected bytes.Update it to form
... Sel M : N
whereM
= number of selected lines (minimum 1).For rectangular selection, it's currently
... Sel --
. If it's not too complex, make it... Sel M
(i.e. omittingN
), otherwise leave it atSel --
.The text was updated successfully, but these errors were encountered: