Sublime Forum

Retrieve the key for the default statusbar message

#1

Hi.
Could someone tell me if there is a key for the default statusbar message which tells:

'Line X, Column Y'

I mean the key for API methods:

sublime.View.get_status(key)
sublime.View.erase_status(key)

Thanks.

0 Likes

#2

not as far as I know - I believe it’s a built it status bar message not affected by this API - even using a key with a Unicode char far down in the Unicode character table, the Line X, Column Y always ends up after any status we can set

0 Likes