mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Replace getActivePane with getActivePaneView
This commit is contained in:
@@ -225,9 +225,13 @@ class WorkspaceView extends View
|
||||
@horizontal.append(element)
|
||||
|
||||
# Public: Returns the currently focused {PaneView}.
|
||||
getActivePane: ->
|
||||
getActivePaneView: ->
|
||||
@panes.getActivePane()
|
||||
|
||||
# Deprecated: Returns the currently focused {PaneView}.
|
||||
getActivePane: ->
|
||||
@getActivePaneView()
|
||||
|
||||
# Public: Returns the currently focused item from within the focused {PaneView}
|
||||
getActivePaneItem: ->
|
||||
@model.activePaneItem
|
||||
|
||||
Reference in New Issue
Block a user