We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d19fa4 commit e49a19fCopy full SHA for e49a19f
1 file changed
doc/manual.html
@@ -2229,6 +2229,9 @@ <h3 id="api_static">Static properties</h3>
2229
various <a href="#event_change">event handlers</a>). The
2230
returned position will be the end of the changed
2231
range, <em>after</em> the change is applied.</dd>
2232
+
2233
+ <dt id="countColumn"><code><strong>CodeMirror.countColumn</strong>(line: string, index: number, tabSize: number) → number</code></dt>
2234
+ <dd>Find the column position at a given string index using a given tabsize.</dd>
2235
</dl>
2236
</section>
2237
0 commit comments