Skip to content
Snippets Groups Projects
Commit e49a19f5 authored by Marijn Haverbeke's avatar Marijn Haverbeke
Browse files

Document CodeMirror.countColumn

Issue #4929
parent 9d19fa49
No related branches found
No related tags found
No related merge requests found
......@@ -2229,6 +2229,9 @@ editor.setOption("extraKeys", {
various <a href="#event_change">event handlers</a>). The
returned position will be the end of the changed
range, <em>after</em> the change is applied.</dd>
<dt id="countColumn"><code><strong>CodeMirror.countColumn</strong>(line: string, index: number, tabSize: number) → number</code></dt>
<dd>Find the column position at a given string index using a given tabsize.</dd>
</dl>
</section>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment