Denotes a location of an editor in the window. Editors can be arranged in a grid and each column represents one editor location in that grid by counting the editors in order of their appearance.
Variables
read onlyActive:ViewColumn
A symbolic editor column representing the currently active column. This value
can be used when opening editors, but the resolved {@link TextEditor.viewColumn viewColumn}-value
of editors will always be One
, Two
, Three
,... or undefined
but never Active
.
read onlyBeside:ViewColumn
A symbolic editor column representing the column to the side of the active one. This value
can be used when opening editors, but the resolved {@link TextEditor.viewColumn viewColumn}-value
of editors will always be One
, Two
, Three
,... or undefined
but never Beside
.