MCPcopy Index your code
hub / github.com/csev/py4e / reCheckSelection

Function reCheckSelection

tools/pythonauto/static/codemirror/codemirror.js:2622–2624  ·  view source on GitHub ↗
(cm)

Source from the content-addressed store, hash-verified

2620 }
2621
2622 function reCheckSelection(cm) {
2623 setSelection(cm.doc, cm.doc.sel.from, cm.doc.sel.to, null, "push");
2624 }
2625
2626 function skipAtomic(doc, pos, bias, mayClear) {
2627 var flipped = false, curPos = pos;

Callers 2

codemirror.jsFile · 0.70
markTextFunction · 0.70

Calls 1

setSelectionFunction · 0.70

Tested by

no test coverage detected