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

Method endTextEditHistory

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

Source from the content-addressed store, hash-verified

1911
1912
1913 void endTextEditHistory() {
1914 if (endUndoEvent != null) {
1915 endUndoEvent.cancel();
1916 endUndoEvent = null;
1917 }
1918 stopCompoundEdit();
1919 }
1920
1921
1922 public void removeNotify() {

Callers 5

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

Calls 2

stopCompoundEditMethod · 0.95
cancelMethod · 0.45

Tested by

no test coverage detected