mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Deprecate pane:active-item-title-changed on PaneView
This commit is contained in:
@@ -217,6 +217,8 @@ class WorkspaceView extends View
|
||||
deprecate('Use Editor::onDidChangeCursorPosition instead')
|
||||
when 'pane:active-item-changed'
|
||||
deprecate('Use Pane::onDidChangeActiveItem instead')
|
||||
when 'pane:active-item-title-changed'
|
||||
deprecate('Use Pane::onDidChangeActiveItem and call onDidChangeTitle on the active item instead')
|
||||
when 'pane:became-active'
|
||||
deprecate('Use Pane::onDidActivate instead')
|
||||
when 'pane:became-inactive'
|
||||
|
||||
Reference in New Issue
Block a user