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