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