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

@:enum@:implread 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.

@:enum@:implread 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.

@:enum@:implread onlyEight:ViewColumn

The eighth editor column.

@:enum@:implread onlyFive:ViewColumn

The fifth editor column.

@:enum@:implread onlyFour:ViewColumn

The fourth editor column.

@:enum@:implread onlyNine:ViewColumn

The ninth editor column.

@:enum@:implread onlyOne:ViewColumn

The first editor column.

@:enum@:implread onlySeven:ViewColumn

The seventh editor column.

@:enum@:implread onlySix:ViewColumn

The sixth editor column.

@:enum@:implread onlyThree:ViewColumn

The third editor column.

@:enum@:implread onlyTwo:ViewColumn

The second editor column.