mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-13 08:44:12 +03:00
📝 Make the atom.workspace.open split documentation match behavior
This commit is contained in:
parent
6b24f4bfa7
commit
0b13cb00e1
@ -396,9 +396,9 @@ class Workspace extends Model
|
||||
# initially. Defaults to `0`.
|
||||
# * `split` Either 'left', 'right', 'up' or 'down'.
|
||||
# If 'left', the item will be opened in leftmost pane of the current active pane's row.
|
||||
# If 'right', the item will be opened in the rightmost pane of the current active pane's row.
|
||||
# If 'up', the item will be opened in topmost pane of the current active pane's row.
|
||||
# If 'down', the item will be opened in the bottommost pane of the current active pane's row.
|
||||
# If 'right', the item will be opened in the rightmost pane of the current active pane's row. If only one pane exists in the row, a new pane will be created.
|
||||
# If 'up', the item will be opened in topmost pane of the current active pane's column.
|
||||
# If 'down', the item will be opened in the bottommost pane of the current active pane's column. If only one pane exists in the column, a new pane will be created.
|
||||
# * `activatePane` A {Boolean} indicating whether to call {Pane::activate} on
|
||||
# containing pane. Defaults to `true`.
|
||||
# * `activateItem` A {Boolean} indicating whether to call {Pane::activateItem}
|
||||
|
Loading…
Reference in New Issue
Block a user