()
| 1002 | } |
| 1003 | |
| 1004 | startOfFirstLine(): Cursor { |
| 1005 | // Go to the very beginning of the text (first character of first line) |
| 1006 | return new Cursor(this.measuredText, 0, 0) |
| 1007 | } |
| 1008 | |
| 1009 | startOfLastLine(): Cursor { |
| 1010 | // Go to the beginning of the last line |
no outgoing calls
no test coverage detected