@return true if the text is being edited from direct input from typing and not shortcuts that manipulate text
()
| 1635 | * not shortcuts that manipulate text |
| 1636 | */ |
| 1637 | boolean isDirectEdit() { |
| 1638 | return endUndoEvent != null; |
| 1639 | } |
| 1640 | |
| 1641 | |
| 1642 | void startTimerEvent() { |
no outgoing calls
no test coverage detected