Sublime Forum

EOL format and encoding recognition in status bar

#1

I’m a new ST user, so bare with me if what I am proposing already exists :slightly_smiling:

Notepad++ shows each file’s EOL format and encoding in the status bar at the bottom.
(personally this is the very first thing i notice when opening a file) Eg.:


In ST, there is a lot of unused space in status bar to the left of the spacing and file format indicators.

If not difficult to implement, it would be a nice feature to have.
Thanks

0 Likes

#2

Both are already implemented but disabled by default. :slight_smile:

You can enable them in your user preferences:

"show_encoding": true, "show_line_endings": true,

1 Like

#3

Thanks!! :smiley:

0 Likes