MCPcopy
hub / github.com/witheve/Eve / setExtending

Method setExtending

typings/codemirror/codemirror.d.ts:523–523  ·  view source on GitHub ↗

Sets or clears the 'extending' flag , which acts similar to the shift key, in that it will cause cursor movement and calls to extendSelection to leave the selection anchor in place.

(value: boolean)

Source from the content-addressed store, hash-verified

521 /** Sets or clears the 'extending' flag , which acts similar to the shift key,
522 in that it will cause cursor movement and calls to extendSelection to leave the selection anchor in place. */
523 setExtending(value: boolean): void;
524
525
526 /** Retrieve the editor associated with a document. May return null. */

Callers 2

setMarkFunction · 0.80
clearMarkFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected