MCPcopy Index your code
hub / github.com/benfry/processing4 / endTextEditHistory

Method endTextEditHistory

app/src/processing/app/ui/Editor.java:1654–1660  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1652
1653
1654 void endTextEditHistory() {
1655 if (endUndoEvent != null) {
1656 endUndoEvent.cancel();
1657 endUndoEvent = null;
1658 }
1659 stopCompoundEdit();
1660 }
1661
1662
1663 public void removeNotify() {

Callers 6

caretUpdateMethod · 0.95
startCompoundEditMethod · 0.95
removeUpdateMethod · 0.95
insertUpdateMethod · 0.95
changedUpdateMethod · 0.95
setCodeMethod · 0.95

Calls 2

stopCompoundEditMethod · 0.95
cancelMethod · 0.45

Tested by

no test coverage detected