atom / status-bar

Status bar for Atom
MIT License
100 stars 72 forks source link

More infos in line counter #71

Open ghost opened 9 years ago

ghost commented 9 years ago

It would be useful to change "row,column" to "row,column/totalrows"; or maybe better "row,column/percentoftotal"; currently we need to rely visually on the scrolling bar.

mmcnl commented 9 years ago

I'd love to see this too (and think that total rows and percent of total are each useful for different purposes).

jerone commented 9 years ago

Maybe more info in the line counter tooltip:

Line:              {line}
Total of lines:    {linesTotal}
Column:            {column}
File Size (in kb): {fileSize}
Words:             {words}
Characters:        {chars}
cbarrick commented 9 years ago

I'd like to see column numbers that account for the tab with (i.e. a tab should count as more than 1 column). All of these could be implemented as new %verbs in the "Cursor Position Format"

amoghe commented 8 years ago

+1

any idea whether this is still being worked on?

Bengreen commented 5 years ago

I would like to see absolute position in file as some parsers do not return row/column and instead return character position in file.