MCPcopy Create free account
hub / github.com/benfry/processing4 / isDirectEdit

Method isDirectEdit

app/src/processing/app/ui/Editor.java:1637–1639  ·  view source on GitHub ↗

@return true if the text is being edited from direct input from typing and not shortcuts that manipulate text

()

Source from the content-addressed store, hash-verified

1635 * not shortcuts that manipulate text
1636 */
1637 boolean isDirectEdit() {
1638 return endUndoEvent != null;
1639 }
1640
1641
1642 void startTimerEvent() {

Callers 3

caretUpdateMethod · 0.95
removeUpdateMethod · 0.95
insertUpdateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected