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

Function setSimpleSelection

tools/pythonauto/static/codemirrorepl/codemirror.js:1088–1090  ·  view source on GitHub ↗
(doc, anchor, head, options)

Source from the content-addressed store, hash-verified

1086
1087 // Reset the selection to a single range.
1088 function setSimpleSelection(doc, anchor, head, options) {
1089 setSelection(doc, simpleSelection(anchor, head), options);
1090 }
1091
1092 // Give beforeSelectionChange handlers a change to influence a
1093 // selection update.

Callers 1

codemirror.jsFile · 0.85

Calls 2

simpleSelectionFunction · 0.85
setSelectionFunction · 0.70

Tested by

no test coverage detected