- Update to use new
Workspace.observeActiveTextEditor
API to work better with Docks
- Add a simple tooltip to the indicator
- Convert package from CoffeeScript to JavaScript
- Convert from HTML Custom Elements to using Etch
- Convert tests from original style Atom tests to new custom tests using Mocha
- #13 by @jwilsson — Added a new configuration option to choose whether the indicator should be on the left or right
- Update Atom version requirement to v0.196.0 because it appears that the v1.0 Status Bar API was not released until later than I thought
- Cleanup for Deprecation Day
- #9 — Guarded against
undefined
- Cleaned up some deprecations
- Resolved all deprecations in preparation for Atom v1.0
- Converted to using the new Status Bar API
- #5 — Now updates when the grammar is changed
- Updated for new APIs
- Update for new APIs
- Add configuration option (
indentation-indicator.spaceAfterColon
) to show a space after the colon. Defaults tofalse
.
- Add indicator to the status bar
- Shows
Tabs
when Soft Wrap is off andSpaces
when Soft Wrap is on - Shows the tab length
- Shows