Skip to content
New issue

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

Show line count for selection #204

Closed
ProgerXP opened this issue Dec 23, 2018 · 1 comment
Closed

Show line count for selection #204

ProgerXP opened this issue Dec 23, 2018 · 1 comment
Assignees

Comments

@ProgerXP
Copy link
Owner

Currently the status bar has this format:

Ln ... Col ... Sel N

Where N = number of selected bytes.

Update it to form ... Sel M : N where M = 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. omitting N), otherwise leave it at Sel --.

@cshnik
Copy link
Collaborator

cshnik commented Dec 25, 2018

Fixed.
Please note: View > Long Line Marker affects the Col value format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants