MCPcopy Index your code
hub / github.com/processing/processing / isDirectEdit

Method isDirectEdit

app/src/processing/app/ui/Editor.java:1896–1898  ·  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

1894 * not shortcuts that manipulate text
1895 */
1896 boolean isDirectEdit() {
1897 return endUndoEvent != null;
1898 }
1899
1900
1901 void startTimerEvent() {

Callers 3

caretUpdateMethod · 0.95
removeUpdateMethod · 0.95
insertUpdateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected