ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Custom​Status​Message

by jfcherng ST4

This plugin sets a custom message in the status bar.

Labels status bar

Details

Installs

  • Total 85
  • Win 49
  • Mac 21
  • Linux 15
Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0
Mac 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

ST-CustomStatusMessage

Required ST Build GitHub Actions Package Control GitHub tag (latest by date) Project license GitHub stars Donate to this project using Paypal

This plugin sets a custom message in the status bar.

Important Notice

This plugin is unmaintained because it's not possible to do it perfect due to API limitations.

Installation

This package is available on Package Control by the name of CustomStatusMessage.

Usage

In plugin settings (Preferences » Package Settings » CustomStatusMessage » Settings),

  • Set "enabled": true, to enable this plugin.
  • Set your wanted status message template such as "template": "Ln {row}, Col {col}",.

In Sublime Text settings (Preferences » Settings),

  • Set "show_line_column": "disabled", to hide the default line/column status.

Template Variables

Variable Description
row The current row number. (1-based)
col The current column number. (1-based)
row_0 The current row number. (0-based)
col_0 The current column number. (0-based)
point The current caret position.
scope The full scope at the caret position.
base_scope The first part of the scope at the caret position.
last_scope The last part of the scope at the caret position.
buffer_id The buffer ID.
view_id The view ID.
sheet_id The sheet ID.
window_id The window ID.
encoding The encoding of the current view.
line_endings The line endings of the current view.
size The size of the current view.
syntax The Syntax object of the current view.