Closed jasonrudolph closed 7 years ago
As one part of resolving https://github.com/atom/status-bar/issues/194, this pull request updates this package to take advantage of the new Workspace::observeActiveTextEditor(callback) API being introduced in https://github.com/atom/atom/pull/14695.
Workspace::observeActiveTextEditor(callback)
See https://github.com/atom/atom/pull/14695
The package will regain the ability to display the line ending for pending text editor panes.
Description of the Change
As one part of resolving https://github.com/atom/status-bar/issues/194, this pull request updates this package to take advantage of the new
Workspace::observeActiveTextEditor(callback)
API being introduced in https://github.com/atom/atom/pull/14695.Alternate Designs
See https://github.com/atom/atom/pull/14695
Benefits
The package will regain the ability to display the line ending for pending text editor panes.
Possible Drawbacks
See https://github.com/atom/atom/pull/14695
Applicable Issues
Demo
Before
After