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.
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.
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
.
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`.
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
.
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`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close