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

Method somethingSelected

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

Return true if any text is selected.

()

Source from the content-addressed store, hash-verified

505
506 /** Return true if any text is selected. */
507 somethingSelected(): boolean;
508
509 /** Set the cursor position.You can either pass a single { line , ch } object , or the line and the character as two separate parameters. */
510 setCursor(pos: CodeMirror.Position): void;

Callers 9

prepareCopyCutFunction · 0.80
codemirror.jsFile · 0.80
prepareSelectAllHackFunction · 0.80
onCopyCutFunction · 0.80
killRegionFunction · 0.80
handleExternalSelectionFunction · 0.80
EditorClass · 0.80
formatInlineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected