MCPcopy
hub / github.com/DHTMLX/gantt / moveLogically

Function moveLogically

samples/common/codehighlight/codemirror.js:6837–6840  ·  view source on GitHub ↗
(line, start, dir)

Source from the content-addressed store, hash-verified

6835 }
6836
6837 function moveLogically(line, start, dir) {
6838 var ch = moveCharLogically(line, start.ch, dir);
6839 return ch == null ? null : new Pos(start.line, ch, dir < 0 ? "after" : "before")
6840 }
6841
6842 function endOfLine(visually, cm, lineObj, lineNo, dir) {
6843 if (visually) {

Callers 2

moveVisuallyFunction · 0.85
moveOnceFunction · 0.85

Calls 1

moveCharLogicallyFunction · 0.85

Tested by

no test coverage detected