Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ endCompoundEdit
Method
endCompoundEdit
app/src/processing/app/ui/Editor.java:1810–1814 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1808
}
1809
1810
@Override
1811
public
void
endCompoundEdit() {
1812
stopCompoundEdit();
1813
super.endCompoundEdit();
1814
}
1815
};
1816
code.setDocument(document);
1817
Callers
nothing calls this directly
Calls
1
stopCompoundEdit
Method · 0.95
Tested by
no test coverage detected