@return true if the text is being edited from direct input from typing and not shortcuts that manipulate text
()
| 1894 | * not shortcuts that manipulate text |
| 1895 | */ |
| 1896 | boolean isDirectEdit() { |
| 1897 | return endUndoEvent != null; |
| 1898 | } |
| 1899 | |
| 1900 | |
| 1901 | void startTimerEvent() { |
no outgoing calls
no test coverage detected