* * Moves the cursor to the end of the current file. Note that this does de-select the current selection.
()
| 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 | * |
no test coverage detected