Deprecate pane:active-item-title-changed

This commit is contained in:
Kevin Sawicki
2014-09-17 17:09:53 -07:00
parent cf303a73b7
commit b1994b28b3

View File

@@ -178,6 +178,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'