MCPcopy Create free account
hub / github.com/DHTMLX/gantt / mv

Function mv

samples/common/codehighlight/codemirror.js:6887–6887  ·  view source on GitHub ↗
(pos, dir)

Source from the content-addressed store, hash-verified

6885 }
6886
6887 var mv = function (pos, dir) { return moveCharLogically(line, pos instanceof Pos ? pos.ch : pos, dir); };
6888 var prep;
6889 var getWrappedLineExtent = function (ch) {
6890 if (!cm.options.lineWrapping) { return {begin: 0, end: line.text.length} }

Callers 3

moveVisuallyFunction · 0.85
getResFunction · 0.85
searchInVisualLineFunction · 0.85

Calls 1

moveCharLogicallyFunction · 0.85

Tested by

no test coverage detected