MCPcopy
hub / github.com/ajaxorg/ace / navigateFileEnd

Method navigateFileEnd

src/editor.js:2476–2479  ·  view source on GitHub ↗

* * Moves the cursor to the end of the current file. Note that this does de-select the current selection.

()

Source from the content-addressed store, hash-verified

2474 * Moves the cursor to the end of the current file. Note that this does de-select the current selection.
2475 **/
2476 navigateFileEnd() {
2477 this.selection.moveCursorFileEnd();
2478 this.clearSelection();
2479 }
2480
2481 /**
2482 *

Callers 4

setValueMethod · 0.95
logFunction · 0.45

Calls 2

clearSelectionMethod · 0.95
moveCursorFileEndMethod · 0.80

Tested by

no test coverage detected