sublime-status-message | Custom status bar for sublime
kandi X-RAY | sublime-status-message Summary
kandi X-RAY | sublime-status-message Summary
Custom status bar for sublime
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Set the value for a key
- Refresh status bar
- Get all statuses
- Erase key from view
- Called when the view is modified
- Set status message
- Erase the view
- Called when the view is activated
- Get a value from a view
sublime-status-message Key Features
sublime-status-message Examples and Code Snippets
Community Discussions
Trending Discussions on sublime-status-message
QUESTION
I installed a couple of plugins to add more features to sublime's status-bar, but it resulted in removing some basic features of it like getting number of matches of a specific word in Find. [check screenshot]
Plugin link: https://github.com/shagabutdinov/sublime-status-message
I tried removing all relevant plugins, no success.
So, how can I restore default settings of status bar, I tried writing a script to restore or shift the items in status bar with no fruitful result so far
ANSWER
Answered 2019-Aug-08 at 17:23There isn't any mechanism by which a plugin can remove items from the status bar, they can only add extra items to it. Such added items appear to the left of the status bar items that Sublime generates on it's own such as the cursor position information or the find information that you're currently unable to see.
As such what you're actually experiencing is not that the default information has been removed but instead it's been pushed to the right of the status bar. If there is a lot of extra status information added or the window is narrow, that would have the effect of having those items appear to be gone because they're off the edge of the window.
Items added to the status bar remain for the current session until the plugin that added them removes them again. Most plugins that add items to the status bar likely don't track their own removal and remove any status items that they added.
To be fully rid of status items you don't want, after removing the offending plugin (to make sure it doesn't add them back) you need to either close and reopen all of the affected files (status bar items are specific to the tab they were added to) or quit and restart Sublime.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install sublime-status-message
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page