Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
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
caretUpdate
Method · 0.95
startCompoundEdit
Method · 0.95
removeUpdate
Method · 0.95
insertUpdate
Method · 0.95
changedUpdate
Method · 0.95
Calls
2
stopCompoundEdit
Method · 0.95
cancel
Method · 0.45
Tested by
no test coverage detected