Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ changedUpdate
Method
changedUpdate
app/src/processing/app/ui/Editor.java:1850–1852 ·
view source on GitHub ↗
(DocumentEvent e)
Source
from the content-addressed store, hash-verified
1848
}
1849
1850
public
void
changedUpdate(DocumentEvent e) {
1851
endTextEditHistory();
1852
}
1853
});
1854
1855
// connect the undo listener to the editor
Callers
nothing calls this directly
Calls
1
endTextEditHistory
Method · 0.95
Tested by
no test coverage detected