()
| 493 | } |
| 494 | |
| 495 | endOfLogicalLine(): Cursor { |
| 496 | return new Cursor(this.measuredText, this.findLogicalLineEnd(), 0) |
| 497 | } |
| 498 | |
| 499 | startOfLogicalLine(): Cursor { |
| 500 | return new Cursor(this.measuredText, this.findLogicalLineStart(), 0) |
no test coverage detected