()
| 468 | } |
| 469 | |
| 470 | endOfLogicalLine(): Cursor { |
| 471 | return new Cursor(this.measuredText, this.findLogicalLineEnd(), 0) |
| 472 | } |
| 473 | |
| 474 | startOfLogicalLine(): Cursor { |
| 475 | return new Cursor(this.measuredText, this.findLogicalLineStart(), 0) |
no test coverage detected