mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-11 04:48:44 +03:00
Deprecate pane:active-item-title-changed on PaneView
This commit is contained in:
parent
b1994b28b3
commit
088d4f439f
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user