CustomStatusMessage
This plugin sets a custom message in the status bar.
Labels status bar
Details
Installs
- Total 96
- Win 54
- Mac 26
- Linux 16
Dec 4 | Dec 3 | Dec 2 | Dec 1 | Nov 30 | Nov 29 | Nov 28 | Nov 27 | Nov 26 | Nov 25 | Nov 24 | Nov 23 | Nov 22 | Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 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 | 1 |
Mac | 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 | 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 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
ST-CustomStatusMessage
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. |