()
| 977 | } |
| 978 | |
| 979 | startOfFirstLine(): Cursor { |
| 980 | // Go to the very beginning of the text (first character of first line) |
| 981 | return new Cursor(this.measuredText, 0, 0) |
| 982 | } |
| 983 | |
| 984 | startOfLastLine(): Cursor { |
| 985 | // Go to the beginning of the last line |
no outgoing calls
no test coverage detected