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

Method beginCompoundEdit

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

Source from the content-addressed store, hash-verified

1801 if (document == null) { // this document not yet inited
1802 document = new SyntaxDocument() {
1803 @Override
1804 public void beginCompoundEdit() {
1805 if (compoundEdit == null)
1806 startCompoundEdit();
1807 super.beginCompoundEdit();
1808 }
1809
1810 @Override
1811 public void endCompoundEdit() {

Callers

nothing calls this directly

Calls 1

startCompoundEditMethod · 0.95

Tested by

no test coverage detected